-
Notifications
You must be signed in to change notification settings - Fork 526
Build error on Xcode 12.5 #762
Comments
I faced the same issue but was able to solve it by upgrading tipsi-stripe to 9.0.0 and updating the Stripe version in Podfile with: |
I upgraded Stripe to 21.4. But I can not build on Xcode 12.5 |
updating to and updating fixes/works around the issue in XCode 12.5 annoying to also have to update the minimum supported version (
|
Worked for me. Thanks |
I tried to upgrade the dependencies as suggested above, but got the following build errors: I solved it by following react-native-community/upgrade-support#62 Specifically, what I did were
Update - I got it working for debug build, but now archive fails. Still looking for solutions |
It works!!! Thanks a lot. |
Closing this ticket, so that new users don't think this project is still active. Stripe does not want you using this, and you will find pain if you do; Please migrate to the official @stripe/stripe-react-native package, for your user's safety, and your developer's sanity! See more: |
Error: 'new' is unavailable: You cannot directly instantiate an STPIssuingCardPin
Since xCode has been updated to 12.5 it returns this problem.
How to solve?
thank you
The text was updated successfully, but these errors were encountered: