I seem to be getting a huge amount of errors in XCode with ASI HTTP Request?
I am getting about thirty issues already with the files which I downloaded from http://allseeing-i.开发者_如何学JAVAcom/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!
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/
精彩评论