EAS submit Android fails: "fastlane supply failed"; iOS fails "fastlane pilot failed"

Submit via Android:

% eas submit -p android
...
Project ID:          91dee769-ea7b-4adb-815e-d93080d8bd65
Android package:     dev.kitamura.simpleMathTutorExpo
Release track:       internal
Release status:      completed
Archive type:        AAB
Build ID:            [latest]
Google Service Key:  keys/simple-math-tutor.json

⠼ Scheduling submission
✔ Scheduling submission
✖ Something went wrong when submitting your app to Google Play Store.
We couldn't figure out what went wrong. Please see logs to learn more.

[logs] Starting uploading Android app
[logs] Downloading archive
[logs] Preparing artifact
[logs] Uploading Android app to Play Store...
[logs] Uploading the app with fastlane
[logs] fastlane supply failed
[logs] Failed to submit the app

Submit via iOS:

% eas submit -p ios    
...
ASC App ID:  1565258635
Apple ID:   ...@gmail.com
Project ID:  91dee769-ea7b-4adb-815e-d93080d8bd65
Build ID:    [latest]

✔ Scheduling submission
✖ Something went wrong when submitting your app to Apple App Store.
We couldn't figure out what went wrong. Please see logs to learn more.

[logs] Starting iOS app upload
[logs] Downloading archive
[logs] Preparing artifact
[logs] Uploading iOS app to TestFlight...
[logs] Uploading the app with fastlane
[logs] fastlane pilot failed

Where are the logs?

    "expo": "^41.0.1",

% eas --version
eas-cli/0.13.0 darwin-x64 node-v14.13.1
% expo --version
4.4.3

Maybe it’s my react-native package still on SDK 40?

% cat package.json 
{
  "main": "node_modules/expo/AppEntry.js",
  "scripts": {
    "start": "expo start",
    "android": "expo start --android",
    "ios": "expo start --ios",
    "web": "expo start --web",
    "eject": "expo eject",
    "test": "jest --watchAll"
  },
  "jest": {
    "preset": "jest-expo"
  },
  "dependencies": {
    "@apollo/client": "^3.3.14",
    "@expo/vector-icons": "^12.0.0",
    "@react-native-community/masked-view": "0.1.10",
    "@react-navigation/bottom-tabs": "5.11.2",
    "@react-navigation/native": "~5.8.10",
    "@react-navigation/stack": "~5.12.8",
    "expo": "^41.0.1",
    "expo-asset": "~8.2.1",
    "expo-auth-session": "~3.0.0",
    "expo-constants": "~9.3.3",
    "expo-font": "~8.4.0",
    "expo-linking": "~2.0.0",
    "expo-progress": "^0.0.2",
    "expo-random": "~10.0.0",
    "expo-splash-screen": "~0.8.0",
    "expo-status-bar": "~1.0.3",
    "expo-web-browser": "~8.6.0",
    "node-fetch": "^2.6.1",
    "react": "16.13.1",
    "react-dom": "16.13.1",
    "react-native": "https://github.com/expo/react-native/archive/sdk-40.0.1.tar.gz",
    "react-native-gesture-handler": "~1.8.0",
    "react-native-paper": "^4.7.2",
    "react-native-reanimated": "~2.1.0",
    "react-native-redash": "^16.0.10",
    "react-native-safe-area-context": "3.2.0",
    "react-native-screens": "^3.1.1",
    "react-native-web": "~0.13.12"
  },
  "devDependencies": {
    "@babel/core": "^7.9.0",
    "@types/node-fetch": "^2.5.10",
    "@types/react": "~16.9.35",
    "@types/react-native": "~0.63.2",
    "jest-expo": "~40.0.0",
    "typescript": "~4.0.0"
  },
  "private": true
}

hi! we are currently having some issues with submissions. working through those right now, should be resolved shortly. in the meantime, you can submit directly to google play store or using transporter.app

1 Like

same issue also i have facing.

PS D:\mobileapp\EXPO\MYCPM> eas submit -p ios
★ eas-cli@0.17.0 is now available, please upgrade.
Proceeding with outdated version

ASC App ID: 1558656598
Apple ID: info@lexiconcpl.com
Project ID: 73a3bc75-cd20-4441-85fe-600abc1c2e1d
Build ID: [latest]

:heavy_check_mark: Scheduling submission
:heavy_multiplication_x: Something went wrong when submitting your app to Apple App Store.
We couldn’t figure out what went wrong. Please see logs to learn more.

[logs] Starting iOS app upload
[logs] Downloading archive
[logs] Preparing artifact
[logs] Uploading iOS app to TestFlight…
[logs] Uploading the app with fastlane
[logs] -------------------
[logs] — Step: pilot —
[logs] -------------------
[logs] Ready to upload new build to TestFlight (App: 1558656598)…
[logs] Fetching password for transporter from environment variable named FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD
[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 Error Output]: Please sign in with an app-specific password. You can create one at appleid.apple.com. (-22910)
[logs] Transporter transfer failed.
[logs] Please sign in with an app-specific password. You can create one at appleid.apple.com. (-22910)
[logs]
[logs] Application specific password you provided using
[logs] environment variable FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD
[logs] is invalid, please make sure it’s correct
[logs] [!] Invalid application specific password provided
[logs] fastlane pilot failed

please update to the latest eas-cli and try again. things are changing quickly right now so you should always try to update when you see this warning:

PS D:\mobileapp\EXPO\MYCPM> eas submit -p ios
★ eas-cli@0.17.0 is now available, please upgrade.
Proceeding with outdated version