Skip to content

message updated #1803

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
Jun 6, 2016
Merged

message updated #1803

merged 1 commit into from
Jun 6, 2016

Conversation

enchev
Copy link
Contributor

@enchev enchev commented Jun 6, 2016

Related to #1739

@@ -860,7 +860,7 @@ export class IOSProjectService extends projectServiceBaseLib.PlatformProjectServ
return (() => {
let xcprojInfo = this.$xcprojService.getXcprojInfo().wait();
if (xcprojInfo.shouldUseXcproj && !xcprojInfo.xcprojAvailable) {
let errorMessage = `You are using CocoaPods version ${xcprojInfo.cocoapodVer} which does not support Xcode ${xcprojInfo.xcodeVersion.major}.${xcprojInfo.xcodeVersion.minor} yet.${EOL}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`;
let errorMessage = `You are using CocoaPods version ${xcprojInfo.cocoapodVer} which does not support Xcode ${xcprojInfo.xcodeVersion.major}.${xcprojInfo.xcodeVersion.minor} yet.${EOL}${EOL}You can update your cocoapods by running $sudo gem install cocoapods --pre from a terminal.${EOL}${EOL}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`;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

--pre flag is not required anymore. Cocoapods 1.0.0 is official, so there's no need to add --pre to the sudo gem install. This will install latest Cocoapods version, which is working fine with XCode 7.3.x

@vakrilov
Copy link

vakrilov commented Jun 6, 2016

👍

2 similar comments
@hshristov
Copy link

👍

@rosen-vladimirov
Copy link
Contributor

👍

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

Successfully merging this pull request may close these issues.

4 participants