HTML5   发布时间:2022-04-27  发布网站:大佬教程  code.js-code.com
大佬教程收集整理的这篇文章主要介绍了ios6 – iOS xCode5编译器设置为LLVM 5.0时不支持编译器’com.apple.compilers.llvmgcc42’错误大佬教程大佬觉得挺不错的,现在分享给大家,也给大家做个参考。
我正在尝试打开一个使用iOS 6.0构建的旧项目.该项目用于编译正常,但在xCode 5下打开时,我得到这个神秘的错误消息.
Unsupported compiler 'com.apple.compilers.llvmgcc42' SELEcted for architecture 'armv7'
Unable to deter@L_772_2@ concrete GCC compiler for file /Users/alexanderstone/Desktop/Development/RestKit/Vendor/NXJSON/NSError+Extensions.m of type sourcecode.c.objc.
Unable to deter@L_772_2@ concrete GCC compiler for file /Users/alexanderstone/Desktop/Development/RestKit/Vendor/NXJSON/NXDebug.m of type sourcecode.c.objc.
Unable to deter@L_772_2@ concrete GCC compiler for file /Users/alexanderstone/Desktop/Development/RestKit/Vendor/NXJSON/NXJsonParser.m of type sourcecode.c.objc.
Unable to deter@L_772_2@ concrete GCC compiler for file /Users/alexanderstone/Desktop/Development/RestKit/Vendor/NXJSON/NXJsonserializer.m of type sourcecode.c.objc.

我已经检查了两个项目构建设置,它们看起来是正确的 – LLVM 5.0被选为两者的编译器.

另外,我检查了编译器抱怨的.m文件,并且没有看到任何对GCC的引用.有一些ASSERT()和其他宏,但我不知道它们是否是特定于编译器的.

当所有子项目似乎都设置为llvm5.0时,如何解决xCode 5中缺少的llvmgcc4.2编译器?

解决方法

Found this similar question.对我来说,解决方案是转到编辑器>验证子项和Restkit项目的项目设置.

大佬总结

以上是大佬教程为你收集整理的ios6 – iOS xCode5编译器设置为LLVM 5.0时不支持编译器’com.apple.compilers.llvmgcc42’错误全部内容,希望文章能够帮你解决ios6 – iOS xCode5编译器设置为LLVM 5.0时不支持编译器’com.apple.compilers.llvmgcc42’错误所遇到的程序开发问题。

如果觉得大佬教程网站内容还不错,欢迎将大佬教程推荐给程序员好友。

本图文内容来源于网友网络收集整理提供,作为学习参考使用,版权属于原作者。
如您有任何意见或建议可联系处理。小编QQ:384754419,请注明来意。