Changes between Version 79 and Version 80 of ProblemHotlist


Ignore:
Timestamp:
Mar 4, 2012, 9:46:38 PM (12 years ago)
Author:
raimue (Rainer Müller)
Comment:

Note about xcode-select and 10.7.3 update

Legend:

Unmodified
Added
Removed
Modified
  • ProblemHotlist

    v79 v80  
    55Support for Xcode 4.3 was added in MacPorts 2.0.4. If you have an earlier version of MacPorts, you will need to upgrade to be able to use Xcode 4.3.
    66
     7=== xcode-select === #xcode-select
     8
    79There 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:
    810{{{
    911sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer
    1012}}}
     13
     14Note you might have an older version of the xcode-select tool in case you installed Xcode 4.2 after installing the Mac OS X 10.7.3 update. If the command `xcode-select -version` returns `version 2003` this is from Xcode 4.2 and we recommend to install the update once again with the [http://support.apple.com/kb/DL1484 Mac OS X 10.7.3 combo updater]. The current xcode-select version that comes with Mac OS X 10.7.3 identifies itself as `version 2307`.
     15
     16=== Xcode License Agreement === #xcode-eula
    1117
    1218When attempting to build a port which compiles an OS X app (e.g., gimp-app), the compilation may fail with an xcodebuild error. One of the cause of this is that an initial run of xcodebuild from the terminal is needed to accept the EULA before