-2
When I try to build my App(IOS), it says it doesn’t have Provisioning Profile. I did all the step-by-step in the Apple Store, like > Appid(Profile), Certificate(Development and Production), and Adhoc and Applestore distributions. See how is my Provisioning Profile in the IOS project properties.
Note that in Provisioning Profile is as
No Match Profiles found
and should have a list of Profiles, or at least one.
Visual Studio Usage 2019 for Mac
I strongly advise to take a look at this site: Certificate and Provisioning Profile In it you will understand more about the distribution stream for iOS.
– Luiz Henrique
Did you download the certificates? Did you generate the subscription? You set up everything in the online dashboard?
– Guilherme Nascimento
@Guilhermenascimento, yes, everything was done on the panel online
– pnet
But you have to generate the signature, "upar", take the signature they prepare to put in the Macos folder, authenticate by Xcode, then yes you will see the profiles. It’s not all about the online dashboard.
– Guilherme Nascimento
@Guilhermenascimento, then, you say generate the . P12, correct? When generating the . P12 I already put in the project folder, but I confess that I did something wrong. It’s my first time with Apple and Mac and I’m getting beat up.
– pnet