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

Bitcode error when doing an ad hoc export/archive of app with Lottie #639

Closed
rohdester opened this issue May 29, 2018 · 1 comment
Closed

Comments

@rohdester
Copy link

Issue with bit code

When trying to perform an xcode archive and export command to get an ipa for ad hoc distribution a bit-code related error is happening.
This seems to be related to Carthage which is what I am using in the project, and it might be related to this: BITCODE support #535

My cart file looks like this:

github "airbnb/lottie-ios" "master"

I can build and run the app, the error only seems to happen when doing an ad hoc archive.

This issue is a:

  • Non-Crashing Bug (Visual or otherwise)

What Platform are you on?

  • iOS

Expected Behavior

I expected that the xcode archive followed by an export would give me the ipa.

Actual Behavior

I get the following error:

xcodebuild[3287:20685] [MT] IDEDistribution: Step failed: <IDEDistributionPackagingStep: 0x7fe18172a370>: Error Domain=IDEFoundationErrorDomain Code=1 "Failed to verify bitcode in Lottie.framework/Lottie:
error: Cannot extract bundle from /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/XcodeDistPipeline.xqA/Root/Payload/xxxxxxxxxx.app/Frameworks/Lottie.framework/Lottie (i386)

@rohdester
Copy link
Author

After even more research it seems this has just been solved in coming Carthage versions.

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