dyld: Library not loaded on DTK debugging in XCODE

I'm getting a sandbox error of:

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?
dyld: Library not loaded on DTK debugging in XCODE
 
 
Q