iOSOpenDev安裝失敗解決
阿新 • • 發佈:2018-07-29
one tab cif specific ont fda sim set ima xcode 版本為:
先到官網下載:iOSOpenDev http://iosopendev.com/download/
其它工具:
安裝MacPorts軟件
https://www.macports.org/install.php
安裝DPKG文件 (可能要重啟 shell 不然報沒有 port 命令) 創建相應文件
先到官網下載:iOSOpenDev http://iosopendev.com/download/
其它工具:
安裝MacPorts軟件
https://www.macports.org/install.php
安裝DPKG文件 (可能要重啟 shell 不然報沒有 port 命令)
sudo port -f install dpkg
安裝those工具
export THEOS=/opt/theos
git clone -b stableversion https://github.com/haorenqq/theos/ $THEOS
下載文件
https://www.ianisme.com/download/201605/iosopendev%E4%B8%93%E7%94%A8Specifications.zip
/應用程序/Xcode/Content/Developer/Platforms/IphoneOS.platform/Developer/Library/Xcode/
裏面應該有8個文件,
iPhoneOS開頭的四個文件放到/應用程序/Xcode/Content/Developer/Platforms/IphoneOS.platform/Developer/Library/Xcode/Specifications文件夾下(如果沒有,請自己創建一個),
iPhone Simulator 開頭的另外四個文件放入/應用程序/Xcode/Content/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Xcode/Specifications文件夾下(如果沒有,請同樣創建一個)。
/應用程序/Xcode/Content/Developer/Platforms/iPhoneSimulator.platform/Developer/
另外在/應用程序/Xcode/Content/Developer/Platforms/iPhoneSimulator.platform/Developer/文件夾下創建usr文件夾,usr文件夾下再創建一個名為bin的文件夾
進入 opt 目錄
輸入命令
sudo ./iod-setup base
sudo ./iod-setup sdk -sdk iphoneos
如:
參考:
https://www.ianisme.com/ios/2319.html
iOSOpenDev安裝失敗解決