【发布时间】:2020-08-25 09:37:18
【问题描述】:
我正在尝试将 com.apple.developer.passkit.pass-presentation-suppression 权利合并到我们的项目中,但 Xcode 无法生成具有此权利的配置文件。
我已经完成了为我们的帐户获取抑制权利选项的过程,我们可以手动创建具有给定权利的配置文件。
xcode 的错误是:
Provisioning profile "iOS Team Provisioning Profile: <budle_identifier>" doesn't include the com.apple.developer.passkit.pass-presentation-suppression entitlement.
在尝试修复 xfode 中的配置文件后,developer.apple.com 门户中的所有配置文件都将失效(甚至是手动配置文件)。
有没有人遇到过这种问题并设法解决了这个问题?
【问题讨论】:
标签: ios xcode entitlements code-signing-entitlements