Skip to content
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

El Capitan Install Issue #84

Open
ducky007 opened this issue Oct 11, 2015 · 5 comments
Open

El Capitan Install Issue #84

ducky007 opened this issue Oct 11, 2015 · 5 comments

Comments

@ducky007
Copy link

Get the following error when installing on OS X 10.11:

ERROR: While executing gem ... (Errno::EPERM)
Operation not permitted - /usr/bin/xcodeproj

Solved it by adding -n /usr/local/bin/xcodeproj to the gem install sync command. Might want to update install directions. Also, there could be a better way to solve this.

@mikemee
Copy link

mikemee commented Nov 13, 2015

Fwiw, it installed and ran fine on my (relatively fresh) El Cap install.

@designatednerd
Copy link

I am experiencing a similar issue, but with a different folder:

Ellens-MacBook-Pro:Scripts ellenshapiro$ sudo gem install synx
ERROR:  While executing gem ... (Errno::EPERM)
    Operation not permitted - /usr/bin/synx

the Colorize and Clamp dependencies were able to install just fine, but synx is barfing even if I try the above suggestion of adding -n /usr/bin/synx to the end of my gem install command. El Cap 10.11.1.

@ducky007
Copy link
Author

Look carefully. You have to change the directory to /usr/local/bin/...

@paoloiulita
Copy link

this may be related to System Integrity Protection
check this

https://support.apple.com/en-us/HT204899

@ceyhun
Copy link

ceyhun commented Jun 14, 2016

sudo gem install -n /usr/local/bin/ synx seems to make it work on El Capitan

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

No branches or pull requests

5 participants