Bug to publish on Apple

When attempting to publish my mobile app (Expo/EAS) to the App Store via Replit’s ‘Publish’ button, I receive a ‘Failed to publish’ error. No builds appear on expo.dev, even though the EXPO_TOKEN has been updated and the buildNumber is correct. The error provides no further details beyond ‘Failed to publish’. None answer me in support.

Try running the EAS build from the shell directly instead of the Publish button. eas build –platform ios will give you actual error output. The Publish button swallows the details.

I get bash: eas: command not found error message when I try to run eas build –platform ios from Shell.

Can you elaborate on your suggestion?