Xcode 10.3 failing to run on iOS 13 iPhone X - This iPhone X is running iOS 13.0 (17A577), which may not be supported by this version of Xcode

后端 未结 3 644
余生分开走
余生分开走 2021-01-17 05:30

I updated to iOS 13 on my iPhone X and have Xcode 10.3 and am unable to run my project ton my phone. It gives me a notice of:

Could not locate device

相关标签:
3条回答
  • 2021-01-17 05:41

    I downloaded the Developer disk image for iOS 13.0 from here and added support file in Xcode Version 10.3 (10G8).

    https://github.com/iGhibli/iOS-DeviceSupport/blob/master/DeviceSupport/13.0.zip

    All other devices support list.

    https://github.com/iGhibli/iOS-DeviceSupport/tree/master/DeviceSupport

    Follow These steps.

    Unzip downloaded file. Right click on Xcode and click on Show Package Content. Then paste your file on path.

    Applications -> Xcode.app -> Contents -> Developer -> Platforms -> iPhoneOS.platforms -> DeviceSupport Then at last restart your Xcode.

    It works for me.

    0 讨论(0)
  • 2021-01-17 05:57

    You should upgrade your Xcode to the latest 11.0 in App Store, which contain support for iOS 13.

    0 讨论(0)
  • 2021-01-17 06:02

    Your version of Xcode does not have the supporting files for running iOS 13. The easiest way to do that is to have Xcode 11 installed on your mac (or on someone else's mac) in addition to Xcode 10.3 (it's better to rename one of them)

    Go to Applications folder, right click on Xcode 11 icon → Show Package Contents, navigate to folder Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport

    And copy the folder 13.0

    Go back to Applications, right click on Xcode 10.3 icon → Show Package Contents, navigate to folder Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport

    Now, paste that folder.

    Quit Xcode and run again. Happy Coding

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