【发布时间】:2021-12-22 16:01:34
【问题描述】:
我已成功构建、签名和归档我的应用程序!但是,当我尝试将其发送到 App Store Connect(我尝试使用 Transporter 和 Fastlane)时,我收到了以下错误:
ERROR ITMS-90161: "Invalid Provisioning Profile. The provisioning profile included in the bundle com.myapp [Payload/My App.app] is invalid. [Missing code-signing certificate]. A Distribution Provisioning profile should be used when submitting apps to the App Store. For more information, visit the iOS Developer Portal."
我确实在使用分发配置文件,并且我在进行构建的机器上拥有共同签名证书。我已经尝试从所有机器上删除它们,然后从 Apple Developer 重新下载它们,但这似乎并没有解决问题。
我也尝试删除并重新创建配置文件,但这似乎并未影响此问题。
【问题讨论】:
标签: ios app-store-connect code-signing provisioning-profile