A
A
Andrey Kulikov2013-12-19 04:46:13
ruby
Andrey Kulikov, 2013-12-19 04:46:13

Installing CocoaPods on OS X Mavericks (Xcode 5.0.2)

Unable to install CocoaPods. Installation log from the terminal.
From what I googled on StackOverflow I tried this:

sys_rb_usr=/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr
sdk_rb_usr=`xcode-select -p`/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr
sudo cp -r $sdk_rb_usr/include $sys_rb_usr/include

Does not help. What could be the problem? Maybe someone came across?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Andrey Kulikov, 2013-12-19
@tvidoz

I'm sorry... Command Line Tools disappeared after the XCode update, the problem was precisely in their absence.

A
Alexey Kolosov, 2013-12-19
@satisFUCKtor

well, judging by the gem log, it cannot build some kind of native extension. The answer is simple - there are no libraries needed to build

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question