Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

After Upgrading from Xcode 4.2 to Xcode 4.3, instruments command line fails

After upgrading from Xcode 4.2 to Xcode 4.3, the instruments command line tool fails with the following error:

Error: No developer directory found at /Developer. Run /usr/bin/xcode-select to update the developer directory path.

like image 534
Heath Borders Avatar asked Feb 28 '12 16:02

Heath Borders


1 Answers

sudo /usr/bin/xcode-select -switch /Applications/Xcode.app/Contents/Developer
like image 55
Heath Borders Avatar answered Nov 11 '22 07:11

Heath Borders