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 678
余生分开走
余生分开走 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 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

提交回复
热议问题