Xcode: Could not locate device support files

后端 未结 12 2394
醉梦人生
醉梦人生 2020-12-04 07:36

As i am trying to run my application from newly updated Xcode 8 to my iPhone 4 which is running iOS 7.1.2

It throws below error,

12条回答
  •  孤城傲影
    2020-12-04 07:49

    This error is shown when your XCode is old and the related device you are using is updated to latest version. First of all, install the latest Xcode version.

    We can solve this issue by following the below steps:-

    1. Open Finder select Applications
    2. Right click on Xcode 8, select "Show Package Contents", "Contents", "Developer", "Platforms", "iPhoneOS.Platform", "Device Support"
    3. Copy the 10.0 folder (or above for later version).
    4. Back in Finder select Applications again Right click on Xcode 7.3, select "Show Package Contents", "Contents", "Developer", "Platforms", "iPhoneOS.Platform", "Device Support" Paste the 10.0 folder

    If everything worked properly, your XCode has a new developer disk image. Close the finder now, and quit your XCode. Open your Xcode and the error will be gone. Now you can connect your latest device to old Xcode versions.

    Thanks

提交回复
热议问题