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

℡╲_俬逩灬. 提交于 2019-12-03 07:10:23

问题


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.


回答1:


sudo /usr/bin/xcode-select -switch /Applications/Xcode.app/Contents/Developer


来源:https://stackoverflow.com/questions/9485320/after-upgrading-from-xcode-4-2-to-xcode-4-3-instruments-command-line-fails

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!