How to get cocoapods work on Yosemite, cocoapodsyosemite
View Original: http://leancodingnow.com/how-to-get-cocoapods-work-on-yosemite/
After upgrading Mac OS X 10.10-Yosemite todaypod install
The following error occurs:/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/fileutils.rb:245:in 'mkdir': Permission denied - /Library/Ruby/Gems/2.0.0/extensions/universal-darwin-14 (Errno::EACCES)
After some tossing, find the solution as follows:
Next, try to executepod install
If you encounter the following errorsError loading the plugin with path '/Library/Ruby/Gems/2.0.0/gems/cocoapods-plugins-0.3.1/lib/cocoapods_plugin.rb'.Errno::EACCES - Permission denied - /Library/Ruby/Gems/2.0.0/extensions/universal-darwin-14
Run commands$ gem update --system
You can.
Other blog posts:
- Swift learning resources
- Xcode 6 simulator path
More blog posts on http://leancodingnow.com/
Hope this helps,
Michael