【发布时间】:2013-02-19 07:27:53
【问题描述】:
我正在尝试使用 Xcode 4.6 编译源代码,用于 32 位架构,但收到此错误:
error: -fobjc-arc is not supported on platforms using the legacy runtime
Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 1
怎么了?
【问题讨论】:
标签: objective-c xcode compilation compiler-errors clang