The Xcode version is:
First to download: Iosopendev http://iosopendev.com/download/
Other tools:
Installing MacPorts Software
https://www.macports.org/install.php
Install the dpkg file (you may have to restart the shell otherwise the port command is not reported)
sudo port -f install dpkg
Installing the Those tool
export THEOS=/opt/theos git clone -b stableversion https://github.com/haorenqq/theos/ $THEOS
Download file
Https://www.ianisme.com/download/201605/iosopendev%E4%B8%93%E7%94%A8Specifications.zip
Create the appropriate file
/应用程序/Xcode/Content/Developer/Platforms/IphoneOS.platform/Developer/Library/Xcode/
There should be 8 files inside,
Iphoneos starting with four files put in/application/xcode/content/developer/platforms/iphoneos.platform/developer/library/xcode/ Specifications folder (if not, please create one yourself),
IPhone Simulator Four additional files to put in/app/xcode/content/developer/platforms/iphonesimulator.platform/developer/library/ Xcode/specifications folder (or, if not, create one).
/应用程序/Xcode/Content/Developer/Platforms/iPhoneSimulator.platform/Developer/
Also create a USR folder under the/Application/xcode/content/developer/platforms/iphonesimulator.platform/developer/folder. Create a folder named Bin under the USR folder
Go to opt catalogue
Input command
sudo ./iod-setup base sudo ./iod-setup sdk -sdk iphoneos
Such as:
Reference:
Https://www.ianisme.com/ios/2319.html
Iosopendev Installation Failure resolution