Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove bitcode support, as is now deprecated by Apple #894

Merged
merged 1 commit into from Feb 14, 2024

Conversation

misl6
Copy link
Member

@misl6 misl6 commented Feb 12, 2024

From https://developer.apple.com/documentation/Xcode-Release-Notes/xcode-14-release-notes#Deprecations:

Starting with Xcode 14, bitcode is no longer required for watchOS and tvOS applications, and the App Store no longer accepts bitcode submissions from Xcode 14.
Xcode no longer builds bitcode by default and generates a warning message if a project explicitly enables bitcode: “Building with bitcode is deprecated. Please update your project and/or target settings to disable bitcode.” The capability to build with bitcode will be removed in a future Xcode release. IPAs that contain bitcode will have the bitcode stripped before being submitted to the App Store. Debug symbols can only be downloaded from App Store Connect / TestFlight for existing bitcode submissions and are no longer available for submissions made with Xcode 14. (86118779)

Latest XCode version is now 15.2, and bitcode make integration with other libraries more complex (e.g. ANGLE, which is coming soon)

This PR completely removes bitcode support.

@misl6 misl6 merged commit 3d94a16 into kivy:master Feb 14, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants