Skip to content
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

Closed
Prince2k3 opened this issue Sep 21, 2020 · 8 comments
Closed

Xcode 12 warning about iOS simulator deployment target. #64

Prince2k3 opened this issue Sep 21, 2020 · 8 comments

Comments

@Prince2k3
Copy link

Xcode 12 release is showing this warning

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.
@ruchiupgade-mb
Copy link

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.

@MoNTE48
Copy link

MoNTE48 commented Nov 7, 2020

@ngocholo, can you take a look at this?

@ngoleo
Copy link
Contributor

ngoleo commented Nov 9, 2020

@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.

@ngoleo
Copy link
Contributor

ngoleo commented Nov 9, 2020

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)

@MoNTE48
Copy link

MoNTE48 commented Nov 9, 2020

@ngocholo I use SWIFT Package...
Xcode... From 12.0 beta to 12.2 RC

@ruchiupgade-mb
Copy link

ruchiupgade-mb commented Nov 9, 2020

@ngocholo I use SPM and Xcode 12.0

@ngoleo
Copy link
Contributor

ngoleo commented Nov 9, 2020

I see. This has been fixed in the main branch. Will release a new version soon.

@ngoleo
Copy link
Contributor

ngoleo commented Nov 10, 2020

@MoNTE48 @ruchiupgade-mb @Prince2k3 version 0.1.2 has been released. This should fix the issues you're seeing.

Closing this issue. Feel free to drop a line if you're still seeing the warning.

@ngoleo ngoleo closed this as completed Nov 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants