xcode Objective-C iPhone 静的ライブラリ プロジェクトがあります。xcode でビルドすると、エラーや警告は表示されません。しかし、コマンドラインから xcodebuild を使用してビルドすると、次のようになります。
"/Developer/usr/bin/gcc" -v -dM -isysroot /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS3.2.sdk -E -arch armv6 -o - -x objective-c /dev/null
gcc-4.2: error trying to exec '/Developer/usr/bin/arm-apple-darwin10-gcc-4.2.1': execvp: No such file or directory
問題が何であるかを理解するのに役立つものは何も見つかりません。何かアイデアはありますか?
はい、 /Developer/usr/bin/arm-apple-darwin10-gcc-4.2.1 ファイルは存在します:-)