にリンクするバイナリがありPython.framework
ます。
を介しotool -L <binary>
て、シンボリックリンクで解決された完全なパス、つまり では/System/Library/Frameworks/Python.framework/Versions/2.7/Python
なくリンクしているようです/System/Library/Frameworks/Python.framework/Versions/Current/Python
。Python 2.6 フレームワークしか持っていないユーザーから、次のエラーがスローされるというレポートも受け取りました。
Dyld Error Message:
Library not loaded: /System/Library/Frameworks/Python.framework/Versions/2.7/Python
Referenced from: /Applications/MusicPlayer.app/Contents/MacOS/MusicPlayer
Reason: image not found
にリンクする必要があることを Xcode に伝えるにはどうすればよい/System/Library/Frameworks/Python.framework/Versions/Current/Python
ですか?