xcode 12.4 and iOS 16

Hi, I'm trying to install a test app on my iPhone 13 pro with iOS 16.0. I've an old MacBook Pro Retina mid 2012 with Catalina and it seems that the xcode 12.4 (latest version compatible with catalina) can't recognize iOS 16. I have no Apple Developer Program Subscription, how can I install my app on my device?

Thank you Paolo

Each version of Xcode comes with a certain supported version of the various operating systems.

Xcode 12.4 was released in 2020 and supports iOS 14.4. Xcode 13 was released in 2021 and supports iOS 15. Xcode 14 was released in 2022 and supports iOS 16.

You could try something like https://github.com/iGhibli/iOS-DeviceSupport to add support for iOS 16, but you might run into issues.

Hi darkpaw, thank you. I know that there are these constraints about xcode and ios versions. I've already tried the github solution that you've posted, but it seems that doesn't work.

Any other ideas?

Thank you Paolo

xcode 12.4 and iOS 16
 
 
Q