Changes between Version 83 and Version 84 of ProblemHotlist
- Timestamp:
- Mar 16, 2012, 12:11:00 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProblemHotlist
v83 v84 7 7 === xcode-select === #xcode-select 8 8 9 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: 9 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, or 10 {{{ 11 Warning: Xcode appears to be installed but xcodebuild is unusable; some ports will likely fail to build. 12 }}} 13 , then you need to run: 10 14 {{{ 11 15 sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer