首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >Codemagic发布IOS应用程序失败,原因是“资产验证失败了协同煽动ios”

Codemagic发布IOS应用程序失败,原因是“资产验证失败了协同煽动ios”
EN

Stack Overflow用户
提问于 2022-08-24 13:04:22
回答 1查看 245关注 0票数 1

我正在为我的颤振应用程序创建一个Codemagic工作流。

我为IOS启用了自动代码签名。

我能够同时为Android和IOS构建这个应用程序。

在协同煽动方面,android发布是成功的,但IOS发布却失败了。

下面是日志中的错误消息。请帮我解决这个问题。

代码语言:javascript
复制
    {
        "tool-version": "5.4211.13411",
        "tool-path": "\/Applications\/Xcode-13.4.app\/Contents\/SharedFrameworks\/ContentDeliveryServices.framework\/Versions\/A\/Frameworks\/AppStoreService.framework",
        "os-version": "12.5.0",
        "product-errors": [
            {
                "message": "Invalid Provisioning Profile. The provisioning profile included in the bundle *com.project.package.name* [Payload\/Runner.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. With error code STATE_ERROR.VALIDATION_ERROR.90161 for id ######################",
                "userInfo": {
                    "NSLocalizedDescription": "Invalid Provisioning Profile. The provisioning profile included in the bundle *com.project.package.name* [Payload\/Runner.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. With error code STATE_ERROR.VALIDATION_ERROR.90161 for id #####################",
                    "NSLocalizedFailureReason": "Asset validation failed"
                },
                "code": -19208
            }
        ]
    }
EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2022-08-26 12:27:00

您可能使用了不正确的配置文件。最有可能的情况是,您试图用开发者配置文件上载到App。尝试更改为分发供应配置文件,并查看它是否有用。

票数 2
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/73473716

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档