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. |
| 5 | Support 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 | |
| 7 | There 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 | {{{ |
| 9 | sudo xcode-select -switch /Applications/Xcode.app |
| 10 | }}} |