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

SDK was built without full bitcode #7

Closed
Yozine opened this issue Jun 16, 2021 · 1 comment
Closed

SDK was built without full bitcode #7

Yozine opened this issue Jun 16, 2021 · 1 comment

Comments

@Yozine
Copy link

Yozine commented Jun 16, 2021

Archiving with the BlueBillywigPlayerSDK gives the following error:

❌ ld: bitcode bundle could not be generated because '/Users/~/Pods/BlueBillywigPlayerSDK/BlueBillywigPlayerSDK.framework/BlueBillywigPlayerSDK(BBComponent.o)' was built without full bitcode. All object files and libraries for bitcode must be generated from Xcode Archive or Install build file '/Users/~/~/BlueBillywigPlayerSDK/BlueBillywigPlayerSDK.framework/BlueBillywigPlayerSDK' for architecture arm64

Podfile contents:

# platform :ios, '9.0'

target 'TestProject' do
  use_frameworks!
... 
...
  pod 'BlueBillywigPlayerSDK'
end

BlueBillywigPlayerSDK Version: 1.4.1.32

Enable Bitcode is set to 'YES' in App target.
Reverting to 1.4.1.21 works.

@Yozine Yozine changed the title SDK was build without full bitcode SDK was built without full bitcode Jun 16, 2021
@fgroenendijk
Copy link
Contributor

Hello Yozine, there is a new library pushed today that is built with full bitcode. This should solve your issue.

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