Model is running iOS 10.2 (14C92), which may not be supported by this version of Xcode

前端 未结 10 1753
温柔的废话
温柔的废话 2020-11-28 22:32

I am facing this error, i am done with research on that.

I conclude the result, i need one file for device support 10.2(14C92)

Please share that file.

<
相关标签:
10条回答
  • 2020-11-28 23:18

    Try register your device in the provisioning profile using its UDID.

    0 讨论(0)
  • 2020-11-28 23:27

    I have this problem, and I solved this by downloading the latest Xcode version.

    0 讨论(0)
  • 2020-11-28 23:29

    If somebody facing similar issue with Xcode 9.1

    1. Open directory:

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

    2. Create new folder "11.2 (15C107)" (or "10.3 (14E269)" for older versions, depends on what exactly are you missing)

    3. Paste files from provided google drive folder

      11.2 (15C107) (or 10.3 (14E269) if you need older files)

    4. Restart Xcode

    For other iOS versions you may check @Sour LeangChhean 's answer

    Keep in mind, that some day you will need to upgrade your Xcode anyway :)

    0 讨论(0)
  • 2020-11-28 23:33

    I had the exactly same problem. Just upgraded to xcode version 8.2.1 ( 8C1002 ) and the problem was solved.

    0 讨论(0)
提交回复
热议问题