5
votes

"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..

2
This is not an appropriate question for Stack Overflow. Just install Xcode 11.2.1.rmaddy
@rmaddy may be some body does not want/able to, what's problem with it?KostiaZzz
I see this as a warning in Devices and Simulators menu for Xcode 10.3: This iPhone 8 (Model A1863, A1905, A1906, A1907) is running iOS 13.4.1 (17E262), which may not be supported by this version of Xcode. I can't upgrade to 11.2.1 because my team uses an older version.axme100

2 Answers

14
votes

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

1
votes

Apparent you can find the device files in the beta version of Xcode, according to this answer: How to fix error "Could not locate device support files"