请教下iOSOpenDev安装问题

去iOSOpenDev的官网下载了一个最新版的包安装,总是在安装到最后一步的时候出现安装失败,系统是10.10.5的,不知道是什么原因

下面是错误日志,希望大神能够帮忙看看

应该在上面还有 file not found的log你没有截出来。如果有的话,可能是由于Xcode版本更新引起的文件位置发生变化,解决如下:

在github找到缺失文件,放到对应的目录下即可
https://github.com/heardrwt/RHObjectiveBeagle/tree/master/libBeagle/Xcode%20iOS%20dylib%20Support

cd /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Xcode/
sudo mkdir Specifications
将链接中的两个.xcspec文件拷贝进去
cd /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Xcode
将链接中的两个模拟器文件拷贝进去

报错:fail to create symbolic link /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin/iosod → /opt/iOSOpenDev/bin/iosod

cd /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer
sudo mkdir usr
cd usr
sudo mkdir bin
cd bin

然后下载,拷贝进去

多谢,估计应该是那个问题~

再次感谢,就是这个问题~已经解决了

真心感谢~

完美解决了我的问题
Mac OS X EI Capitan 10.11.2
Xcode Version 7.2.1 (7C1002)
别忘了在第二步也要创建Specifications文件夹

Mac OS X EI Capitan 10.11.4
Version 7.3 (7D175)
按照步骤来的 . 还是不行 …