Xamarin There are no installed provisioning profiles for installed iOS signature identifiers

I would like to know if it is possible to compile a Xamarin application (done with Visual Studio for mac) on an ios device without development for 99 $ / year.

Because when I try to create a project on my iPhone, I have this error: Xamarin.iOS.Common.targets: Error: there are no installed preparation profiles for installed iOS signature identifiers.

If you know how to fix it ...

I have no problem with Xcode to build on my device.

Thanks a lot, Nicolas

+5
source share
2 answers

Yes. Apple now provides free provisioning profiles for development use without paid membership.

Xamarin has documents on how to create a training profile .

+3
source

I had the same issue with Visual Studio for Mac. The problem is not the training profile selected in the Signing section. After logging in to my Apple account, this worked.

screenshot

0
source

Source: https://habr.com/ru/post/1262126/


All Articles