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

Disable bitcode by default #6015

Closed
kambala-decapitator opened this issue Aug 7, 2022 · 0 comments
Closed

Disable bitcode by default #6015

kambala-decapitator opened this issue Aug 7, 2022 · 0 comments

Comments

@kambala-decapitator
Copy link
Contributor

kambala-decapitator commented Aug 7, 2022

Starting with Xcode 14 it's no longer required and will issue a warning. 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 for past bitcode submissions remain available for download. (86118779)

I've built all iOS targets for "any iOS device" with bitcode disabled and Xcode 13.4.1 successfully.

Related commit: 5996347

@slouken slouken closed this as completed in 2909f63 Aug 7, 2022
PJB3005 pushed a commit to PJB3005/SDL that referenced this issue Oct 5, 2022
This reverts commit 5996347.

This fixes libsdl-org#6015

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 for past bitcode submissions remain available for download. (86118779)
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

No branches or pull requests

1 participant