Skip to content

Confusing report for a problem with CocoaPods during installation #2363

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
vchimev opened this issue Dec 19, 2016 · 0 comments
Closed

Confusing report for a problem with CocoaPods during installation #2363

vchimev opened this issue Dec 19, 2016 · 0 comments
Assignees
Labels

Comments

@vchimev
Copy link

vchimev commented Dec 19, 2016

The CLI reports a problem with CocoaPods (WARNING: There was a problem with CocoaPods) during installation. But if tns doctor executed afterwards, it says No issues were detected.

The issue is not reproducible with CLI 2.4.2.

Steps:

  • setup CocoaPods 1.1.1
  • npm i -g nativescript@next

My exact version is 2.5.0-2016-12-16-7479. At this step, the CLI reports a problem with CocoaPods.

  • tns doctor

At this step, the CLI reports no issues.

Log:

mcsofvchimev:master vchimev$ pod --version
1.1.1

mcsofvchimev:master vchimev$ npm i -g nativescript@next
npm WARN excluding symbolic link docs/stylesheets/hightlight.css -> ../../node_modules/highlight.js/src/styles/solarized_light.css
npm WARN excluding symbolic link docs/assets/ir_black.css -> ../../node_modules/highlight.js/src/styles/ir_black.css
npm WARN excluding symbolic link examples/TestFramework/Test Framework.framework/Resources -> Versions/Current/Resources
npm WARN excluding symbolic link examples/TestFramework/Test Framework.framework/Test Framework -> Versions/Current/Test Framework
npm WARN excluding symbolic link examples/TestFramework/Test Framework.framework/Versions/Current -> A
npm WARN deprecated [email protected]: This package is discontinued. Use lodash@^4.0.0.
npm WARN deprecated [email protected]: use uuid module instead

> [email protected] preuninstall /usr/local/lib/node_modules/nativescript
> node preuninstall.js

Failed to complete all pre-uninstall steps.
/usr/local/bin/tns -> /usr/local/lib/node_modules/nativescript/bin/tns
/usr/local/bin/nativescript -> /usr/local/lib/node_modules/nativescript/bin/tns

> [email protected] postinstall /usr/local/lib/node_modules/nativescript
> node postinstall.js

Verifying CocoaPods. This may take more than a minute, please be patient.
  ◠ Installing iOS runtime./usr/local/lib
└── [email protected] 


WARNING: There was a problem with CocoaPods
Verify that CocoaPods are configured properly.
There seem to be issues with your configuration.
? Do you want to visit the official documentation? No
? Do you want to run the setup script? No
Your components are up-to-date.

Autocompletion is already enabled

Installation successful. You are good to go. Connect with us on http://twitter.com/NativeScript.

/usr/local/lib
└── [email protected] 

mcsofvchimev:master vchimev$ tns --version
2.5.0-2016-12-16-7479

mcsofvchimev:master vchimev$ tns doctor
Verifying CocoaPods. This may take more than a minute, please be patient.
  ◡ Installing iOS [email protected] /private/var/folders/8k/ccv181q10z18k09cv2jgf9y929jlc5/T/nativescript-check-cocoapods1161119-2653-1lajs4g.4zq9wzh0k9
└── [email protected] 


  ◠ Verifying CocoaPods. This may take some time, please be patient..
Your components are up-to-date.

No issues were detected.
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

3 participants