xcode - Gem::DependencyError while installing xcodeproj -


i have issues installing xcodeproj via terminal on mac. xcode version 8.3.3. while working through advanced installing instructions on nativescript.org, tried running

sudo gem install xcodeproj 

which gives me following error:

error: while executing gem ... (gem::dependencyerror) unable resolve dependencies: xcodeproj requires cfpropertylist (~> 2.3.3), claide (< 2.0, >= 1.0.2), colored2 (~> 3.1), nanaimo (~> 0.2.3)

any ideas can fix problem?

if having same problem:

installing , using cntlm did me.


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -