Error in Stripe Pod

Xcode noob here. I'm getting the below error when I try to build and run. The code appears as:

Line of code is: deserializer:[STPIssuingCardPin new]


Error is : 'new' is unavailable: You cannot directly instantiate an STPissuingCardPin

HELP!

Replies

I guess STPIssuingCardPin is not a type included in Apple's frameworks.

You should better make a contact to the author of the code including [STPIssuingCardPin new].
This is an issue since Xcode 12.5, but fixed in one of the following versions of Stripe - upgrade to whichever major version you have and you may get away with having to fix more issues: 19.4.1, 17.0.3, 15.0.2, and 14.0.1
More details: https://stackoverflow.com/a/67284560/2037924