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 dropped support for iOS 8 #826

Open
lawmicha opened this issue Sep 1, 2020 · 4 comments
Open

Xcode 12 dropped support for iOS 8 #826

lawmicha opened this issue Sep 1, 2020 · 4 comments

Comments

@lawmicha
Copy link

lawmicha commented Sep 1, 2020

When using Xcode 12 beta 6, I can see the following warnings. i'm using Starscream version 3.1.1

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.

Although a warning for now, I've seen cases in other packages that the warning comes with build issues along side and sometimes works on simulator but not the canvas preview. Also this warning may become an error in the future.

Can Starscream's podspec be updated to support minimum iOS 9?

s.ios.deployment_target = '9.0'

@DjuricMarija
Copy link

I have the same issue.

Screen Shot 2020-09-25 at 12 42 14 PM

@MadNoodle
Copy link

I have the same issue

@Svantulden
Copy link

Try a higher version of Starscream, like 4.0.4. It seems to be fixed with this PR: #808

@Golden1998
Copy link

Try a higher version of Starscream, like 4.0.4. It seems to be fixed with this PR: #808

How do I do this?

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

5 participants