Exporting In-House iOS app says certificate "Unknown", profile "none"?

Viewed 9193

I put together a test app simply to test In-House distribution through our Enterprise Developer Account.

Before archiving I checked that all signing settings looked good. Debug and Release show the correct provisioning profile and certificate.

Then I ARCHIVE the app. The prompts show this:

enter image description here

The correct cert and provisioning profile are shown. As the archive route continues I get to this screen:

enter image description here

I am trying to understand why it says: Certificate "Unknown" and Profile "None"

As I then try to distribute this through our MDM solution it never installs.

My question is: when distributing in-house enterprise apps, is it correct to see Certificate "Unknown" and Profile "None"?

4 Answers

I had the same issue and spent whole today morning on it. I set certificate and profile but it showed None for both and app installation failed. I didn't fix None showing but fixed installation failing. In my case I've just remove string "Required device capabilities" from Info.plist. May be it helps you!

Hey @zumzum i have same issue with xcode 10.1 so i try with "Application Loader" and that Work

  • when you have failed dialog while upload app in app-store that time there is one more option to export build , just export and try to upload same build with "Application Loader"
Related