Skip to content

xcode 13.3.1 swift compiler error #712

Answered by jonasbark
ABNG asked this question in Q&A
Discussion options

You must be logged in to vote

Check the Changelog:

BREAKING: This library now supports iOS 12 and up, due to stripe-ios increasing the deployment target.
To upgrade your iOS deployment target to 12.0, you can either do so in Xcode under your Build Settings, or by modifying IPHONEOS_DEPLOYMENT_TARGET in your project.pbxproj directly. You will also need to update your Podfile to target :ios, '12.0'.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ABNG
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
needs triage Needs triage
2 participants
Converted from issue

This discussion was converted from issue #711 on May 08, 2022 13:46.