Skip to content

NativeScript 2.0 warning needs to reference how to install updated cocoapods when xcode 7.3 supported version of pods is released #1739

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

Closed
stephenfeather opened this issue May 5, 2016 · 1 comment
Assignees
Labels
Milestone

Comments

@stephenfeather
Copy link
Contributor

stephenfeather commented May 5, 2016

If the user has a lower version of cocoapods installed, the installer suggest they install xcproj to work around the problems listed in #1639.

The better outcome would be for the user to update all their tooling if possible. The suggestion regarding xcproj, as i see it is a backwards compatibility stub, while showing the instructions to update their cocoapods is future looking.

Current warning and suggestion:

You are using CocoaPods version 0.39.0 which does not support Xcode 7.3 yet.
In order for the NativeScript CLI to be able to work correctly with this setup you need to install 
xcproj command line tool and add it to your PATH. Xcproj can be installed with homebrew by running 
$ brew install xcproj from the terminal

Suggested warning:

You are using CocoaPods version 0.39.0 which does not support Xcode 7.3 yet.

You can update your cocoapods by running $sudo gem install cocoapods --pre from a terminal.

In order for the NativeScript CLI to be able to work correctly with your current setup you would need to install 
xcproj command line tool and add it to your PATH. Xcproj can be installed with homebrew by running 
$ brew install xcproj from the terminal
@stephenfeather stephenfeather changed the title NativeScript 2.0 warning needs to reference how to install updated cocoapods NativeScript 2.0 warning needs to reference how to install updated cocoapods when xcode 7.3 supported version is released May 5, 2016
@stephenfeather stephenfeather changed the title NativeScript 2.0 warning needs to reference how to install updated cocoapods when xcode 7.3 supported version is released NativeScript 2.0 warning needs to reference how to install updated cocoapods when xcode 7.3 supported version of pods is released May 5, 2016
@enchev enchev mentioned this issue Jun 6, 2016
@enchev enchev self-assigned this Jun 6, 2016
@enchev enchev added this to the 2.1 milestone Jun 6, 2016
@enchev enchev closed this as completed Jun 6, 2016
@enchev
Copy link
Contributor

enchev commented Jun 9, 2016

Fixed with #1803

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants