jcesarmobile opened a new pull request, #1601: URL: https://github.com/apache/cordova-ios/pull/1601
BREAKING_CHANGE cordova-ios 8 removed `ENABLE_BITCODE = NO` from the iOS template, but we are still setting it to false in the export options. I think we should remove that since it's not recommended and Apple removed the setting from Xcode on version 16. It's breaking as some old plugins probably still require it, but they should most likely already be broken when building for testing since the template doesn't include `ENABLE_BITCODE = NO` anymore. Also I don't see it on `xcodebuild -help` output for Xcode 16/26, so it's most likely removed and have no effect. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
