标签: xcode build xmpp automatic-ref-counting compiler-flags
我的项目包含XMPPFramework,其中包含必须与ARC一起使用的文件。但是我的项目是Non ARC,由于链接到它的某些其他库而无法转换。
如何强制编译器仅在某个类上使用ARC?
答案 0 :(得分:41)
这是this question的反问题。不同之处在于您可以使用-fobjc-arc代替-fno-objc-arc。
-fobjc-arc
-fno-objc-arc