iOS 15.6.1 not supported on Xcode 13.4.1

iOS 15.6.1 Incompatible on XC 13.4.1?

I am attempting to run an app on my device which is running iOS 15.6.1. I have the latest version of Xcode (13.4.1), which in the release notes says it includes iOS 15.5 SDK which has support for iOS 15.6. However, Xcode seems to not be accepting my device as compatible. I tried duplicating the 15.5 folder in /iPhoneOS.Support (or whatever it's called) and renaming it to 15.6, like I read on other forums, but this did no work. If I can't find a fix I'll just install Xcode 14 when I get the chance but I'd like to figure out why it doesn't seem to be compatible when the release says it is. The deployment target in my app general settings is 15.5, it does not have an option for 15.6

did you figure it out? I am having the same issue

I just tested on iPhone Xs iOS 15.6.1 with Xcode 13.4.1 on MacOS 12.5.1. I have kept a lower deployment target (12.1).

Everything works fine.

Did you try to unregister the device on Xcode and register again.

There are 15.6 device support file in some github. You may try to search and download a 15.6 device support file and paste it to Xcode > Contents > Developer > Platforms > iPhoneOS.platform > DeviceSupport

iOS 15.6.1 not supported on Xcode 13.4.1
 
 
Q