For questions about the Expo EAS build system
Questions tagged [eas]
370 questions
0
votes
0 answers
Expo React-native error - This app cannot be installed because its integrity could not be verified ios 16
I've created iOS internal distribution build with eas using command eas build --profile development --platform ios but getting integrity verification error.
Build link
I'm trying to run development with local code. Working fine for Android but…

Muhammad Atif
- 1,050
- 1
- 9
- 21
0
votes
1 answer
My React Native App crashes as soon as splash screen disappears
I encountered this problem on simple app build with eas.
It works perfectly when running from expo start but crashes when build as apk and installed on android.
The error that is logged by the app is:
com.facebook.react.common.JavascriptException:…

Najeeb Said
- 1
- 4
0
votes
0 answers
library not found for -lFirebase (expo eas build failed)
I am building a react native expo app and when I am trying to build the app using 'eas build --platform ios' command and my build is failing in the Run fastlane step. Here is the error :
ld: library not found for -lFirebase
clang: error: linker…
0
votes
0 answers
How can I overcome with this issue in React Native Expo
eas build -p android
√ Generated eas.json
√ Using remote Android credentials (Expo server)
√ Using Keystore from configuration: Build Credentials XRjgxG6sJK (default)
Compressing project files and uploading to EAS Build. Learn more:…

Abdul Wahid
- 1
- 1
0
votes
1 answer
Run Expo EAS build release tar.gz file rather than apk file
I follow this example to build project by command:
eas build -p android --profile preview
also tried
eas build --profile production --platform android
in this…

MOLLY
- 409
- 2
- 12
0
votes
1 answer
Cocoapods is not available - EAS build for iOS
I'm using this command to run eas build for ios locally on my mac.
eas build --profile development --platform ios --local
But upon running the command, i'm getting the below error:
Cocoapods is not available, make sure it's installed and in your…

Nishant Narayan Rout
- 189
- 1
- 1
- 3
0
votes
1 answer
Expo build properties error - couldn't find DSO to loaad
I need to set the minSdkVersion of my expo app (with custom dev client) to 24. So, I added the "expo-build-properties" plugin with the minSdkVersion to my app.json file as mentioned here:
{
"expo": {
...
"plugins": [
...
[
…

AkbarB
- 460
- 7
- 24
0
votes
0 answers
How to solve eas update problem in expo project?
I am trying to update my build with eas update
but when I run the command this error shows up:
[expo-cli] TypeError: (0 , _minimatch).default is not a function
I am trying to use eas update and I use it for another app and it works fine.
How do I…
0
votes
0 answers
Why do I get "Build failed: Gradle build failed with unknown error." when building app with eas
Today I built a react native app and it worked perfectly. After that I changed one number within an array that cannot have any impact on the build failing. The app is working perfectly in the Expo Go app on my phone.
Still, when I tried to build the…

JackFrost
- 83
- 1
- 9
0
votes
1 answer
expo app build error - package.json does not exist in /home/expo/workingdir/build/client
//eas.json
{
"cli": {
"version": ">= 3.13.2"
},
"build": {
"preview": {
"android": {
"buildType": "apk"
}
},
"preview2": {
"android": {
"gradleCommand": ":app:assembleRelease"
}
},
…

Yash Sharma
- 232
- 2
- 12
0
votes
0 answers
How can I differentiate between branches to use different environment variables in React Native Expo EAS?
I am trying to differentiate between branches in order to point my application to different backends and use different environment variables depending on the branch configured in EAS Update.
All the solutions I have found so far only refer to how to…

byGranizo
- 21
- 1
- 5
0
votes
0 answers
expo build failed with exception Error: Gradle build failed with unknown error. See logs for the "Run gradlew"
i'm trying to build my expo project to android using eas build -p android, but i keep getting this error:
[RUN_GRADLEW] FAILURE: Build completed with 2 failures.
[RUN_GRADLEW] 1: Task failed with an exception.
[RUN_GRADLEW] -----------
[RUN_GRADLEW]…

Curtis Crentsil
- 459
- 6
- 20
0
votes
3 answers
expo-app-auth' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.4.21
I received the below error when trying to build my project from my expo-app-auth/android/build.grandle. how to clear this error when building? I think I've tried almost all solutions found online.
> Configure project :react-native-reanimated
AAR for…

Victor G
- 5
- 2
0
votes
0 answers
EAS Build Fail because of react-native-google-mobile-ads on Android but works on IOS
I'm building my App using "npx eas-cli build --profile development" but it keeps on failing at gradle with the error below, It builds successfully on IOS without any Issue. At first I thought the issue was with my project but when I remove…

Johndev247
- 91
- 6
0
votes
0 answers
i am trying to covert my expo app into an apk file but i get this error called android build failed see logs for more information
i am trying to covert my expo app into an apk file but i get this error called android build failed see logs for more information when i see the build details the error is cased while installin gthe dependencies here is the…

Rubain Riyam
- 79
- 6