Local build - failed to upload the standalone app to the app store

Hi, some time ago (April) automated uploads to AppStore using expo upload:ios worked for me….
Since May is not longer working.

Today I tried to fix it (expo-cli updated to latest for example) but still problem exists.
I would like to note that manual uploads working fine for me (using Xcode Application Loader).

Here is executed command and the error log:

export EXPO_APPLE_ID='[...]'
export EXPO_APPLE_ID_PASSWORD='[...]'
expo upload:ios \
    --sku       '[...]' \
    --app-name  '[...]' \
    --path      "./builds/myApp-vXXX-archive.ipa"

Failed to upload the standalone app to the app store.
Cannot destructure property `teamId` of 'undefined' or 'null'.
TypeError: Cannot destructure property `teamId` of 'undefined' or 'null'.
    at IOSUploader._getAppleTeamId (/expo-cli@3.0.4/src/commands/upload/IOSUploader.js:133:4)
    at <anonymous>
    at process._tickDomainCallback (internal/process/next_tick.js:229:7)

It doesn’t work with --itc-team-id option neither with updated cookies using fastlane. Always the same error…

Any ideas what is wrong? What other dependencies may have the tool? Thanks in advance!

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