/developer directory is missing in Lion Xcode 4.3

我的梦境 提交于 2019-12-04 23:55:27

According to the XCode 4.3 release notes, the /developer directory is no longer needed.

/Developer No Longer Exists

The simplification afforded by repackaging Xcode 4.3 as a single app bundle eliminates the need for the /Developer directory containing prior versions of Xcode. As a result, the Install Xcode application and the uninstall-devtools command line script are also no longer needed.

The /Developer directory is no longer used by Xcode as jonkroll noted.

If you are looking for command line tools, you can install them using the Components tab of the Downloads preferences panel.

Yes you're right, now /Developer directory is embedded into XCode.app. So you have to make an alias to this new directory or change your path to this new folder.

One easy way to get to it is to right click on an existing framework that you have imported in your project; then choose "open in finder". Then you can hit option + the up arrow key on your key board to traverse up to the developer folder (e.g if you want to peruse the contents of your simulator documents folder etc...) & make a short cut to it for direct navigation..

Switching directories worked for me:

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