Questions tagged [eas]

For questions about the Expo EAS build system

370 questions
0
votes
1 answer

Expo fastlane build fails due to issue with logging in EXUpdates / expo-updates

I get this error message when building an IOS app on an expo managed worfklow for SDK 46. The error appears at the end of the log, at line 716: 'Logger' initializer is inaccessible due to 'internal' protection level. The expo-updates package is…
Gus Beringer
  • 172
  • 9
0
votes
0 answers

Expo app (Android) crashing on opening once downloaded

I've created a simple Android app with Expo. Here is the GitHub repo, and here it is on Play Store. My problem: it does not even open. However, on my phones with the Expo app, both Android and iOS, it runs smoothly with no error or warning…
Jovane Rocha
  • 101
  • 10
0
votes
0 answers

i having issues with eas build. always stuck on run gradle

Android build failed: Gradle build failed with unknown error. See logs for the "Run gradlew" phase for more information. **any solution? ** the same as in this forum but I also haven't found the…
0
votes
0 answers

I can't eas build --platform android Execution failed for task ':app:mergeReleaseResources'

In my expo sdk version 47, when I eas build in root directory it shows Execution failed for task ':app:mergeReleaseResources'. how will i solve? my app.json folder is { "expo": { "name": "ebibaaha", "slug": "ebibaaha", "version":…
0
votes
1 answer

Expo migrating to eas build: .html files not loaded as assets with eas build but works with expo:build

We are using some .html files as template partsto dynamically create an HTML bigger file. This HTML is built from some smaller .html pieces. Like this: Those .html files are loaded via require() like this: Seems that .html files from assets are…
0
votes
2 answers

Expo Eas Build on Android Crashes on Run Gradlew

I'm trying to build my react native app using expo and eas build in SDK 47. However, when I build in android, I get the following error in the 'run gradlew' section: [stderr]…
Alon Eyal
  • 115
  • 9
0
votes
0 answers

Disable ios App Tracking for expo react native app

We don't track users in our expo react native app and do not use any ad libraries but in the expo eas build somehow AppTrackingTransparency framework is added and we get rejected in App Store. I read expo is adding this by default. But is there a…
genericatz
  • 433
  • 5
  • 16
0
votes
0 answers

React Native Build Failed Using Eas

SDK-47This is the error Please Help I just did as per EAS DOCS and still got the error errrrrr why it sucks and slows development.
0
votes
0 answers

I face issue in eas build running. How can i debug eas build running in android device?

i create one react-native project in expo-cli. which work correctly in expo go and emulator but when i created eas build of that project i face issue in running build on android device. My app crash when i tried to run eas build in android…
0
votes
1 answer

Expo EAS build failure cannot load such file -- colored2

I am getting the following error when attempting to build the iOS version of my expo app using eas build -p ios --local: [INSTALL_PODS] [!] Invalid `Podfile` file: cannot load such file -- colored2. [INSTALL_PODS] # from…
Dustin Spengler
  • 5,478
  • 4
  • 28
  • 36
0
votes
0 answers

Expo EAS: How do I get users with builds attached to older production release channels to get the latest changes I want?

I have an Expo app and use EAS updates to send over-the-air (OTA) updates to users. As per the docs, I change the production release channel whenever I add a native module to the codebase, for example, I recently changed the production release…
0
votes
0 answers

Android EAS build failing because of outdated library

I am trying to complete an Android build using EAS for my react native app. Right now it is failing in the Run gradlew section because one of the packages in my package.json titled fiction-expo-restart ends up importing unimodules, which are not…
Muirik
  • 6,049
  • 7
  • 58
  • 116
0
votes
0 answers

Builds stuck in "Queue" for over an hour Expo

Trying to build by using eas build but now the builds go in queue and do not go from there. What used to take about 5 minutes to build is now sitting idle in the queue for over an hour, and it never starts. Cancelling the build and starting a new…
0
votes
1 answer

Generate ejected expo app through eas build

I created an expo app then i needed to add a printing package and i could not find any that was supported by expo(if there is any please just comment below) so i ejected my app and i added the react-native-thermal-printer package and i want to…
lui
  • 37
  • 5
0
votes
3 answers

Expo EAS build crash and disappear after successful install Android React Native

My expo application normally works on Expo go, even using the command below it still works. npx expo start --no-dev --minify But when building with different methods it doesn't work at all, with different crashes. eas build -p android --profile…
Tiago Godoy
  • 221
  • 1
  • 2
  • 7