如何在 xcode 8.3.2 中查看下载的配置文件?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/44195386/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 10:00:07  来源:igfitidea点击:

How to see the downloaded provisioning profile in xcode 8.3.2?

iosxcodeprovisioning-profile

提问by abhimuralidharan

How to see the downloaded provisioning profile in xcode 8.3.2? Previously there was a see details button for every added team in xcode. Now I can see a manage certificatebutton which will list all certificates. Where can I see the downloaded profiles? Is there any way to see the profiles inside xcode? I know we can goto ~Library/MobileDevice/Provisioning Profilesfolder and check this.

如何在 xcode 8.3.2 中查看下载的配置文件?以前,xcode 中每个添加的团队都有一个查看详细信息按钮。现在我可以看到一个manage certificate列出所有证书的按钮。我在哪里可以看到下载的配置文件?有什么办法可以查看 xcode 中的配置文件吗?我知道我们可以转到~Library/MobileDevice/Provisioning Profiles文件夹并检查这个。

enter image description here

在此处输入图片说明

回答by Bilal

In Xcode 8.3.2 you can only see the name of the profile and created and expiry date.Project Settings > Select TargetIn signing section press the enter image description hereicon in front of the Provisioning Profile.

在 Xcode 8.3.2 中,您只能看到配置文件的名称以及创建日期和到期日期。Project Settings > Select Target在签名部分按在此处输入图片说明配置文件前面的 图标。

If you just wan't to know that latest profile profile has been download or not. See this https://stackoverflow.com/a/44061528/1825618

如果您只是不想知道最新的配置文件是否已下载。看到这个https://stackoverflow.com/a/44061528/1825618