16

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.

Heath Borders
  • 30,998
  • 16
  • 147
  • 256

1 Answers1

34
sudo /usr/bin/xcode-select -switch /Applications/Xcode.app/Contents/Developer
Heath Borders
  • 30,998
  • 16
  • 147
  • 256