1

I want to run my IOS application on iphone but I am getting below mentioned error.

"This iPhone 6 is running iOS 10.3.2 (14F89), which may not be supported by this version of Xcode."

Screenshot

How to fix it.

Jayprakash Dubey
  • 35,723
  • 18
  • 170
  • 177
Ragini
  • 332
  • 1
  • 4
  • 16
  • What xcode version ur using.? – Gokul G Jun 12 '17 at 07:42
  • xcode version is 8 – Ragini Jun 12 '17 at 07:43
  • https://drive.google.com/file/d/0B5nII3I5riR2SGZZLWExVjZJVmc/view Download this file, Extract and rename it to **iOS 10.3.2 (14F89)**. Copy it this directory path `/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/`. Quit and reopen ur xcode reconnect ur device and run – Gokul G Jun 12 '17 at 07:47

4 Answers4

2

Your version of xCode does not support iOS 10.3.2.

Just check, your deploy target contains iOS 10.3 or not. If not, you should use another version of xCode.

enter image description here

Vlad Khambir
  • 4,313
  • 1
  • 17
  • 25
0

You have to upgrade your Xcode to v8.3 in order to install your build on iOS 10.3.

If you wish to use the Xcode 8.2 in order to run a build on iOS 10.3 then check this thread: How to use iOS 10.3 devices with Xcode 8.2.1

Zarif Ahmed
  • 343
  • 2
  • 9
0

Your Xcode version doesnot support devices above 10.3 iOS version. The device which you connected is above 10.3. One solution is to download the respective developer disk image from somewhere and save it to /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport and restart Xcode. Second solution is to update your Xcode.

Aditya Srivastava
  • 2,630
  • 2
  • 13
  • 23
-1

Just create .ipa file and run using itunes, otherwise you need to update your xcode to newer version

Ajju
  • 1