Your environment is not configured properly and you will not be able to execute local builds #9970
Replies: 8 comments 10 replies
|
|
thanks @rigor789! I checked where the cocoapods got installed by doing: that output this: So I added that in addition to ruby path's already in my ~/.bash_profile But when I run |
|
I am running on mac 12.4 After running those two python commands though I still get the python warning, "The Python 'six' package not found. " |
|
Also, I don't understand this... if these are just "warnings" why are they preventing the build from happening when I run |
|
hi @rigor789 I ran the commands and added things into my .bashrc as you suggested, but I'm still getting these two errors: No tns command works anymore so it's kind of a big problem... 😢 |
|
Hi @nenzan we have been revamping the environment setup and you can try the revised instructions on the beta docs here: Let us know if that helps you when following verbatim. |
|
Same problem,
|



Uh oh!
There was an error while loading. Please reload this page.
Issue Description
I have setup my environment, but I am still getting warnings... tns will not create a build even though things are already installed!
Reproduction
reproduced in this repo: https://github.com/JimLynchCodes/Study-App
Relevant log output (if applicable)
When I run
sudo gem install cocoapods, output says it's installed, but ns doctor still gives the error...Running
python3 -m pip install six:Dependencies
Please accept these terms
All reactions