No iOS signing identities match the specified provisioning profile in windows VS2019

sagar ult 1 Reputation point
2021-06-14T13:18:10.79+00:00

I've generate and install certificates in my Mac OS, Where i've sign in with Apple account. Then i connect my Mac with VS 2019 and signin and download all provisioning profiles. In properties of iOS App i've change Bundle signin to Manual and select the Distribution Siging Indentity and Profile which is in the Release Mode.

After completing all of the configuration setup, when try to build the project i'm getting this kind of message all the times "No iOS signing identities match the specified provisioning profile". Anyone know what i'm missing.

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,336 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Kyle Wang 5,531 Reputation points
    2021-06-15T07:08:42.16+00:00

    Hi sagarult-0705,

    Welcome to our Microsoft Q&A platform!

    Before deploying, you neeed open Info.plist and make sure the Bundle Identifier matches the App ID created earlier. And the Configuration should be "Active(Debug)" and select platform "iPhone". About "manual provisioning", you can refer to this documentation: Manual provisioning for Xamarin.iOS.

    Regards,
    Kyle


    If the response is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.