Changes between Version 78 and Version 79 of ProblemHotlist
- Timestamp:
- Mar 4, 2012, 9:32:31 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProblemHotlist
v78 v79 7 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 8 {{{ 9 sudo xcode-select -switch /Applications/Xcode.app 9 sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer 10 10 }}} 11 11