36

I'm currently updated my iPhone XS Max to iOS 13.0.17A5492t Beta version.

My mac running on Mac OS Catalina and Xcode is on latest stable version not beta >> Version 10.2.1 (10E1001).

When i try to build my apps on my real device i get this compile error:

This iPhone XS Max is running iOS 13.0 (17A5492t), which may not be supported by this version of Xcode.

What i've done

  1. Download iOS 13.0 Developer Disk Image from repo.
  2. Pasted in /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport
  3. Restart Xcode

but none of above worked.

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
Mohammad Reza Koohkan
  • 1,656
  • 1
  • 16
  • 36

4 Answers4

39

your step by step manual you performed actually helped me and now I can work with iOs 13 with xcode 10.2.1. There is only difference, that I downloaded device support files from this github, so you can try this. And I restarted whole mac to be sure:)

Lohi
  • 547
  • 4
  • 15
33

I downloaded the Developer disk image for iOS 13.0 from here and added support file in Xcode Version 10.3 (10G8).

https://github.com/iGhibli/iOS-DeviceSupport/blob/master/DeviceSupport/13.0.zip

All other devices support list like 13.3.

https://github.com/iGhibli/iOS-DeviceSupport/tree/master/DeviceSupport

Follow These steps.

  1. Unzip downloaded file.
  2. Right click on Xcode and click on Show Package Content.
  3. Then paste your file on path.

    Applications -> Xcode.app -> Contents -> Developer -> Platforms -> iPhoneOS.platforms -> DeviceSupport

Then at last restart your Xcode.

It works for me.

Dilip Mishra
  • 1,422
  • 13
  • 17
  • 4
    As I updated my device iPhone 8 for iOS 13.1, then I got same issue Xcode 10.3, (Not able to debug application in device), I followed same steps as above... Important thing you download correct version of Device Support Zip file. In my case I downloaded 13.1.zip file. --- Every thing worked thanks :) – Surendra Kumar Oct 03 '19 at 11:55
7

iOS 13.1.3 support for Xcode 10.2.1 with macOS Mojave (10.14.4)

  • Download iOS 13.1.3 Developer Disk Image from repo.
  • Unzip file 13.1.3 (17A878).
  • Past it in /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport.
  • Restart Xcode.
Ab'initio
  • 5,368
  • 4
  • 28
  • 40
  • Can you explain the significance of the (17A878) after the number version. What does it mean and how do you find it or know what to use? – zztop Apr 16 '20 at 17:45
  • It is the iOS build version. Please refer https://en.wikipedia.org/wiki/IOS_version_history#iOS_13 – Ab'initio Apr 17 '20 at 07:20
  • @zztop I don't know honestly that is naming by Xcode, probably some serial number maybe – clopex Apr 17 '20 at 10:53
7

For all that have a problem with iOS 13.3 this is what I did and it works: you go to:

/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport

then if you don't have 13.2 folder with image download it from github link above, after that just copy 13.2 and rename it to 13.3 (17C54) and it works

clopex
  • 459
  • 6
  • 11