外部フレームワークでアプリをコンパイルしようとしています。実行すると、次のメッセージが表示されます。
dyld: Library not loaded: @rpath/iLifeAssetManagement.framework/Versions/A/iLifeAssetManagement
Referenced from: /Users/laurent/Library/Developer/Xcode/DerivedData/ReadPhotoStream-gdhuayfwgpajuxcwdognnhfqmnzt/Build/Products/Debug/ReadPhotoStream.app/Contents/MacOS/ReadPhotoStream
Reason: image not found
フレームワークはビルドフェーズで追加され、実行しようとさえしました
install_name_tool -id @rpath/iLifeAssetManagement.framework/Versions/A/iLifeAssetManagement <folder_to>/iLifeAssetManagement.framework/iLifeAssetManagement
私がまだ見逃している可能性のあるものはありますか?ありがとう。