-
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
Bug : Missing images after update to v20.0.0 (Cocoapods install) #1655
Comments
Hey @the0neyouseek! I haven't seen this before, but we did move to Asset Catalogs in Stripe 20.0.0, so it's possible that we missed something. To help debug, could you provide some additional info? Sorry for the trouble!
|
Hi @davidme-stripe! Edit: Weirdly, it worked on simulator and not on a real device.
|
Thanks for the follow-up! I tested it on a real device (without moving the Stripe.xcassets from the Stripe-Stripe bundle to the Stripe target), and I'm seeing images. I wonder if something else was cached that only impacted device builds. I'll try a few other scenarios of upgrading from 19.x to reproduce this. |
I'm on Xcode 12 targeting for iOS 12 min. if that helps |
Hi! I think we've fixed this in version 21.2.0, please give it a try. |
Summary
After updating the sdk to the latest version on my project I found that there are no longer any images displayed.
STPPaymentOptionsViewController
Code to reproduce
Here's the code used to display the view controller :
iOS version
Tested on iOS 13-14
Installation method
Cocoapods
SDK version
Latest (
v20.0.0
)The text was updated successfully, but these errors were encountered: