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 10.1 invalid bitcode version #1273

Closed
thomassenkman opened this issue Aug 2, 2019 · 4 comments
Closed

Xcode 10.1 invalid bitcode version #1273

thomassenkman opened this issue Aug 2, 2019 · 4 comments
Labels
triaged Issue has been reviewed by Stripe and is being tracked internally

Comments

@thomassenkman
Copy link

Summary

We updated to Stripe v16.0.3. It works well in debug, but when we try to archive our app in release mode with Xcode 10.1, we got this error:

ld: could not reparse object file in bitcode bundle: 'Invalid bitcode version (Producer: '1001.0.46.4.0_0' Reader: '1000.11.45.5_0')', using libLTO version 'LLVM version 10.0.0, (clang-1000.11.45.5)' for architecture armv7

Code to reproduce

N/A

iOS version

N/A

Installation method

Cocoapods

SDK version

16.0.3

Other information

N/A

@davidme-stripe davidme-stripe added the triaged Issue has been reviewed by Stripe and is being tracked internally label Aug 2, 2019
@davidme-stripe
Copy link
Contributor

Hi @thomassenkman, thanks for bringing this to our attention. We’ll build the next release with Xcode 10.1 to ensure compatibility. In the meantime, you should be able to work around this by using Xcode 10.2.

@thomassenkman
Copy link
Author

Hi, thanks for having a look so quickly 👍
We can’t migrate to Xcode 10.2 because of an other dependency, we’ll wait for the next release then.

@davidme-stripe
Copy link
Contributor

davidme-stripe commented Aug 2, 2019

No worries, I've merged the 10.1 version into our master branch. In your Podfile, add pod 'Stripe', :git => 'https://github.com/stripe/stripe-ios.git', :branch => 'origin/master'

@davidme-stripe
Copy link
Contributor

This is fixed in v16.0.4.

wooj-stripe pushed a commit that referenced this issue Jul 5, 2022
* Switch to custom label

* Update snapshot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triaged Issue has been reviewed by Stripe and is being tracked internally
Projects
None yet
Development

No branches or pull requests

2 participants