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

Xcode 14 bitcode #45

Closed
MarekSlaninka opened this issue Jul 28, 2022 · 2 comments
Closed

Xcode 14 bitcode #45

MarekSlaninka opened this issue Jul 28, 2022 · 2 comments

Comments

@MarekSlaninka
Copy link

Hi, in Beta Xcode 14 there is an error when building application.
Is it possible to enable bitcode, or is there any other problem?
error build: '/Users/marekslaninka/Library/Developer/Xcode/DerivedData/Surglogs-blzrfqsijprnfacgxqyzrxxylqzd/Build/Products/Debug-iphoneos/AnyFormatKit.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 '/Users/marekslaninka/Library/Developer/Xcode/DerivedData/Surglogs-blzrfqsijprnfacgxqyzrxxylqzd/Build/Products/Debug-iphoneos/AnyFormatKit.o' for architecture arm64

@luximetr
Copy link
Owner

Hi, in Beta Xcode 14 there is an error when building application.
Is it possible to enable bitcode, or is there any other problem?
error build: '/Users/marekslaninka/Library/Developer/Xcode/DerivedData/Surglogs-blzrfqsijprnfacgxqyzrxxylqzd/Build/Products/Debug-iphoneos/AnyFormatKit.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 '/Users/marekslaninka/Library/Developer/Xcode/DerivedData/Surglogs-blzrfqsijprnfacgxqyzrxxylqzd/Build/Products/Debug-iphoneos/AnyFormatKit.o' for architecture arm64

Hello, as I understand bitcode is deprecated, maybe you need to disable for your project?
Please refer to
https://developer.apple.com/forums/thread/707443
https://stackoverflow.com/questions/41872838/libparselib-a-does-not-contain-bitcode-error/47300692#47300692

@MarekSlaninka
Copy link
Author

MarekSlaninka commented Jul 28, 2022

Thank You for quick response. I was not aware of this.

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