eas-cli
eas-cli copied to clipboard
Fastest way to build, submit, and update iOS and Android apps
### Summary eas-cli/14.2.0 expo: ~52.0.18 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...
### Build/Submit details page URL _No response_ ### Summary Hello, After updating the Distribution Certificate because it was nearing expiration, I tried running my usual commands: ``` eas build --profile...
### Build/Submit details page URL _No response_ ### Summary Hi guys, im following your docs suggestions to set explicit eas version for my project. There are three places where i...
### Build/Submit details page URL https://expo.dev/accounts/michal.hot2eat/projects/hot2eat/workflows/0199f876-de12-7031-9c1a-f3fdf367d5f9 ### Summary Hey, I'm using the EAS workflows to build and submit my apps. In Android everything works as expected but in iOS, the...
### Build/Submit details page URL https://expo.dev/accounts/ilir/projects/aippetizer-app/builds/8df08ea4-f337-465f-825b-49a465a2f9d8 ### Summary After updated eas cli to `15.0.9` my eas build for iOS fails with: ``` [!] Could not automatically select an Xcode project....
### Build/Submit details page URL https://expo.dev/accounts/33rdstar/projects/HouseFinder/builds/1f09b51e-938c-40de-926c-b8c64db47fc1 ### Summary I developed my application using Expo in VScode, i was building APK and abb files just fine until I suddenly started getting...
### Minimal reproducible example My repository is private, but it is a standard Yarn v4 Turborepo monorepo that is correctly configured to use Corepack. The bug can be reproduced by...
Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.3.1 to 1.3.2. Changelog Sourced from node-forge's changelog. 1.3.2 - 2025-11-25 Security HIGH: ASN.1 Validator Desynchronization An Interpretation Conflict (CWE-436) vulnerability in node-forge versions 1.3.1 and below...
Bumps [node-forge](https://github.com/digitalbazaar/forge) from 1.3.1 to 1.3.2. Changelog Sourced from node-forge's changelog. 1.3.2 - 2025-11-25 Security HIGH: ASN.1 Validator Desynchronization An Interpretation Conflict (CWE-436) vulnerability in node-forge versions 1.3.1 and below...
### Build/Submit details page URL _No response_ ### Summary config abiFilters as [pluginconfigtypeandroid](https://docs.expo.dev/versions/latest/sdk/build-properties/#pluginconfigtypeandroid) describe: ```json "plugins": [ "expo-router", ["expo-build-properties",{ "android":{ "buildArchs": ["arm64-v8a"] } }] ], ``` build command:`eas build --platform...