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-arc编译器标志,但我仍然收到“ARC 禁止消息...”这是一个屏幕截图。我还需要更改其他设置吗?
-fno-objc-arc
由于我没有将这些文件复制到我的项目中,只是将它们与另一个项目链接起来,因此该标志没有被占用。当我检查“将项目复制到目标文件夹”时,它起作用了。