Changes between Version 75 and Version 76 of ProblemHotlist


Ignore:
Timestamp:
Feb 27, 2012, 5:15:37 PM (12 years ago)
Author:
jmroot (Joshua Root)
Comment:

update Xcode 4.3 entry

Legend:

Unmodified
Added
Removed
Modified
  • ProblemHotlist

    v75 v76  
    33== MacPorts stops working after installing Xcode 4.3 == #xcode43
    44
    5 Due to incompatible changes in Xcode 4.3, it cannot be used by MacPorts at present. Many of the issues should be able to be fixed in a MacPorts update, but some may need to be resolved by Apple in an Xcode update.
    6 Until then, on Lion, please use Xcode 4.1 through 4.2.1 inclusive.
     5Support 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.
     6
     7There 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:
     8{{{
     9sudo xcode-select -switch /Applications/Xcode.app
     10}}}
    711
    812== A port build fails on Snow Leopard with: "file is not of required architecture" == #wrongarch