本文介绍了XCode 8.3 / Xcode 9.0刷新配置文件设备的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我添加了一些新设备。如何刷新配置文件,因为XCode 8会自动管理签名资产?
我发现了这个问题:
Xcode 9
第1步和第2步保持不变。
- 点击
下载手册配置文件
以更新您的配置文件。
I have added some new devices. How can I refresh the provisioning profile, as XCode 8 automatically manages signing assets?
I have found this question: Refresh devices in team provisioning profile managed by Xcode 7? – but we can't do that in XCode 8.3.
I don't have the device with me so I manually added it in the portal and also edited the provisioning profile but XCode is not re-downloading it.
解决方案
This is what you need to do.
- Go to
~/Library/MobileDevice/Provisioning\ Profiles/
and delete all the provisioning profiles from there. - Go to XCode > Preferences > Accounts and select the Apple Id.
- Click
Download All Profiles
. And it will download all the provisioning profiles again.
Xcode 9
Step 1 and 2 remain the same.
- Click
Download Manual Profiles
to update your provisioning profiles.
这篇关于XCode 8.3 / Xcode 9.0刷新配置文件设备的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!