我似乎在使用 ASI HTTP 请求的 XCode 中遇到了大量错误?
我从 http://allseeing-i.com/ASIHTTPRequest/ 下载的文件已经遇到了大约三十个问题。
请参阅http://f.cl.ly/items/0J0l3w1t1n222N3E3v44/ASIErrors.tiff XCode 中突出显示的一些错误。
我是否必须单独检查每个问题才能修复,还是有一个简单的修复方法?
编辑:这似乎与“ARC”有关?
谢谢!
I am getting about thirty issues already with the files which I downloaded from http://allseeing-i.com/ASIHTTPRequest/.
See http://f.cl.ly/items/0J0l3w1t1n222N3E3v44/ASIErrors.tiff for a few errors highlighted in XCode.
Do I have to go through each one individually to fix or is there a simple fix?
EDIT: It seems to be something to do with "ARC"?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
猜测您正在尝试使用 XCode 4.2 / iOS 5 进行编译。您需要关闭 ARC。这是一篇文章,展示了如何为整个项目执行此操作:
http://matthiaswessendorf.wordpress.com/2011/09/12/disabling-the-arc-in-xcode-4-2/
Guessing you're trying to compile with XCode 4.2 / iOS 5. You'll need to turn off ARC. Here's an article that shows how to do it for the whole project:
http://matthiaswessendorf.wordpress.com/2011/09/12/disabling-the-arc-in-xcode-4-2/