Xcode: Could not locate device support files

后端 未结 12 2395
醉梦人生
醉梦人生 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:56

    You need device support from previous version of Xcode (7.3.1).

    I would recommend to use this tool: https://github.com/KrauseFx/xcode-install

    When you install Xcode 7, you should link support files to Xcode 8:

    sudo ln -s /Applications/Xcode-7.3.1.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/7.* \
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/
    

提交回复
热议问题