Xcode App Running Issue

前端 未结 4 1066
轻奢々
轻奢々 2021-02-05 01:56

I just updated my iPhone 5 to iOS version 10.1. When I tried to run the app that I\'m developing on my device I got the following error from Xcode:

\"Could not locate d

4条回答
  •  猫巷女王i
    2021-02-05 02:30

    There is an option in order to do not download full xcode, you need to download files from this topic (in Update comment)

    Then you need to copy 10.1 (14B65) folder to /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/

    so the full path will look like:

    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/10.1 (14B65) with two files in it: DeveloperDiskImage.dmg.signature and DeveloperDiskImage.dmg

    It worked fine for me.

提交回复
热议问题