AG
> xcode-project detect-bundle-id --project **/ios/Runner.xcodeproj
Automatically detected bundle identifier "io.flutter.plugins.connectivityExample" from project
> app-store-connect fetch-signing-files io.flutter.plugins.connectivityExample --type IOS_APP_STORE --create --issuer-id ad5aed2c-a5e9-452d-aff1-9e64121b0b9c --key-id RRK5X6L954 --private-key @env:AUTH_KEY --certificate-key @env:CERTIFICATE_KEY
Did not find any Bundle IDs matching specified filters: identifier=io.flutter.plugins.connectivityExample, platform=IOS.
Creating new Bundle ID: identifier: io.flutter.plugins.connectivityExample, name: 'io flutter plugins connectivityExample', platform: IOS
POST https://api.appstoreconnect.apple.com/v1/bundleIds returned 409: An attribute in the provided entity has invalid value - An App ID with Identifier 'io.flutter.plugins.connectivityExample' is not available. Please enter a different string.
Почему-то Xcode находит Bundle ID как io.flutter.plugins.connectivityExample, но он совершенно другой. Как это можно исправить?