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.
文档可能会说,但我是一个新手,还不能理解这一切。我在尝试使用它时遇到了各种 ARC 错误,但我希望这只是我自己的错误。
正如 borrrden 指出的那样,很容易看出它不符合 ARC。
但是:它不必是 ARC 兼容的,您可以通过 -fno-objc-arc为这些文件添加编译器标志来激活/停用单个文件的 ARC。
-fno-objc-arc
添加编译器标志Targets -> Build Phases -> Compile Sources
Targets -> Build Phases -> Compile Sources
看看 1) 上次更新的时间(主要是 2 年前)和 2) 保留和发布声明无处不在。不,这个项目不符合 ARC...