Shunobi

Month

April 2012

1 post

Apr 3, 2012

March 2012

1 post

Resolved: Command Line Tools update failed in Xcode 4.3.2

Just upgraded to Xcode 4.3.2 and found a new item in Preferences->Downloads called Command Line Tools.

So, if you click Update and get an error that says “<devaccount> does not have access to Command Line Tools”, it may be because you still have Xcode 4.2.x on your computer and the Xcode current folder path is pointing to that.

To remedy this, open Terminal.

Run /usr/bin/xcode-select -print-path

If it prints /Developer, then you need to switch that to /Applications, which is where the new Xcode 4.3.x is installed. So, run the following and type in your password when prompted:

sudo /usr/bin/xcode-select -switch /Applications

After that, run Xcode again and you should be able to update Command Line Tools.

Mar 22, 20121 note
#programming #iOS

January 2012

3 posts

How to edit the comments of a previous git commit

git commit --amend

Jan 13, 2012
Jan 12, 20122 notes
#juzi #lemon
Jan 12, 2012
#geolopigs #peterpog
Next page →
2012
  • January 3
  • February
  • March 1
  • April 1
  • May
  • June
  • July
  • August
  • September
  • October
  • November
  • December