-
Notifications
You must be signed in to change notification settings - Fork 173
Description
Build/Submit details page URL
N/A
Summary
Currently login into the Apple Store is failing while running EAS build command. Have tried multiple accounts same issue
Error Message
✖ Logging in...
Authentication with Apple Developer Portal failed!
Received an internal server error from Apple's App Store Connect / Developer Portal servers, please try again later.
Error: build command failed.
Command Run:
eas build --platform ios --local
EAS Version
eas-cli/16.28.0 darwin-arm64 node-v20.16.0
What I Have Tried:
eas logout
rm -rf ~/.app-store/
eas login
Still same issue
Managed or bare?
Managed
Environment
expo-env-info 2.0.8 environment info:
System:
OS: macOS 26.1
Shell: 5.9 - /bin/zsh
Binaries:
Node: 20.16.0 - ~/.nvm/versions/node/v20.16.0/bin/node
npm: 10.8.1 - ~/.nvm/versions/node/v20.16.0/bin/npm
Managers:
CocoaPods: 1.16.2 - /Users/thesmokingdev/.rbenv/shims/pod
SDKs:
iOS SDK:
Platforms: DriverKit 25.0, iOS 26.0, macOS 26.0, tvOS 26.0, visionOS 26.0, watchOS 26.0
Android SDK:
API Levels: 34, 35, 36
Build Tools: 33.0.1, 34.0.0, 35.0.0, 35.0.1
System Images: android-36 | Google Play ARM 64 v8a
IDEs:
Android Studio: 2024.3 AI-243.22562.218.2431.13114758
Xcode: 26.0.1/17A400 - /usr/bin/xcodebuild
npmPackages:
expo: ~52.0.46 => 52.0.46
expo-updates: ~0.26.12 => 0.26.19
react: 18.3.1 => 18.3.1
react-native: 0.76.9 => 0.76.9
npmGlobalPackages:
eas-cli: 16.28.0
Expo Workflow: bare
✖ Check that required peer dependencies are installed
Missing peer dependency: react-native-svg
Required by: react-native-heroicons
Advice:
Install missing required peer dependency with "npx expo install react-native-svg"
Your app may crash outside of Expo Go without this dependency. Native module peer dependencies must be installed directly.
✖ Check for app config fields that may not be synced in a non-CNG project
This project contains native project folders but also has native configuration properties in app.json, indicating it is configured to use Prebuild. When the android/ios folders are present, EAS Build will not sync the following properties: orientation, icon, userInterfaceStyle, splash, plugins, ios, android.
✖ Validate packages against React Native Directory package metadata
The following issues were found when validating your dependencies against React Native Directory:
Untested on New Architecture: react-native-heroicons, react-native-keyboard-aware-scroll-view
Unmaintained: react-native-dropdown-picker, react-native-heroicons, react-native-keyboard-aware-scroll-view
No metadata available: @ant-design/icons-react-native, base-64, react-native-rsa-native, react-native-simple-crypto, react-native-vector-icons
Advice:
Use libraries that are actively maintained and support the New Architecture. Find alternative libraries with https://reactnative.directory.
Add packages to expo.doctor.reactNativeDirectoryCheck.exclude in package.json to selectively skip validations, if the warning is not relevant.
Update React Native Directory to include metadata for unknown packages. Alternatively, set expo.doctor.reactNativeDirectoryCheck.listUnknownPackages in package.json to false to skip warnings about packages with no metadata, if the warning is not relevant.
4 checks failed, indicating possible issues with the project.
Error output
Learn more: https://docs.expo.dev/distribution/security#keychain
✖ Logging in...
Authentication with Apple Developer Portal failed!
Received an internal server error from Apple's App Store Connect / Developer Portal servers, please try again later.
Error: build command failed.
Reproducible demo or steps to reproduce from a blank project
run eas login