Could not find any available provisioning profiles for iOS

后端 未结 11 1405
青春惊慌失措
青春惊慌失措 2021-01-03 17:29

We are developing a iOS shopping cart application in c# and visual studio 2017 for xamarin. I have an iPad Air iOS 10.3, when I try to publish to real device, I am getting t

11条回答
  •  失恋的感觉
    2021-01-03 18:25

    You can see what was wrong with your provisioning profile in xCode. Also this procedure will update Provisioning profiles, Certificates, App Ids:

    1. Go to xCode, create blank iOS application, type the same Bundle Identifier, that you had in Visual Studio.

    2. On the same page uncheck "Automatically manage signing".

    3. In Signing (Debug) click on Provisioning profile. You will see Eligible and Ineligible provisioning profiles. You can select each of them and if one is Ineligible, then errors will be shown below. After that you can fix them.
    4. After that you can go to Visual Studio for Mac and create the same project with the same bundle id and check you profile in Project -> Options -> iOS Bundle Signing -> Provisioning profile
    5. After that you will find your Provisioning profile in Visual Studio on Windows

提交回复
热议问题