Could not find any available provisioning profiles for iOS

后端 未结 11 1352
青春惊慌失措
青春惊慌失措 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:07

    How did I have to solve this?

    First background

    I have already provisioning profile for app we are building but every once in a while I have to create a small POC app to prove something. And often I have to use that small app on real provisioned device.

    But I was not even able to see my device for that small POC app in the dropdown showing available devices. Only the app I am building with my team will show.

    Solution

    To resolve this, I had to do

    1. In my POC app > Info.plist, make sure your Bundle Identifier is same as for the app that you can deploy to your device
    2. At the same location, under Signing, select "Automatic Provisioning" and you should see your Apple ID show. In Team dropdown, select your team

    After this, my device showed, I was able to build and deploy to it and the error was gone.

提交回复
热议问题