[OS X] El Capitanでcocoapodsインストールが出来ない
El Capitanでcocoapodsをインストールしようとすると以下のようなエラーが出た
ERROR: While executing gem ... (Errno::EPERM)
Operation not permitted - /usr/bin/xcodeproj
原因はEl Capitanからrootlessというのが追加されたという
例えば、root権限を持つユーザーでも
/usr、/sbin、/System など一部アクセス制限が掛かるらしい
以下解決方法
以下のようにrootlessを無理やり解除する方法があるが、セキュリティ上非推奨
sudo nvram boot-args=“rootless=0”
ということでインストールフォルダを変更する方法のほうがオススメ
sudo gem install -n /usr/local/bin cocoapods
これで試したみたらできた
Author And Source
この問題について([OS X] El Capitanでcocoapodsインストールが出来ない), 我々は、より多くの情報をここで見つけました https://qiita.com/hkim99/items/07fc22b4327161790d39著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .