【发布时间】:2013-11-14 22:17:59
【问题描述】:
我在我的应用程序中使用 AFNetworking。在我导入文件并构建应用程序后,我收到了 90 个错误,抱怨 ARC 模式。
ARC forbids explicit message send of 'autorelease'
我试过去Edit -> Refractor -> Convert to Objective-C ARC
然后我得到了:
Cannot Convert to Objective-C ARC
Xcode found 93 issues that prevent conversion from proceeding. Fix all ARC readiness issues and try again.
我不明白...
【问题讨论】:
-
最新版本的 AFNetworking 是使用 ARC 构建的。你安装的是什么版本?
-
那么你的问题是什么?
标签: ios json xcode afnetworking