ios 编程日记 2:如何在terminal下打开一个工程

来源:互联网 发布:电视棒软件安卓版 编辑:程序博客网 时间:2024/05/01 04:52

xed xx.xcodeproj(默认安装才行,否则要配制一点东西)

如果报下列错误,参照下列配置语句,在terminal里输入

错误:

No developer directory found at /Volumes/Xcode/Xcode.app/Contents/Developer. Run /usr/bin/xcode-select to update the developer directory path.


配置语句:

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

解决办法from:http://stackoverflow.com/questions/9621706/how-can-i-resolve-error-no-developer-directory-found-at-developer