Skip to content

Instantly share code, notes, and snippets.

@janodev
Last active December 23, 2015 10:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save janodev/6620842 to your computer and use it in GitHub Desktop.
Save janodev/6620842 to your computer and use it in GitHub Desktop.
“pod install” setting 32 bits instead 64? update CocoaPods to the xcode5-support branch
sudo gem install bundler
printf "gem 'cocoapods', :git => 'http://github.com/CocoaPods/CocoaPods', :branch => 'xcode-5-support' \n" > Gemfile
printf "gem 'xcodeproj', :git => 'http://github.com/CocoaPods/Xcodeproj', :branch => 'redacted-support' \n" >> Gemfile
sudo bundle install
sudo bundle exec pod install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment