jcesarmobile commented on PR #1601: URL: https://github.com/apache/cordova-ios/pull/1601#issuecomment-3850551139
It turns out it was removed on [Xcode 15](https://developer.apple.com/documentation/xcode-release-notes/xcode-15-release-notes), not 16, so since we require Xcode 15 or newer I think it should be safe to delete now and shouldn’t be breaking. Also removing it in Cordova-iOS 8 wasn’t breaking as Apple removed the setting so people didn’t set it to `YES` anymore (which was the default), Bitcode option [was deprecated](https://developer.apple.com/documentation/Xcode-Release-Notes/xcode-14-release-notes) on Xcode 14 and has no effect on 15. -- 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]
