-
Notifications
You must be signed in to change notification settings - Fork 1k
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
ld: symbol(s) not found for architecture arm64 #1288
Comments
Sorry for the trouble, we’re investigating this now. |
It looks like your app or one of its dependencies may have Dead Code Stripping disabled. We've added this scenario to our tests, and we'll release an update later today that works with either setting. |
This should be fixed in v16.0.5: Try it out and let us know if it resolves the issue. |
@davidme-stripe Hi David, sorry for the delayed response as I've been on holiday. We tried this out with the latest version and the code compiles properly now. Thanks for the fix! |
I still have this issue. Stripe v19.4.1 |
@tudor07 Please switch to v21.6.0 — the 3DS2 framework is open-source in that version, which significantly simplifies the build process. |
Summary
We're attempting to update the stripes iOS SDK in our app to support Apple Pay. When attempting to build the application, we are seeing the following error(s):
iOS version
Have tried on 10.1 and 12.4, same issue for both.
Installation method
Pods
SDK version
16.0.4
Other information
This seems to be related to some of the fixes you guys have already put out in the past few days with release 16.0.3 and 16.0.4.
Based on what we saw in issue #1266 we attempted to update to the latest iOS version, but it did not help.
The text was updated successfully, but these errors were encountered: