I am converting my project into an arc (Edit> Convert to Arc) in Xcode.
I did not select the JRActivityObject.m file, but it returns with ARC errors for this file. I explicitly canceled this file in the list, so I cannot understand why Xcode is checking this.
Any ideas?
Putting Objective-C pointer type 'NSString *' into pointer type C 'CFStringRef' (aka 'const struct __CFString *') requires a bridge cast
'autorelease' unavailable: count mode unavailable in an automatic link
I cleaned up the project and deleted the build files, and now the error is gone.
However, I still have an issue .
source
share