eas-cli icon indicating copy to clipboard operation
eas-cli copied to clipboard

Fastest way to build, submit, and update iOS and Android apps

Results 301 eas-cli issues
Sort by recently updated
recently updated
newest added

### Build/Submit details page URL _No response_ ### Summary Hi guys, I've been experiencing an issue uploading a new iOS build for the past week. Every time I try to...

needs review

### Build/Submit details page URL _No response_ ### Summary when running eas build, it is giving this error- Failed to pull env variables for environment production from EAS servers [Network]...

needs review

### Build/Submit details page URL _No response_ ### Summary In my `app.config.ts` I'm using ENV variables (defined locally using a `.env` file) like this: `const bareURL = process.env.EXPO_PUBLIC_APP_BASE_URL!.replace('https://', '');` It's...

needs review

### Build/Submit details page URL _No response_ ### Summary Since around a week we can't build our Expo 53 project locally (e.g. Android), as the `eas build --local` command always...

needs review

# Why #3236 was recently merged, adding a check for the EAS account's build usage and issuing a warning before running a build. It introduced a bug: it evaluates the...

### Build/Submit details page URL _No response_ ### Summary Currently there is no way to specify eas projectID when using `eas deploy --non-interactive` in an automated CI/CD pipeline when having...

needs review

### Build/Submit details page URL https://expo.dev/accounts/zweitag/projects/farmpartner-app/builds/650ce1da-3f39-49ad-815d-24855b9e9209 ### Summary I'm specifying these options in `eas.json`: ``` "corepack": true, "node": "24.3.0", ``` The project is using pnpm. Now I'd expect EAS to...

needs review

### Build/Submit details page URL https://expo.dev/accounts/joshbalfour/projects/packs-game/workflows/01960c3e-0162-725a-acc7-4e768e838108 ### Summary Thanks for adding corepack support to build :D #2401 It would be awesome if it was also supported in eas submit. Opened...

needs review

### Build/Submit details page URL https://expo.dev/accounts/athex/projects/encrypChat/builds/c1f4a811-d560-4928-97fa-e866d436fe5e ### Summary I’m using a modular monorepo setup with pnpm, Biome, and Turborepo, where my Expo app is located at apps/mobile. When I run...

needs review

# Why I want to manage as many capabilities as possible in my app.config.json, including `com.apple.developer.authentication-services.account-creation-requires-phone-number` Managing a white-label app, I don't want to update every single App ID manually...