Hi
I have a problem when I want to upload my build with expo-cli command.
I’m doing this:
expo upload:ios --latest --apple-id myAppleId --apple-id-password myPassword --language French
But then, I got this error:
Multiple App Store Connect Teams found; unable to choose, terminal not interactive!
It seems that there is no problem with my terminal because I can do interactive command with expo-cli like login
or build:ios
(enter credentials). Or is there any options to activate interactive mode ? Thanks for your help !