KJA1582
KJA1582

Reputation: 13

Apportable -Is -fno-objc-arc supported

I have some files in my project which don't support ARC, hence the flag. Compiling for iOS works as intended, compiling with Apportable throws some errors (arc forbids explicit call for release). It seems like the flag is ignored. How can I fix this?

Thanks in advance.

Upvotes: 0

Views: 87

Answers (1)

mike_haney
mike_haney

Reputation: 545

this flag is supported. our build system had an issue where these flags may not have been picked up, but I think this problem was fixed the SDK we shipped today. if you look at the Release.final json, you should see the flag in the flags list for that particular source file.

Upvotes: 1

Related Questions