20

Not able to install provisioning profiles from xcode.

Ensured that all options for new versions(XCode 11 or later) are added from developer portal and downloading profile.

enter image description here

Community
  • 1
  • 1
Charlie
  • 568
  • 1
  • 6
  • 13

7 Answers7

30

Make sure any connected iPhones/devices are unlocked then trying installing again.

Mark Lanham
  • 576
  • 5
  • 7
26

This looks to be an issue on the XCode side. The below solution Succeeds!

  1. Click on Import Profileimport

  2. Then Select the profile you want from the finder windowselect

  3. Import Succeed!

enter image description here

Community
  • 1
  • 1
user13408733
  • 277
  • 2
  • 2
  • Can you tell the procedure clearly.Where that import option will come – user1213202 May 08 '20 at 06:09
  • 1
    This worked for me, but the answer needs to be written more clearly. In Xcode, select your target. Select Signing & Capabilities tab. Click the arrows next to your current Provisioning Profile, then select Import Profile. – Mike Taverne Nov 04 '20 at 01:03
7

Select Xcode => Preferences => Accounts => Sign in with your app specific developer account => and select Download Manual Profiles

6

Follow the below steps

  1. open Devices and Simulators
  2. Remove the paired devices
  3. try installing the provisoining profile again
helvete
  • 2,455
  • 13
  • 33
  • 37
5

Manual import via Xcode worked for me under Signing & Capabilities.

enter image description here

Mohammad Zaid Pathan
  • 16,304
  • 7
  • 99
  • 130
2

In my case, it works this way Remove any connected devices and try again

1

I had the same problem. Try this:

  • open Devices and Simulators
  • right click on your iPhone
  • choose "Show Provisioning Profiles"
  • click the plus icon at the bottom and add your profile

After that the profile should install and your app should run fine.

pizzamonster
  • 1,141
  • 10
  • 9