I’m unable to create an iOS app at the moment. I get the following error message: “Xcode is missing iOS Platform 18.2.”
I think the problem is that I just updated Xcode yesterday, and it installed iOS 18.3.1 Simulator.
Is there a quick fix for this, or do I need to wait for an update to SAB?
Thanks, Ben
I have exactly the same problem!
This is a duplicate issue of Simulator build error. I posted a beta of 12.4. However, a better work-around is to download and install the iOS 18.2 Simulator from Apple. This can be done with one command-line:
xcodebuild -downloadPlatform iOS -exportPath ~/Downloads -buildVersion 18.2
Please try this and let us know how it works out for you.
Chris
@ChrisHubbard: You are a legend! Thank you sir!!!