-
Notifications
You must be signed in to change notification settings - Fork 86
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
Xcode 12 warning about iOS simulator deployment target. #64
Comments
Still showing the same error - 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. |
@ngocholo, can you take a look at this? |
@Prince2k3 @ruchiupgade-mb @MoNTE48 Could you provide what specific version of Xcode 12 you're seeing this issue on? And please include a sample project replicating this issue if you can. |
Seems like it's an issue with installing using Cocoapods. There's a workaround for this by modifying your own Podfile to bump the deployment target of the pod(s). More details here CocoaPods/CocoaPods#7314 (comment) |
@ngocholo I use SWIFT Package... |
@ngocholo I use SPM and Xcode 12.0 |
I see. This has been fixed in the main branch. Will release a new version soon. |
@MoNTE48 @ruchiupgade-mb @Prince2k3 version Closing this issue. Feel free to drop a line if you're still seeing the warning. |
Xcode 12 release is showing this warning
The text was updated successfully, but these errors were encountered: