I have a .net Maui application working fine on android.
I’m trying to deploy it and launch it on an emulator on a remote Mac.
The app builds successfully, but the simulator is not launching.
Here is what I did :
- I have cleaned my solution
- Deleted all my Bin & Obj folders
- Tried both configurations Remote Simulator on Windows (on and off). I’m fine if the emulator is launched on the Mac.
- Tried this solution ;
But it doesn’t work at all. The emulator just doesn’t show.
My Visual Studio version is : 17.9.6
XCode version : 15.2
Does anyone know how to solve that please ?
Thanks.