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

前端 未结 6 1049
无人共我
无人共我 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:17

    Download xcode 10.2 from below link https://developer.apple.com/services-account/download?path=/Developer_Tools/Xcode_10.2/Xcode_10.2.xip

    Edit: Minimum System Version* to 10.13.6 in Info.plist at below paths

    1. Xcode.app/Contents/Info.plist
    2. Xcode.app/Contents/Developer/Applications/Simulator.app/Contents/Info.plist

    Replace: Xcode.app/Contents/Developer/usr/bin/xcodebuild from Xcode 10

    ****OR*****

    you can install disk image of 12.2 in your existing xcode to run on 12.2 devices Download disk image from here https://github.com/xushuduo/Xcode-iOS-Developer-Disk-Image/releases/download/12.2/12.2.16E5191d.zip

    And paste at Path: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport

    Note: Restart the Xcode

提交回复
热议问题