2
votes

I am trying to perform an ad-hoc deployment of my iOS app. I cannot use automatically managed provisioning profiles. So I have manually created an iOS Distribution provisioning profile at developer.apple.com and signed it with an associated Distribution Certificate.

The problem is Xcode only lets me sign the distribution provisioning profile with a developer certificate:

enter image description here

developer.apple.com does not let you create a distribution provisioning profile with a developer certificate, so I don't know why Xcode does not let you sign with that same certificate. I have both development and distribution certificates valid (and they are not expired).

How do I get Xcode to accept my distribution certificate as a signing certificate for the iOS Distribution provisioning profile?

1
try with automatic sign inDevil Decoder
Automatically managed profiles are not distribution profiles. I need to create it manuallyjshapy8
Do you have an enterprise program membership?Paulw11
Yes, which is how I was able to create the Distribution profile/certificatejshapy8
I'm having the same error. I DID create my Distribution certificate, I DID create my AD HOC provisioning profile, but it keeps telling me the same: that my AD HOC provisioning is missing y Developer certificate, which is wrong, since I explicitly created it for distribution. Also, when I try automatic signing, it works well, but it doesn't update the device list when I add a new device.Ranbeuer

1 Answers

1
votes
  • First Both your certificates and Provisioning Profile should be of Ad-hoc Distribution type.
  • Make sure you are using same certificate requested by your system (Request a Certificate from Certificate Authority, we do from keychain)