سؤال

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.

هل كانت مفيدة؟

المحلول

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.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top