VS 2022 Pro 17.4.3
I'm working on building my first cross platform .net Maui app on iOS and Android and grabbed a project off of github that demonstrates the functionality I want to use. I loaded the solution and see that it's configured to compile through a remote Mac but it's missing the local iOS and Android emulator menu options under the play drop down menu. I did verify that the hot restart is enabled in the tools-options-Xamarin-iOS Settings. I also do have a paid developer account for Apple.
How is this menu option enabled?
I'm still trying to get my Mac to compile the iOS (I'm having cert issues between my PC and Mac but haven't exhausted my searches on this issue yet). But in the meantime, I thought I could get up and running with the hot restart until I get the cert issue resolved.
When I ran into this, my specific issue was as follows:
Setting <UseMaui>False</UseMaui>
in your project file (csproj) removes the devices from the run list.
If you have <UseMaui>True</UseMaui>
in your project file, the list of devices should load.