| View previous topic :: View next topic |
| Author |
Message |
bjxiao
Joined: 10 Oct 2012 Posts: 1
|
Posted: Thu Oct 11, 2012 7:38 pm Post subject: can not install 12.9 on Mountain lion using latest Xcode |
|
|
When I tried to install, it prompt
XCode Version 3.2 or higher is required for this installation.
But actually I am using Xcode4.5, I also set Xcode path using
sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer
I need a help. Thank you in advance. |
|
| Back to top |
|
 |
jtull
Joined: 30 Jun 2004 Posts: 233
|
Posted: Mon Oct 15, 2012 5:20 pm Post subject: Problems installing on Mountain Lion. |
|
|
1. do you have gcc installed? If not, do you have the Xcode command line
tool installed?
2.run the following
% sudo xcode-select -switch /Applications/Xcode.app/ Contents/Developer
% /usr/bin/xcode-select -print-path
#make sure that it prints /Applications/Xcode.app/ Contents/Developer
then install again.
Also make sure 'remote login's are enabled.
regards,
dave |
|
| Back to top |
|
 |
|