-
-
Notifications
You must be signed in to change notification settings - Fork 205
Description
Problem Description
When running the fastforge release command for macOS, the process fails during the App Store upload with an error indicating that no suitable application records were found for the given bundle identifier.
Command
fastforge release --name ${APP_NAME} --jobs macos
Error Log
Running altool at path '/Applications/Xcode.app/Contents/SharedFrameworks/ContentDeliveryServices.framework/Frameworks/AppStoreService.framework/Support/altool'... 2025-12-29 11:05:26.738 ERROR: [altool.13C8057F0] Error uploading 'release/1.0.0+20/${APP_NAME}-1.0.0+20-macos.pkg'. 2025-12-29 11:05:26.738 ERROR: [altool.13C8057F0] No suitable application records were found. Verify your bundle identifier "org.cocoapods.wakelock-plus" is correct and that you are signed in with an Apple ID that has access to the app in App Store Connect. App Store operation failed. (-19000)
Key Error Details
- Error Code: -19000
- Bundle Identifier: org.cocoapods.wakelock-plus
- File: ${APP_NAME}-1.0.0+20-macos.pkg
- Tool: altool (Apple's legacy validation tool)
Steps to Reproduce
- Configure a Flutter macOS app with fastforge
- Run fastforge release --name ${APP_NAME} --jobs macos
- Observe the upload failure during the App Store Connect submission phase
Expected Behavior
The macOS PKG should upload successfully to App Store Connect and proceed with the release process.
Environment Information
Fastforge Version: 0.6.6
Flutter Version: 3.38.3
Xcode Version: 16.4
macOS Version: 15.6.1
Dart Version: 3.10.1