Skip to content

Instantly share code, notes, and snippets.

@fahied
Last active August 29, 2015 14:01
Show Gist options
  • Save fahied/b1389a04a0207448aa50 to your computer and use it in GitHub Desktop.
Save fahied/b1389a04a0207448aa50 to your computer and use it in GitHub Desktop.
installing pod : permission denied
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