Changes between Version 78 and Version 79 of ProblemHotlist


Ignore:
Timestamp:
Mar 4, 2012, 9:32:31 PM (13 years ago)
Author:
raimue (Rainer Müller)
Comment:

Use the full path to work with an older xcode-select (Build 2003 from Xcode 4.2)

Legend:

Unmodified
Added
Removed
Modified
  • ProblemHotlist

    v78 v79  
    77There have been reports of xcode-select not pointing to the new Xcode location for some users after upgrading to 4.3. If you are having problems even with the latest MacPorts version and `xcode-select -print-path` does not print `/Applications/Xcode.app/Contents/Developer` on your system, then you need to run:
    88{{{
    9 sudo xcode-select -switch /Applications/Xcode.app
     9sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer
    1010}}}
    1111