Skip to content

Conversation

timbotimbo
Copy link
Collaborator

Description

Xcode 14 deprecates bitcode, and since today Flutter 3.7 has dropped support for bitcode.
We should disable this setting in the iOS export.

Anyone that still needs it for older projects can simply turn it on again or use an older unitypackage.

Type of Change

  • ✨ New feature (non-breaking change which adds functionality)
  • 🛠️ Bug fix (non-breaking change which fixes an issue)
  • ❌ Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactor
  • ✅ Build configuration change
  • 📝 Documentation
  • 🗑️ Chore

@pawlowskim
Copy link

pawlowskim commented Feb 7, 2023

LGTM, it's currently under testing locally and on jenkins CI in our project.

And here is some nicely written background for bitcode: https://stackoverflow.com/a/73219854/1123085

@pawlowskim
Copy link

Turning off bitcode for unity project helped building the app on our CI. Since it's deprecated and not used, I would definitely merge it.

@timbotimbo timbotimbo requested review from juicycleff and removed request for juicycleff February 10, 2023 09:22
Copy link
Collaborator

@RoyalCoder88 RoyalCoder88 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @timbotimbo a must feature for XCode 14

@timbotimbo timbotimbo merged commit 442e445 into juicycleff:master Apr 6, 2023
@timbotimbo timbotimbo deleted the disable_bitcode branch July 8, 2023 19:31
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.

4 participants