Posts

Post not yet marked as solved
0 Replies
504 Views
I'm getting a sandbox error of: dyld: Library not loaded@rpath/MyFramework.framework/Versions/A/MyFramework   Referenced from: /Users/Documents/Development/MyApp/Build/Products/Release/MyApp   Reason: no suitable image found.  Did find: file system sandbox blocked open() of '/Users/Documents/Development/MyApp/Build/Products/Release/MyFramework.framework/Versions/A/MyFramework' /Users//Documents/Development/MyApp/Build/Products/Release/MyFramework.framework/Versions/A/MyFramework: stat() failed with errno=1 file system sandbox blocked open() of '/Users/Documents/Development/MyApp/Build/Products/Release/MyFramework.framework/Versions/A/MyFramework' However, if I run the app directly, it runs... any idea why I cannot debug from within XCODE?
Posted Last updated
.