Hello,
Failed to locate any simulator runtime matching options:...VersionString = "17.5";
This error means there are not iOS17.5 simulators downloaded on your Xcode. Please open Xcode, then check if there is the prompt to download the components. Also, please Open Xcode, go to Settings -> Platforms and install the missing simulator.
If you are using VS on Windows machine and pair to Mac, please run the following command on your Mac:
- Run
killall -9 com.apple.CoreSimulator.CoreSimulatorService
. - Run
xcrun simctl list devices
.
See Remote iOS Simulator for Windows - .NET MAUI | Microsoft Learn
(Note: new APIs in Xcode 15.3/4/5 are not available with MAUI, please follow the progress at [META] Xcode 15.3/4 Support for .NET 8 and MAUI · Issue #20257 · xamarin/xamarin-macios (github.com))
Best Regards,
Wenyan Zhang
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.