Home > Blockchain >  Error HE0018: Could not launch the simulator application: The application “Simulator” could not be l
Error HE0018: Could not launch the simulator application: The application “Simulator” could not be l

Time:03-29

I am using Visual studio 2019 for mac iOS 15.4 Xcode 13.3

When I try to run any Xamarin iOS project it gives me the "Error HE0018: Could not launch the simulator application: The application “Simulator” could not be launched because a miscellaneous error occurred." and there are no other logs/ errors.

Can anyone help me out ?

Thanking you in Advance!!

Note : The projects were running on previous OS versions

CodePudding user response:

Visual Studio Version 8.10.21 (build 4) bug

I'm having the same issue.

CodePudding user response:

I just test on my mac it works fine , here are some suggestions for you

  1. Update Xcode(13.3) and Visual Studio(8.10.21) to the latest.
  2. Check all the third-party plugins to ensure all of them support iOS 15.4 .
  3. Open Xcode and run an iOS project to ensure the simulate works as expected.

If problem persists , try to reinstall Xcode and VS for mac and reboot your mac .

  • Related