tns doctor => cocoapods failed
See original GitHub issueHello,
When try to do tns doctor
, I have error with Podfile
of AFNetworking
:
Verifying CocoaPods. This may take more than a minute, please be patient.
◝ Installing iOS runtime.(node:85055) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version.
◝ Installing iOS runtime.tns-ios@2.0.0 ../../var/folders/br/8v_dvjf57v33lg60t_711qh00000gn/T/nativescript-check-cocoapods11646-85055-xtr4je.b2w8ode7b9/node_modules/tns-ios
◠ Verifying CocoaPods. This may take some time, please be patient..
Analyzing dependencies
[!] The dependency `AFNetworking (~> 1.0)` is not used in any concrete target.
WARNING: There was a problem with CocoaPods
Verify that CocoaPods are configured properly.
There seem to be issues with your configuration.
I’ve reinstalled so many times cocoapods
in v0.39
and in pre
release but nothing works.
Can you help me?
Thanks.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:1
- Comments:21 (2 by maintainers)
Top Results From Across the Web
tns doctor not working. WARNING: There was a problem with ...
Install your CocoaPods with superuser permissions. sudo gem install cocoapods. And then check if they are installed correctly pod --version.
Read more >Trouble with installing cocoapods | Apple Developer Forums
This can happen if the version of Ruby that CocoaPods was installed with is different from the one being used to invoke it....
Read more >NativeScript Advanced Setup — macOS
To check if your system is configured properly, run the following command. tns doctor. If you see "No issues were detected" you are...
Read more >cocoapods is installed but broken. skipping pod install.
This can usually be fixed by re-installing CocoaPods. For more info, see https://github.com/flutter/flutter/issues/14293. To ...
Read more >cocopods? - Google Groups
Unable to add a source with url `https://github.com/CocoaPods/Specs.git` named `master`. ... When I launch the tns doctor command I get: Verifying CocoaPods ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This is the command it seems to be blowing up at:
Errno::EACCES - Permission denied @ dir_s_mkdir - /Users/justin.rassier/Library/Caches/CocoaPods
Hey @ejsuncy, though I am getting the error I could able to run the app in the IOS emulator. Probably you can check on that.