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.
我正在开发一个 iOS 应用程序。当我在我的应用程序中使用闪烁 API 时,我遇到了无法使用库 bcoz os release 和在库中使用保留的语义问题。我正在开发 XCODE 5.1?请帮助我如何在我的应用程序中使用这样的库?
在侧边栏中选择项目 > Build Phases > Compile Sources
将标志添加-fno-objc-arc到有问题的文件中。
-fno-objc-arc