|
|
Member Since: Oct 19, 2008
Location: Ottawa
Posts: 15,453
Mac Specs: 2012 13" MBP (2.5 i5, 8GB)
|

04-16-2012, 10:29 PM
I'm going to guess installer doesn't like that Xcode wasn't installed to /Developer (which is the default directory). Try uninstalling it and reinstalling it to the default directory.
The uninstaller script is normally located at /Developer/Library/uninstall-devtools so I'm going to guess that it's at /Applications/XCodeToolsPackages/Library/uninstall-devtools. Run that with the "–mode=all" switch:
Code:
/Applications/XCodeToolsPackages/Library/uninstall-devtools --mode=all
|
|
|
QUOTE
Thanks
|