【发布时间】:2018-07-16 07:48:12
【问题描述】:
我无法在 Xcode 10 中构建我的项目。出现以下错误:
Xcode 10:iOS Team Provisioning Profile: com.xxx.xxx" 不支持 $(TeamIdentifierPrefix)* Pass Type ID。
相同的标识符适用于旧 Xcode 版本。
【问题讨论】:
我无法在 Xcode 10 中构建我的项目。出现以下错误:
Xcode 10:iOS Team Provisioning Profile: com.xxx.xxx" 不支持 $(TeamIdentifierPrefix)* Pass Type ID。
相同的标识符适用于旧 Xcode 版本。
【问题讨论】:
我认为这是 Xcode10 的一个错误。
我的解决方法是编辑权利文件:将 $(TeamIdentifierPrefix)* 替换为 com.apple.developer.pass-type-identifiers 的值 Team Provisioning Profile
【讨论】: