-
Notifications
You must be signed in to change notification settings - Fork 787
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Increase minimum deployment target to 9.0 #601
Comments
👍 |
Agree that this should be updated in the AppAuth project, but for now (and for other pods that give you the same warning) you could do what I did and suppress the warnings from the pods: Add this at the top-ish of your Podfile:
You can use that
Add this post-install script at the bottom of your Podfile to avoid the reported warning:
The |
Unfortunately I haven't been able to find a similar way to suppress these warnings from SPM modules |
I second that. If you already support SPM then please raise the target since Apple will stop accepting apps below 9.0 SDK |
#604 should fix this for SPM in a way that maintains compatibility with older versions of Xcode. |
Same problem here. Please raise the target version |
Any updates on this? The new GoogleSignIn SDK (with SPM and Apple Silicon support) has AppAuth as a dependency, which raises this warning. |
Any updates for SPM? |
Please fix this |
Describe the bug
I gen this warning message:
The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99.
To Reproduce
Add library via SPM and compile
Expected behavior
No warnings
The text was updated successfully, but these errors were encountered: