-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EAS Init iosUrlScheme with environment variable fails #2593
Labels
needs review
Issue is ready to be reviewed by a maintainer
Comments
Need to add the .env variables to eas.json:
|
I have the same issue, the env is set correctly and read correctly. But I still get:
this is my app.config.js:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Build/Submit details page URL
No response
Summary
My app.config.js has the following:
EAS Init fails:
google-sign-in without Firebase config plugin: Missing
iosUrlScheme
in provided options: {}Error: project:init command failed.
If I change process.env.REVERSED_GOOGLE_CLIENT_ID to a string, it works fine
Managed or bare?
Managed
Environment
expo-env-info 1.2.0 environment info:
System:
OS: macOS 15.0
Shell: 3.2.57 - /bin/bash
Binaries:
Node: 20.17.0 - ~/.nvm/versions/node/v20.17.0/bin/node
Yarn: 1.22.22 - ~/.nvm/versions/node/v20.17.0/bin/yarn
npm: 10.8.3 - ~/.nvm/versions/node/v20.17.0/bin/npm
Managers:
CocoaPods: 1.15.2 - /usr/local/bin/pod
SDKs:
iOS SDK:
Platforms: DriverKit 24.0, iOS 18.0, macOS 15.0, tvOS 18.0, visionOS 2.0, watchOS 11.0
IDEs:
Android Studio: 2024.1 AI-241.18034.62.2411.12071903
Xcode: 16.0/16A242d - /usr/bin/xcodebuild
npmPackages:
expo: ~51.0.20 => 51.0.32
expo-router: ~3.5.18 => 3.5.23
react: 18.2.0 => 18.2.0
react-native: 0.74.3 => 0.74.3
react-native-web: ^0.19.12 => 0.19.12
npmGlobalPackages:
eas-cli: 12.4.1
Expo Workflow: bare
Error output
No response
Reproducible demo or steps to reproduce from a blank project
N/A
The text was updated successfully, but these errors were encountered: