I have a xamarin project in VS2019 on a windows pc, that I am trying to test on a paired mac.
When I try to start testing the app in the simulator I get the following message:
Xamarin Simulator
Failed to install //Users/administrator/Library/Caches/Xamarin/mtbs/buildsxxx.Touch/c186893d4554f91f3322b4d0409a1518/bin/iPhoneSimulator/Debug/xxxTouch.app to D18C5658-ECBB-4492-A7B9-14710340A89F. The app directory '/Users/administrator/Library/Caches/Xamarin/mtbs/builds/xxx.Touch/c186893d4554f91f3322b4d0409a1518/bin/iPhoneSimulator/Debug/xxxTouch.app' does not exist.
What is meant by this? Does it mean there are no built files on the mac? Is there a folder missing in the iPhone simulator?
Sometimes I do also get the following error:
Could not find any available provisioning profiles for ApplicationName on iOS.
Is it really necessary to have this provisioning since I just want to test it on a virtual device? I am running the app using the debug profile and the iPhoneSimulator
Thanks for any help!
