eas build --local --profile development-detox --platform ios Without having to login? EAS seems need login every time. There is a workaround for me to build for ios device locally, expo prebuild+expo run:ios --configuration Release --device [your device/simulator Identifier] ...
[RUN_GRADLEW] BUILD FAILED in 4m 43s [RUN_GRADLEW] Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0. [RUN_GRADLEW] You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or pl...
123 --clear-cache Clear cache before the build 124 --local Run build locally [experimental] 125 --non-interactive Run command in --non-interactive mode 126 --profile=profile [default: release] Name of the build profile from eas.json 127 --skip-credentials-check Skip validation of bui...
USAGE $ eas build [-p android|ios|all] [-e <value>] [--local] [--output <value>] [--wait] [--clear-cache] [-s | --auto-submit-with-profile <value>] [-m <value>] [--build-logger-level trace|debug|info|warn|error|fatal] [--freeze-credentials] [--json --non-interactive]...
Update eas-build dependencies to the version requiring Node 18 as minimal Node version. (#2416 by @expo-bot)🐛 Bug fixesResolve correct submit profile configuration for eas build command with --auto-submit-with-profile flag. (#2425 by @szdziedzic) Correctly parse the EXPO_APPLE_PROVIER_ID...
--local Run build locally [experimental] --non-interactive Run the command in non-interactive mode. --output=<value> Output path for local build --[no-]wait Wait for build(s) to complete DESCRIPTION start a build See code: packages/eas-cli/src/commands/build/index.ts eas build:cancel...
feel free to share a link to an apk and a github repo that you used to reproduce that in. note that i ran npx expo run:android --variant release to generate this apk. there is no difference between doing that locally or on eas build, ultimately it runs the same gradle command. brent...
Build/Submit details page URL App is built with --local flag Summary I am trying to build the iOS version of an application locally whose Expo version I had upgraded to version 47. I have no issues building the Android version but run in...
In my particular case, the problem was our slugs, EAS was building the project with a given slug while operations performed locally, like publish, were using a different Slug which end up saving the manifest in the wrong folder. I believe that if you are using EAS Build, and your project...
Build/Submit details page URL No response Summary When I execute the following command on my local machine: eas update --message "bbbb1124232c2e24aeea2de822541fbbe599e1c0" --branch "development" Everything works as expected, but the same...