I’m trying to install Stripe SDK through pod using pod 'StripeTerminal', '~> 3.0'
After installation I’m facing an error message in Xcode:
SDK does not contain 'libarclite' at the path '/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphonesimulator.a'; try increasing the minimum deployment target
I have updated my deployment version from 13.0 to 16.0 in my Build Setings in Deployment option, as it is required for Stripe Integration minimum version. I have also installed the pods again. But still facing this error. How i can get fix it, what is the missing part?