18
votes

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
I just wanted to report here that after testing, even though it says unknown and none like shown, the in house archive is actually created correctly. I am able to install the app on devices without problems. Is this just a UI bug then? I also inspected the provisioning profile in the app and it looks good. So, I am able to deploy the app without problems even with Xcode showing the screens I posted.zumzum
solved? how????Farzad
@grizzly I can see the confusion here. The UX in Xcode is misleading, it lead me to think that Xcode was the reason why the MDM install was not working. After days of troubleshooting the install problem turned out to be on my MDM server. So, Xcode is exporting the IN HOUSE app correctly even though the UX is not showing the proper signing UX like shown in the screenshots. This is solved because I have been able to prove on my end that it's just a UX problem. IN HOUSE exported apps still work fine for me regardless of the misleading Xcode UX.zumzum
i found issue. it is bug in xcode 10.1 and downgrade to xcode 10.0 and fix it. thank youFarzad
@MuhammadOmarElShourbagy yes, i known. thank youFarzad

4 Answers

17
votes

I have same behaviour: Apps validate and distribute fine, so I guess this is just a display issue introduced by XCode 10.1

https://forums.developer.apple.com/message/338402#

5
votes

Had the same issue, only downgrade to Xcode 10.0 fixed it: download old version of Xcode here

0
votes

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!

0
votes

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"