Not able to upload build to IOS

Hi team,

For the last 2 days, we are not able to upload the build on IOS. Every time we run ‘expo build: ios’, it throws us an error ‘Could not receive the latest API key from App Store Connect, this might be a server issue.’

Please find below the output of the command(EXPO_DEBUG=true expo upload:ios).

Available session is not valid any more. Continuing with normal login.
getaddrinfo: nodename nor servname provided, or not known
Failed to upload the standalone app to the app store.
Could not receive latest API key from App Store Connect, this might be a server issue.
Error: Could not receive latest API key from App Store Connect, this might be a server issue.
    at runFastlaneAsync (/expo-cli@3.0.8/src/commands/upload/utils.js:54:11)
    at <anonymous>
    at process._tickDomainCallback (internal/process/next_tick.js:228:7)

Below is the output of ‘expo diagnostics’

Expo CLI 3.0.8 environment info:
    System:
      OS: macOS 10.14.4
      Shell: 3.2.57 - /bin/bash
    Binaries:
      Node: 8.11.1 - /usr/local/bin/node
      Yarn: 1.17.0 - /usr/local/bin/yarn
      npm: 6.9.0 - /usr/local/bin/npm
      Watchman: 4.9.0 - /usr/local/bin/watchman
    IDEs:
      Android Studio: 3.5 AI-191.8026.42.35.5791312
      Xcode: 10.2.1/10E1001 - /usr/bin/xcodebuild
    npmPackages:
      expo: ^33.0.0 => 33.0.7 
      react-native: https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz => 0.59.8 
    npmGlobalPackages:
      expo-cli: 3.0.8

Can some please help us in resolving this issue? It was not happening before. We have been facing this issue for the past 2 days only.

Hey @simple-im,

Your CLI version is quite out of date. Can you try upgrading to the latest version and run the command again? We pushed a fix for this in the evening yesterday.

Cheers,
Adam

Hey @adamjnav,

It works after upgrading the Expo version. Thanks a lot for your help.

Cheers,
Simple

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.