6

I have tried and tried (looked at many headings for this) and I still don't have an answer to my problem. I am trying to install the Pebble SDK 1.12 and install command line tools of Xcode 5.

Everytime I try xcode-select --install in terminal I get "Can't install software because it is not currently available in the Software Update server"

I have tried to reinstall Xcode and that didn't work. When I got to Xcode-preferences-downloads there isn't a section for the command line tools.

I have also tried installing them from the Developer site but to no avail. The download looks correct and then I go to Xcode to see the preferences and the command line tools aren't listed.

Anything you all can suggest?

0

2 Answers 2

11

Using xcode-select --install in Terminal and choose install tools

Sign up to request clarification or add additional context in comments.

1 Comment

I get "xcode-select: Error: unknown command option '--install'."
2

On OS X 10.9, the Command Line Tools component no longer appears in the Preferences pane for Xcode 5, unlike on OS X 10.8. Also, the not currently available message appears to be a bug in OS X 10.9 when the currently installed Command Line Tools are already up-to-date. If you have a populated /usr/include directory and /usr/bin/cc --version gives you something, you're probably fine.

3 Comments

I a line in the terminal that said Apple LLVM version 5.0 (clang-500.2.79) (based on LLVM 3.3svn) Target: x86_64-apple-darwin13.0.2 Thread model: posix
Great. So, if, for example, ls -l /usr/include/AvailabilityMacros.h shows an existing file, you should be all set.
To verify you have the tools, you can check the location where they live: ll /Library/Developer/CommandLineTools/usr/bin/ If you're upgrading, go ahead and verify their versions: most have a -v / --version argument.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.