Xcode validates the file for ARC readiness, although it was not selected in the conversion tool

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 .

+3
source share
1

JRActivityObject.m ARC, .

, ARC

a > " " > " " > JRActivityObject.m "" > "-fno-objc-arc" "".

JRActivityObject.m ARC. , .

0

All Articles