the default generated project builds iOS and android. you might set you project to iOS only. in the project file, change the target:
<TargetFrameworks>net9.0-ios</TargetFrameworks>
in visual studio code, in debug, select ".net maui" (if not in list add config .net maui). on the bottom right click on {} and select simulator you want. then click on run.
note: be sure you installed the correct dotnet sdk for your hardware. type "dotnet --info" and check the architecture matches.