【发布时间】:2014-09-06 18:37:33
【问题描述】:
我刚刚将我的 Xcode 更新到 5.1.1,但我无法构建我的项目。 Xcode 报此错误
clang: error: unknown argument: '-fno_objc_arc' [-Wunused-command-line-argument-hard-error-in-future]
clang: note: this will be a hard error (cannot be downgraded to a warning) in the future
Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 1
【问题讨论】:
-
您是否手动输入了该选项?我问应该是
-fno-objc-arc。
标签: objective-c ios7 xcode5 jailbreak