Using iOS8 and later devices with Xcode

前端 未结 4 599
灰色年华
灰色年华 2021-02-04 12:09

Using iOS8 and later devices with Xcode?

4条回答
  •  无人共我
    2021-02-04 13:04

    Well you have two options:

    1)Straightforward, download Xcode 9 and you are good to go.

    2) You need to put DeveloperDiskImage of iOS 11 in

    /Applications/Xcode8.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport

    Put iOS 11 DiskImage

    and you can find this diskImage in Xcode9 at same path in case you want to continue with XCode8

    Path of iOS 11 Disk Image:

    ~/Applications/Xcode9.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/11.0

    NOTE: Xcode 9.0 requires a Mac running macOS Sierra 10.12.4 or later.
    

提交回复
热议问题