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
- Update
Xcode(13.3)
andVisual Studio(8.10.21)
to the latest. - Check all the third-party plugins to ensure all of them support
iOS 15.4
. - 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 .