I'm unable to launch my Tauri app on an iOS simulator. Although the tauri ios dev command detects and lists my simulators, and appears to try to start them, the app itself never appears. I'm also receiving a warning that Xcode Simulator SDK 18.2 is not installed, despite my system's SDKs confirming its presence. Also I can successfully run the app on a physical iOS device.
Do you have any ideas on what I should try next to diagnose or fix this issue?