I'm getting a sandbox error of:
However, if I run the app directly, it runs... any idea why I cannot debug from within XCODE?
Code Block 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?