You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’ve successfully uploaded variables to the EAS server using this:
eas env:create --scope project --name GOOGLE_SERVICES_JSON --type file --value ./google-services.json
eas env:create --scope project --name GOOGLE_SERVICES_INFO_PLIST --type file --value ./GoogleService-Info.plist
I see them on the website and can pull them via the CLI
However, when I build the project, I see a warning.
eas build --platform ios --profile production
No environment variables with visibility "Plain text" and "Sensitive" found for the "production" environment on EAS servers.
Summary
eas-cli/14.2.0
expo: ~52.0.18
I’ve successfully uploaded variables to the EAS server using this:
I see them on the website and can pull them via the CLI
However, when I build the project, I see a warning.
Why am I receiving this warning?
What platform(s) does this occur on?
iOS
SDK Version
52.0.18
Environment
Minimal reproducible example
Not applicable
The text was updated successfully, but these errors were encountered: