xamarin IOS provisioning VS: WildCard Developer error

Sápi Sándor 6 Reputation points
2022-06-28T08:43:34.503+00:00

Hi,

I have an MacBook (2014) laptop Big Sur OS, with XCode 13.2.1, but I can't upgrade.

I putted every necessary the my to Visual Studio project and makes Apple connection. The application start don't success on Iphone.
I get next error messages:
Severity Code Description Project File Line Suppression State Error No iOS signing identities match the specified provisioning profile 'VS: WildCard Development'. MobilEview_Alpha.iOS
I do attach a some screen picture the process.
Please help for me!

Best regards,
Sandor

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

1 answer

Sort by: Most helpful
  1. Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 29,381 Reputation points Microsoft Vendor
    2022-06-29T05:03:12.893+00:00

    Hello @Sápi Sándor ,

    The screen pictures are not showing. This error means that you have a provisioning profile, but there is no signing identity to match. And your description tells me you are using Manual provisioning for Xamarin.iOS. If your profile has been imported in %HOME%\AppData\Local\Xamarin\iOS\Provisioning\Profiles, make sure your certificate has been imported in %HOME%\AppData\Local\Xamarin\iOS\Provisioning\Certificates as well. If not, you have to import one.
    Please connect your iPhone to your MAC, then pair to mac, and select your iPhone under simulator drop-down menu for debugging.

    And you could check if your profile and certificate are correct:

    First, you could check if your Developer Certificate was expired: Open Keychain in your MAC, select Certificates and check if the Apple Development cer was expired.

    Second, you could check if you selected the correct APP ID and Certificate when you created the provisioning profile. See the step 3-4 in New provisioning profile part. If your Wildcard is in the format com.[DomainName].*, the APP ID and the Bundle Identifier in info.plist of your project also should be in this format.

    Finally, you could check if your app allows any capabilities, if so, you need to update the profile. See : Working with Capabilities in Xamarin.iOS

    In addition, you could try to use Automatic Provisioning for Xamarin.iOS, make sure you have sign in your Apple Account. And make sure you are using the most recent release VS2022 .

    If you have any other issues, please feel free to let me know.

    Best Regards,
    Wenyan Zhang


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    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