Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IOS 13.2 (17B84) Device Support files for Xcode

"This iPhone is running iOS 13.2 (17B84), which may not be supported by this version of Xcode. An updated version of Xcode may be found on the App Store or at developer.apple.com."

Does anybody have the IOS 13.2(17B84) Device Support files for Xcode 11.1 ?

Thank you..

like image 814
ShibiN Avatar asked Nov 07 '19 05:11

ShibiN


People also ask

Can I delete IOS device support?

Yes, Xcode keeps device support files for old devices and it's safe to delete them.


2 Answers

I downloaded the support files I needed from here:

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

and added them to:

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

and the error was fixed. It just needed to debug the phone (automatically) and it worked fine. I'm still even using Xcode 10.1, but with all the support files it builds on my iPhone fine that is updated to IOS 13.2

like image 97
Heather B. Avatar answered Oct 19 '22 08:10

Heather B.


For 15.3

I've success using the 15.2 support files after being renamed to 15.3.

like image 2
Rahuld Avatar answered Oct 19 '22 08:10

Rahuld