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 编写的应用程序,现在我添加了 ARC,并且我不再打开一些运行良好的 ViewController。错误是:EXC_BAD_ACCESS、SIGBRT、ecc。我能做些什么?
如果您不需要在这些视图控制器上使用 ARC,您始终可以使用此问题的答案在它们上禁用 arc如何为项目中的单个文件禁用 ARC?