You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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:
What Platform are you on?
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)
The text was updated successfully, but these errors were encountered: