Last active
December 23, 2015 10:19
-
-
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
This file contains hidden or 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 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