Closed eldina07 closed 1 year ago
Hm, can you search in Xcode for the file stp_card_unknown@3x.png
?
I search this file on Xcode but I have nothing more than declaration in STPImageLibrary file. I miss something when I install maybe?
could you try clearing your pods (maybe the cache as well), then reinstalling? https://gist.github.com/mbinna/4202236
After that, try again. If it's still not working, search in your Podfile.lock
file for "StripePaymentsUI" and tell me what version it's resolved to
closing for inactivity- this image is automatically included in stripe-ios so clearing your pod/xcode caches and rebuilding+reinstalling should resolve it
I am the same problem. I hadn't found the file in xcode, but after running the cleanup commands you suggested, I was able to find the image in the StripePaymentsUI package. But I continue with the error message.
package.json
"@stripe/stripe-react-native": "^0.30.0",
"react": "18.1.0",
"react-native": "0.70.5",
Podfile.lock
StripePaymentsUI (23.12.0)
@charliecruzan-stripe i don't think this is merely a cache issue. I cleared the cache as per the steps mentioned here: https://gist.github.com/mbinna/4202236 but still facing the same issue. I am using the following versions:
"react-native": "0.73.1",
"react": "18.2.0",
"@stripe/stripe-react-native": "^0.35.1"
In Podfile.lock
StripePaymentsUI (= 23.18.3)
There is no img named stp_card_unknown@3x.png
Here is the error in xcode
Update:
This only occurs in dev
mode. Works fine in release
mode.
I am having the same issue as well, tried to clear all caches and reinstall the cocapod and pod, reinstall the react native sdk package, still the same error
Describe the bug Hello,
I try to use stripe-react-native stripe on iOS with a basic UI with just a CardField but my application stopped and I have this error:
Version:
I did
npm install
andpod install
This is on iOS Simulator with an Iphone 14 pro with iOS 16.2 (same on 16.0)
This appear when I come on screen where CardField is init.