makotton.com

Unable to determine concrete GCC compiler for file *********

この記事は公開されてから1年以上経過しています。情報が古い可能性がありますので十分ご注意ください。

[bash gutter=”0″]
Unsupported compiler ‘com.apple.compilers.llvmgcc42’ selected for architecture ‘armv7’
Unable to determine concrete GCC compiler for file *********** of type sourcecode.c.objc.
[/bash]

[adsense]

古いXcodeプロジェクトを最近のXcodeでビルドしようとすると以下の様なエラーになります。デフォルトコンパイラがGCCからLLVMに変更になっているので、プロジェクトの設定を変更する必要があります。


プロジェクト設定->[TARGET]->[Build Settings]->[Build Options]->[Compiler for C/C++/Objective-C]項目を


Default compiler (Apple LLVM*.*)に変更します。

モバイルバージョンを終了