-
Notifications
You must be signed in to change notification settings - Fork 981
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
[BUG] Failed to find an image named icon_x_standalone #3156
Comments
Hi @clementmorissard, can you try removing |
Hello @yuki-stripe, I justed tested to remove |
I did some tests:
I dont know if its normal to have the "not yet loaded" on the bundle
|
I am using latest version of stripe in iOS also facing same issue in device but in simulator it working fine so @yuki-stripe can you please solve this issue and update new version |
Closing this as stale! I believe we found the root cause of this in ~March 2024, if you are still hitting this issue please re-open. |
Summary
I'm having a crash on an image not found
StripeUICore/ImageMaker.swift:51: Assertion failed: Failed to find an image named icon_x_standalone
The weird thing is that the crash happens on the PaymentSheet.present, but it does not crash on the CustomerSheet.present somewhere else in the app...
And other thing which is weird, it seems that the crash only happens when i use the app when it's still linked to xcode
Code to reproduce
public func presentPaymentSheet(customerId: String, ephemeralKey: EphemeralKey, paymentIntentClientSecret: String, completion: @escaping (StripePaymentSheetResultEnum) -> Void) {
iOS version
Installation method
I'm using cocoapods
`
But i'm using frameworks, so Rythme is using RythmePayment framework to present the PaymentSheet
SDK version
23.20.0'
Other information
I'm wondering if my podfile is wrong, and i got 2 instances of the stripe pod and there is a conflict
The text was updated successfully, but these errors were encountered: