Is it possible to add somehow iOS 15.0 simulator to Xcode 12.4? (and build & run the project)
I have both xcode 12.4 and xcode 13. I can't build my project in xcode 13. I can build it only in xcode 12.4 But I would like to run my project on iOS 15, Is it possible to run? If Yes, then how can I do it?
Thanks.
No, you cannot have iOS 15 simulator in Xcode 12.4.
You can install it on physical iOS 15 device via TestFlight or by manually dragging the
.ipa/product to the phone in Xcode “Devices” window or Finder. But when you do this, you cannot debug it interactively via the Xcode debugger.Just as a heads-up:
So, you’ll need to fix your Xcode 13 issue by then. See App Store submissions now open for iOS 15 & iPadOS 15.