動的ライブラリを使用して Cocoa Framework を作成しました。このライブラリには C 関数が含まれています。フレームワークを別のプロジェクトにコピーし、うまくコンパイルしましたが、実行するとこのようなメッセージが表示されてクラッシュします。
warning: Unable to read symbols for /Library/Frameworks/NewtonGameDynamics.framework/Versions/A/NewtonGameDynamics (file not found).
warning: Unable to read symbols from "NewtonGameDynamics" (not yet mapped into memory).
[Switching to process 48902 thread 0x0]
dyld: Library not loaded: /Library/Frameworks/NewtonGameDynamics.framework/Versions/A/NewtonGameDynamics
Referenced from: /Users/eonil/Library/Developer/Xcode/DerivedData/newton-integration-test-1-ddaxmlnzdnwstkfaiolnkygefbmp/Build/Products/Debug/newton-integration-test-1.app/Contents/MacOS/newton-integration-test-1
Reason: image not found
(gdb)
バイナリ ファイルは、コピーされたフレームワーク ディレクトリにあります。なぜこれが起こり、どうすればこれを回避できますか?