简体   繁体   English

Flutter Codemagic iOS testflight 应用商店问题

[英]Flutter Codemagic iOS testflight app store issue

I am trying to build and release my flutter app to the app store.我正在尝试构建我的 flutter 应用程序并将其发布到应用程序商店。 I am using Codemagic to do so since I do not own a Mac machine.我正在使用 Codemagic 这样做,因为我没有 Mac 机器。 However, this is the error I run into every time I run a build:但是,这是我每次运行构建时遇到的错误:

error: Runner has conflicting provisioning settings.错误:Runner 有冲突的配置设置。 Runner is automatically signed for development, but a conflicting code signing identity iPhone Distribution has been manually specified. Runner 为开发自动签名,但手动指定了一个冲突的代码签名身份 iPhone Distribution。 Set the code signing identity value to "iPhone Developer" in the build settings editor, or switch to manual signing in the Signing & Capabilities editor.在构建设置编辑器中将代码签名身份值设置为“iPhone Developer”,或在签名和功能编辑器中切换到手动签名。 (in target 'Runner' from project 'Runner') (在项目“Runner”的目标“Runner”中)

I've tripled checked my configurations in codemagic ie provided both certificates, selected release built, completed App Store Connect etc.我在 codemagic 中检查了我的配置三倍,即提供了证书、构建的选定版本、完成的 App Store Connect 等。

I am frustrated at this point and any/all help will be grateful, thank you!在这一点上我很沮丧,任何/所有的帮助将不胜感激,谢谢!

If anyone ever stumbles here with the same issue, the solution was to ensure that the bundle ids matched with the one on developer portal.如果有人在这里遇到同样的问题,解决方案是确保捆绑包 ID 与开发人员门户上的 ID 匹配。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM