23.06.2013 16:47:00 • Categories: Xcode • Tags: Xcode
Xcode: mehrere Xcode Versionen parallel nutzen
Aktuell genutzten Xcode Path mit
xcode-select -print-pathoder mit
xcrun -findanzeigen.
Eine Korrektur ist mit
sudo xcode-select -switch /Applications/Xcode.appoder mit
export DEVELOPER_DIR="/Applications/Xcode.app/Contents/Developer"möglich.
Quelle: http://stackoverflow.com/questions/11961032/xcrun-error-could-not-stat-active-xcode-path-volumes-xcode-xcode45-dp1-app-c