Questions tagged [eas]

For questions about the Expo EAS build system

370 questions
0
votes
0 answers

EAS Submit updates iOS app w/o AppStore submission

I just started using EAS for my managed react native app after the deprecation of the expo:build command. Preparing my app's first update since this switch, I used EAS build to build my app, and then EAS submit to get the build onto AppStoreConnect…
maniha
  • 1
  • 1
0
votes
0 answers

Expo Eas Build Local Loads To Type Error Invalid Version

Hey guys I have been trying to run my expo project build locally for debugging but I keep running into the following error when running the following command. Any help is appreciated! eas build --profile development --local ✔ Select platform ›…
Mark White
  • 173
  • 2
  • 3
  • 14
0
votes
0 answers

EAS APK Build Crashes on physical devices

i have been using expo classic build to export apk and it has been running fine until i switched to EAS build now the apk crashes immediately after showing the splashscreen on a physical device or even emulator. I am geting these…
Jose_Dev
  • 11
  • 2
0
votes
0 answers

EAS BUILD crushed.Migration from expo build:ios -t archive

I have faced with build problem and publish test version to Testflight my eas.json: { "cli": { "version": ">= 3.3.2" }, "build": { "development": { "developmentClient": true, "distribution": "store", "env": { …
0
votes
0 answers

Expo Deep Link is not opening app automatically in iOS

Followed all steps for deep linking and universal linking and it still opens browser instead of the app. Placed the "Associated Domains Entitlement" file: https://1075.fm/.well-known/apple-app-site-association (tried both versions) { "applinks": {…
Lishar
  • 31
  • 1
  • 5
0
votes
1 answer

Execution failed for task ':app:mergeReleaseResources'

I tried to build my react native app with eas build. First build was failed due to react-native-navbar-color. Then I resolved the issue and tried building again.Again, this is the error I am getting while building the app. [stderr] * What went…
0
votes
0 answers

Why my new apk build is not getting new changes in React-Native Expo?

I'm trying to build my app to apk using this command line. eas build -p android --profile preview I am not getting any code changes except for icon changes. Here's my eas.json { "build": { "preview": { "android": { …
kirito127
  • 61
  • 2
  • 10
0
votes
0 answers

EAS dev build crashing for iOS: TurboModuleRegistry.getEnforcing(...): 'PlatformConstants' could not be found

I am trying to run a development on iOS using eas build. The app works fine on Expo Go for both Android and iOS, and the development build works fine on Android, but it is giving me this error on iPhone when I try to open it: Unhandled JS…
cb1998
  • 1
  • 1
0
votes
0 answers

get expo go builds list without a need to configure project

I am trying to find a way to fetch all the available eas buids without configuring the project. It is needed to run automation tests in CI and I need to fetch the latest build. The command eas build:list prompts me to set up the project which I…
Olga
  • 73
  • 1
  • 8
0
votes
1 answer

Expo - Error on "eas build --platform ios" - createInfoPlistPluginWithPropertyGuard) is not a function

I've always used expo to build my iOS applications, recently I had to make some updates on my code and when I went to generate a new build, the following error message appeared: TypeError: (0 ,…
V. Gianvechio
  • 17
  • 1
  • 6
0
votes
0 answers

Cannot find module './compile/validate' when running any expo or eas command

I recently started getting this error when running any expo or eas commands: Error: Cannot find module './compile/validate' Require stack: - C:\Users\Chady Ben Hamida\TestApp\frontend\node_modules\ajv\dist\core.js - C:\Users\Chady Ben…
cb1998
  • 1
  • 1
0
votes
0 answers

Where can I source help for native crashes of an expo EAS apk build

I am building an app using react-native on Expo and making sure to build with EAS every few days or whenever I add a new dependency. After every build, I install the apk on an Android device and run the ios build on a simulator. On my latest build,…
0
votes
0 answers

Problem with unimodules-permissions-interface when exporting

I have an app that I was developing and it was exporting correctly until I upgraded to EAS. Now with npm start it emulates well, it works correctly but the APK is not generated. What it tells me in the build is the following: [stderr] FAILURE: Build…
Francisco S
  • 109
  • 7
0
votes
0 answers

Updates.channel is coming as null after setting up expo-updates

In my project I am using expo-sdk:43 along with expo-updates. I have setup the channel property in eas.json file. { "cli": { "version": ">= 0.52.0" }, "build": { "development": { "developmentClient": true, "distribution":…
0
votes
1 answer

eas update is not working properly for my project

I am using eas build and update in my expo app, followed the docs for the implementation and everything was working fine. But I just tested it yesterday and it is not working now. But what I realised is that, when I refresh the app 2 times (as…
Irfan wani
  • 4,084
  • 2
  • 19
  • 34