我正在尝试在 CodeMagic 上创建我的颤振应用程序的发布版本。调试版本运行良好,但发布版本在安装依赖项过程中出现以下错误:
app-store-connect fetch-signing-files io.flutter.examples.hello-world --type IOS_APP_STORE --create --issuer-id xxxxxxxx-xxxx-4e85-85c3-xxxxxxxxxxxx --key-id YYYYYYYYYY --private-密钥 @env:AUTH_KEY --certificate-key @env:CERTIFICATE_KEY
未找到任何与指定过滤器匹配的 Bundle ID:标识符=io.flutter.examples.hello-world,平台=IOS。创建新的 Bundle ID:标识符:io.flutter.examples.hello-world,名称:'io flutter examples hello-world',平台:IOS
POST https://api.appstoreconnect.apple.com/v1/bundleIds返回 409:提供的实体中的属性具有无效值 - 标识符为“io.flutter.examples.hello-world”的应用 ID 不可用。请输入不同的字符串。
它没有找到 Bundle ID。我已经在 App Store Connect 上注册了该应用程序,但由于没有发布版本,我还不能提交。为什么构建过程找不到 Bundle ID?