我正在研究 Xcode 5.0,我将 JSON 库文件复制到我的项目中,这些文件是用非 arc 构建的,所以我为这些 JSON 库编译器源添加了编译器标志“fno-objc-arc”。这样做之后,我得到了苹果 LLVM 5.o 错误。
clang: error: no such file or directory: 'fno-objc-arc'
Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 1
请帮我解决这个错误。