Is it possible to install Xcode 10.2 on High Sierra (10.13.6)?

前端 未结 6 1051
无人共我
无人共我 2020-12-12 11:32

I recently upgraded iOS in my iPhone device to 12.2 (to provide support of latest versions for my app \"Match4app\"), and this does not appear to be compatible with Xcode 10

6条回答
  •  庸人自扰
    2020-12-12 12:05

    Yes it's possible. Follow these steps:

    1. Download Xcode 10.2 via this link (you need to be signed in with your Apple Id): https://developer.apple.com/services-account/download?path=/Developer_Tools/Xcode_10.2/Xcode_10.2.xip and install it
    2. Edit Xcode.app/Contents/Info.plist and change the Minimum System Version to 10.13.6
    3. Do the same for Xcode.app/Contents/Developer/Applications/Simulator.app/Contents/Info.plist (might require a restart of Xcode and/or Mac OS to make it open the simulator on run)
    4. Replace Xcode.app/Contents/Developer/usr/bin/xcodebuild with the one from 10.1 (or another version you have currently installed, such as 10.0).
    5. If there are problems with the simulator, reboot your Mac

提交回复
热议问题