0

I need run my Project with Xcode7,but my iPhone iOS Version is 10.3.2(14F89),How to get iOS10.3.2(14F89) Device support files??

Ghost Clock
  • 191
  • 1
  • 2
  • 13

2 Answers2

1

you should update your Xcode to Xcode8,and it support your device.

zacks
  • 86
  • 5
1

Follow these steps:

  • Close/Quit Xcode 7 completely.
  • Download Xcode 8.3.3 from Apple site

Step one

  • Right click on the downloaded .dmg file and show package contents
  • Navigate to Contents/Developer/Platforms/iPhoneOS.platform/Developer/
  • Copy the SDKs folder
  • Go to older version of Xcode, e.g. Xcode 7, in the Finder -> Applications -> Xcode
  • Right click and show package contents
  • Navigate to Contents/Developer/Platforms/iPhoneOS.platform/Developer/
  • Paste the copied SDKs folder here

Step two

  • Right click on the downloaded .dmg file and show package contents
  • Navigate to Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/
  • Copy the 10.3 folder
  • Go to older version of Xcode, e.g. Xcode 7, in the Finder -> Applications -> Xcode
  • Right click and show package contents
  • Navigate to Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/
  • Paste the copied 10.3 folder here

Finally restart you old Xcode.

nayem
  • 7,285
  • 1
  • 33
  • 51