Search code examples
macosvisual-studio-codemaui

How to select iOS simulator in VSCode for MacOS


I am building a Maui app in VSCode on Macos. When I hit F5 to debug it always starts up an iPad simulator. How can I choose iPhone instead?


Solution

  • Like an anonymous community note suggested, there are two curly brackets {} at the bottom bar that can be clicked to pick debug target once I have an iOS project selected. Also, I found that you can press Shift+Command+P and type "pick" which will allow you to select the command To "Pick iOS device".