'new' is unavailable: You cannot directly instantiate an STPIssuingCardPin
7
I've just changed to a new MacBook Pro with the M1 chip and I can't build my app on Xcode. I've already updated all cocoaPods and have already installed the sudo gem cocoa pods install command in the terminal with Rosetta. These are the two errors I get and make the build Fail:
'new' is unavailable: You cannot directly instantiate an STPIssuingCardPin
'new' is unavailable: You cannot directly instantiate an STPIssuingCardPin
swift xcode stripe-payments
Add a comment
|