我试图在带有终端的Mac OS X El Capitan中设置和安装theos。我跟随iPhoneDevWiki(http://iphonedevwiki.net/index.php/Theos/Setup)并正确地执行每一步,我已经多次完成它,但每次我都会收到这个小错误。我已经拥有所有依赖项,当我执行以下命令时会出现问题:
git clone git://git.saurik.com/ldid.git
fatal: destination path 'ldid' already exists and is not an empty directory.
cd ldid
git submodule update --init
./make.sh
Password:
xcode-select: error: invalid developer directory '/Applications/Xcode-5.1.1.app
我已经输入了密码,但确实显示了错误。我已经尝试过以下命令:
sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer
sudo xcode-select -s </Applications/Xcode.app/Contents/Developer>
第二个实际上导致我出现了#34;换行符&#34;或类似的东西。 我的xcode版本不是5.1.1,我甚至不知道我的终端为什么说Xcode.app是Xcode-5.1.1!
xcode-select -v
xcode-select version 2343.
我已经尝试过命令:
xcode-select -p
输出结果为:
/Applications/Xcode.app/Contents/Developer
所以,如果这是输出,为什么它说我的开发人员目录是&#34; /Applications/Xcode-5.1.1.app" ?
请帮助我!
答案 0 :(得分:2)
在make.sh
文件夹中打开ldid
文件。在第16行中,编辑路径:
/Applications/Xcode.app/Contents/Developer
然后再次运行./make.sh
。
答案 1 :(得分:0)
在“应用程序”文件夹中将Xcode应用程序的名称更改为Xcode-5.1.1。这对我有用。