Question

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.

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top