Transitioning to ARC Release Notes声明:
Xcode has a new tool that automates the mechanical parts of the ARC conversion (such as removing retain and release calls) and helps you to fix issues the migrator can’t handle automatically. The migration tool converts all files in a project to use ARC. You can also choose to use ARC on a per-file basis if it’s more convenIEnt for you to use manual reference counting for some files.
如何在Xcode中调用此工具?
解决方法 哦,我刚刚发现它:Convert > To Objective-C ARC
我首先检查了Xcode的帮助,但是找不到它.
总结以上是内存溢出为你收集整理的objective-c – 转换到ARC的工具全部内容,希望文章能够帮你解决objective-c – 转换到ARC的工具所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)