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
The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0 #8860
Comments
|
having the same issue |
|
Posible duplicated #8780 |
|
i have exactly the same scenario.. just update xcode.. and the project get broken with that issue, any suggestion? |
|
@tuliodiaz @wkjesus @iMarwan-k @kieranbarlow this is a cocoapod issue. to your Podfile (create if not exist) in your app @rigor789 this can done automatically by the cli. |
|
Better to delete it, then to set it to 9.0. Then it will inherit the project/workspace deployment taget (which is set in build.xcconfig). Source: https://www.jessesquires.com/blog/2020/07/20/xcode-12-drops-support-for-ios-8-fix-for-cocoapods/ |
|
@asharghi good idea, like it! |
|
same problem here |
|
It works for me if I place the following in Courtesy of Vidhi Gupta on the NativeScript Slack. |
This works with me, thanks |
I had to include above two fixes to make build working again |
kieranbarlow commentedSep 17, 2020
Describe the bug
After installing the latest xcode for ios14 deployment I can no longer run
tns run iosI get the error
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. (in target 'MDFInternationalization' from project 'Pods') ** BUILD FAILED **To Reproduce
Expected behavior
App to appear on ios simulator running ios14
Additional context
Environment
The text was updated successfully, but these errors were encountered: