I'm using AFNetworking in my app. After I have imported the files and build the app I get like 90 errors, complaining on the ARC mode.
ARC forbids explicit message send of 'autorelease'
I've tried to go to Edit -> Refractor -> Convert to Objective-C ARC
But then I got:
Cannot Convert to Objective-C ARC
Xcode found 93 issues that prevent conversion from proceeding. Fix all ARC readiness issues and try again.
I don't get this...