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

BottomSheet does not contain bitcode #9

Closed
blackorangefox opened this issue Oct 7, 2022 · 1 comment
Closed

BottomSheet does not contain bitcode #9

blackorangefox opened this issue Oct 7, 2022 · 1 comment

Comments

@blackorangefox
Copy link

Hello,

I have a problem when try create archive in Xcode 14,
Showing Recent Issues ***/BottomSheet.o' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. file ***/BottomSheet.o' for architecture arm64

@mikhailmaslo
Copy link
Collaborator

Hi @blackorangefox,

Based on Xcode 14 Release notes bitcode was deprecated
Here is quite detailed explanation behind the possible reasons of this deprecation

So, at the end of the day, you probably need to disable bitcode for your project

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

2 participants