New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update mac osx to 10.10 and pod cannot work #2219
Comments
Try |
Any ideas? |
Opening xcode and switching to xcode 6 command line tools helped me. |
i have same problem, help me. problem between OS X 10.10 and cocoapods |
I used
you might need to uninstall and re-install cocoapods
|
When I use sudo gem install cocoaPods --verbose then |
@BohdanOrlov how did you install xcode 6 command line tools? If I run |
@justinmakaila maybe BohdanOrlov did this open xcode6 and command+, open the Preference and tap the Locations the last is Command line tools just change it. But I do nothing for me |
@tonglesu it worked for me
|
Thankyou @justinmakaila I will try |
Thanks @justinmakaila It also work for me, for our Chinese 's saying "No Zuo No Die". |
Same here. Worked like a charm. Thanks @justinmakaila ! |
Thank you @justinmakaila ! Everything goes well~ |
@justinmakaila Thanks! 👍 |
I have tried,Thank you @justinmakaila ,Everything goes well now. Something I want to talk to chinese,we must use http://ruby.taobao.org/ instead of https://rubygems.org/ .Fuck the GFW. |
@justinmakaila where do you live? I am sending you a beer now! |
@justinmakaila, thank you. Works for me |
@justinmakaila I followed your instructions but it still did not work. How can I point cocoa pods to use another ruby that i install through rvm? It seems to me cocoa pods is not working right with the default Ruby.framework that came with OS 10.10 |
@armanshan12 I'm not very familiar with rvm, I can't offer much advice. I do know that my fix worked with the default Ruby.framework On Fri, Jun 6, 2014 at 1:35 PM, armanshan12 notifications@github.com
|
Worked! |
@justinmakaila, I reinstalled cocoa pods by following your steps, now when i'm trying pod install/update it's stuck at "analyzing dependencies" any ideas what am i doing wrong? |
Try it: /usr/bin/login -f your_mac_username cd "to your project" pod install Done. |
@justinmakaila you are the best! You saved my day! |
@justinmakaila still not work for me ~ |
If it's not work for you, you can try my solutions. |
@phatle tied, still not work,I want back to 10.9 - -~ |
@kobe9009 Pls paste your error here. Maybe people can help you. |
Need I reinstall ruby? |
|
@segiddins tried many times |
Ruby version comes with mac 10.10 has bugs. You should reinstall ruby with rvm |
If you're using iTerms, try set the value Phat suggests above into your Profile/General/Command: /usr/bin/login -f your_mac_user_name You might need to restart iTerms. Then, you can verify if it works pod --version This works for me. Hope it helps! |
@phatle after installed ruby 2.1.2 by rbenv, everything works fine |
Thanks @justinmakaila this works for me too. |
It works!!! =D |
Thanks @justinmakaila! |
Thanks @justinmakaila that worked for me too! |
update mac osx to 10.10 when i want to use pod ,such as:
I use zsh not the bash shell,get the same error in bash shell. How to solve it? rvm install 2.1 got error
The text was updated successfully, but these errors were encountered: