I am converting my project to arc (Edit>Convert to Arc) in Xcode.
I have unselected the file JRActivityObject.m however it comes back with ARC errors for this file. I have explicitly de-selected this file in the list so I cannot understand why Xcode is checking this.
Any ideas?
Cast of Objective-C pointer type 'NSString *' to C pointer type 'CFStringRef' (aka 'const struct __CFString *') requires a bridged cast
'autorelease' is unavailable: not available in automatic reference counting mode
I cleaned the project and deleted the build files and the error went away now.
However I am still having this issue.