Skip to content

feat: forbid working with Xcode below 9 #3968

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

Merged
merged 1 commit into from
Oct 3, 2018

Conversation

rosen-vladimirov
Copy link
Contributor

Currently iOS Applications cannot be build with Xcode versions below 9. So forbid using such versions and show information to user that Xcode must be updated.

PR Checklist

What is the current behavior?

When you have Xcode 8, you can try tns build ios and it will fail at some point with a native error.

What is the new behavior?

When you have Xcode 8, you can try tns build ios and it will fail with message that this Xcode is not supported and you have to upgrade it to build your app.

Fixes issue #3887

Currently iOS Applications cannot be build with Xcode versions below 9. So forbid using such versions and show information to user that Xcode must be updated.
@rosen-vladimirov rosen-vladimirov merged commit 6045734 into master Oct 3, 2018
@rosen-vladimirov rosen-vladimirov deleted the vladimirov/forbid-xcode-8 branch October 3, 2018 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants