EAS Submit fails with 'iTMSTransporter could not generate an itmsp: No suitable application records were found'

  • Whether you are bare or managed workflow: managed
  • Your eas-cli version: eas-cli/0.53.1 win32-x64 node-v16.13.2
  • What you have tried so far: Adding new app store version and changing expo app version to match.

I’m an Admin within the Apple dev team with ‘All Apps’ access. The bundle id in my app.json file matches the app in app store connect.

[logs] Starting iOS app upload
[logs] Downloading archive
[logs] Preparing artifact
[logs] Creating ascApiJsonKey.json file with ASC credentials
[logs] Uploading iOS app to TestFlight…
[logs] Uploading the app with fastlane pilot
[logs] -------------------
[logs] — Step: pilot —
[logs] -------------------
[logs] Creating authorization token for App Store Connect API
[logs] Ready to upload new build to TestFlight (App: 997791881)…
[logs] Going to upload updated app to App Store Connect
[logs] This might take a few minutes. Please don’t interrupt the script.
[logs] Transporter transfer failed.
[logs]
[logs] iTMSTransporter could not generate an itmsp: No suitable application records were found. Verify your bundle identifier ‘com.golfESP.Fun-on-the-Links’ is correct and that you are signed into Xcode with an Apple ID that has access to the app in App Store Connect. (1190)
[logs] [iTMSTransporter] [2022-06-10 22:27:58 PDT] DBG-X: parameter EnableJWTForAllCalls = false
[logs] [iTMSTransporter] [2022-06-10 22:27:58 PDT] DBG-X: parameter ShouldUseFeatures = (null)
[logs] [iTMSTransporter] [2022-06-10 22:27:58 PDT] DBG-X: parameter RestartClient = false
[logs] [iTMSTransporter] [2022-06-10 22:27:58 PDT] DBG-X: parameter ErrorCode = 1190
[logs] [iTMSTransporter] [2022-06-10 22:27:58 PDT] DBG-X: parameter ErrorMessage = No suitable application records were found. Verify your bundle identifier ‘com.golfESP.Fun-on-the-Links’ is correct and that you are signed into Xcode with an Apple ID that has access to the app in App Store Connect. (1190)
[logs] [iTMSTransporter] [2022-06-10 22:27:58 PDT] DBG-X: parameter ShouldUseRESTAPIs = false
[logs]
[logs] [iTMSTransporter] [2022-06-10 22:27:58 PDT] DBG-X: parameter Success = false
[logs] [iTMSTransporter] [2022-06-10 22:27:58 PDT] ERROR: iTMSTransporter could not generate an itmsp: No suitable application records were found. Verify your bundle identifier ‘com.golfESP.Fun-on-the-Links’ is correct and that you are signed into Xcode with an Apple ID that has access to the app in App Store Connect. (1190)
[logs]
[logs] [iTMSTransporter]
[logs] [iTMSTransporter]
[logs]
[logs] [iTMSTransporter]
[logs]
[logs] [iTMSTransporter] Error Summary
[logs] [iTMSTransporter]
[logs]
[logs] [iTMSTransporter] iTMSTransporter could not generate an itmsp: No suitable application records were found. Verify your bundle identifier ‘com.golfESP.Fun-on-the-Links’ is correct and that you are signed into Xcode with an Apple ID that has access to the app in App Store Connect. (1190)
[logs]
[logs] [iTMSTransporter] [2022-06-10 22:27:58 PDT] DBG-X: Returning 1
[logs] iTunes Transporter output above ^
[logs] iTMSTransporter could not generate an itmsp: No suitable application records were found. Verify your bundle identifier ‘com.golfESP.Fun-on-the-Links’ is correct and that you are signed into Xcode with an Apple ID that has access to the app in App Store Connect. (1190)
[logs] Return status of iTunes Transporter was 1: iTMSTransporter could not generate an itmsp: No suitable application records were found. Verify your bundle identifier ‘com.golfESP.Fun-on-the-Links’ is correct and that you are signed into Xcode with an Apple ID that has access to the app in App Store Connect. (1190)
[logs] The call to the iTMSTransporter completed with a non-zero exit status: 1. This indicates a failure.
[logs] [!] Error uploading ipa file:
[logs] Fastlane pilot failed
[logs] Failed to submit the app

here’s a related thread on the apple developer forums No suitable application records we… | Apple Developer Forums - hope it helps