Last active
August 29, 2015 14:01
-
-
Save fahied/b1389a04a0207448aa50 to your computer and use it in GitHub Desktop.
installing pod : permission denied
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo chown -R `whoami` path/to/project/ | |
if that doesn't help, you can also try | |
sudo chown -R `whoami` ~/.cocoapods | |
sudo chown -R `whoami` ~/Library/Caches/CocoaPods |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment