So far I was developing a Xamarin.forms app. The ios simulator (pair to Mac) works fine before I introduced user authentication. After that it keeps throwing error:
Could not find any available provisioning profiles for xxx.iOS on iOS.
Is there a way to make free provisioning work in an ios simulator? I check the doc, free provisioning seems only work on a real ios device (which I dont have near me). And I didn't find 'single view app' option as well in vs 2019 for mac.
If free provisioning doesn't work, is automatic provisioning the only way to make ios simulator work in visual studio on Windows?