Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道您可以使用-fno-objc-arcflag 为 ARC 项目中不支持 ARC 的文件禁用 ARC。
-fno-objc-arc
有什么方法可以在非 ARC 项目中为支持 ARC 的文件启用 ARC?
谢谢!
-fobjc-arc是的:以同样的方式添加标志。
-fobjc-arc