简体   繁体   English

导出内部iOS应用程序说证书“未知”,个人资料“无”?

[英]Exporting In-House iOS app says certificate “Unknown”, profile “none”?

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. Debug和Release显示正确的配置文件和证书。

Then I ARCHIVE the app. 然后我存档应用程序。 The prompts show this: 提示显示:

在此输入图像描述

The correct cert and provisioning profile are shown. 显示正确的证书和配置文件。 As the archive route continues I get to this screen: 随着存档路由的继续,我进入这个屏幕:

在此输入图像描述

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. 当我尝试通过我们的MDM解决方案分发它时,它永远不会安装。

My question is: when distributing in-house enterprise apps, is it correct to see Certificate "Unknown" and Profile "None"? 我的问题是:在分发内部企业应用程序时,看到证书“未知”和配置文件“无”是否正确?

I have same behaviour: Apps validate and distribute fine, so I guess this is just a display issue introduced by XCode 10.1 我有相同的行为:应用验证和分发很好,所以我想这只是XCode 10.1引入的显示问题

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

有同样的问题,只有降级到Xcode 10.0修复它: 在这里下载旧版本的Xcode

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. 在我的情况下,我只是从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 嘿@zumzum我有与xcode 10.1相同的问题,所以我尝试使用“Application Loader”和那个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" 当你在app-store中上传应用程序时失败的对话时,还有一个选项可以导出构建,只需导出并尝试使用“Application Loader”上传相同的构建版本

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM