Questions tagged [eas]
For questions about the Expo EAS build system
511
questions
47
votes
9
answers
24k
views
EAS Build iOS Failure: Authentication with Apple Developer Portal failed [closed]
I'm using EAS to build my Expo app, and today I started getting this error when attempting to run an iOS build, either local or on EAS servers. I'm thinking it's an issue with Apple servers, so I'm ...
27
votes
7
answers
28k
views
EAS build gives: Invalid `RNGestureHandler.podspec` file: undefined method `exists?'
Recently, when I yarn eas build my expo project I have started failing with
[INSTALL_PODS] Using Expo modules
[INSTALL_PODS] [Expo] Enabling modular headers for pod ExpoModulesCore
...
[INSTALL_PODS] [...
13
votes
12
answers
39k
views
I am trying to install eas cli and am getting the error: zsh: command not found: eas
I am in the root folder and type:
yarn global add eas-cli
I then get:
yarn global v1.22.19
warning ../../package.json: No license field
[1/4] 🔍 Resolving packages...
[2/4] 🚚 Fetching packages...
[...
8
votes
2
answers
6k
views
EAS local builds not working with Xcode 14
I believe this is what's happening:
My MacOS system updated and subsequently, Xcode was updated to version 14. Ever since that happened my eas local builds no longer complete successfully. Submitting ...
7
votes
0
answers
2k
views
Expo gradle build failed
I do an Android Play Store build. Unfortunately it does not work.
This is the output
> Task :gradle-plugin:pluginDescriptors
> Task :gradle-plugin:processResources
> Task :gradle-plugin:...
6
votes
3
answers
7k
views
Expo dev client cannot connect to the dev server
A development build that uses expo-dev-client and Expo Application Service seems to be having trouble connecting to the dev server.
The dev client app hangs on the splash screen after running npx expo ...
6
votes
5
answers
4k
views
EXPO [Android] [EAS] Build Crashes at Startup
I had recently migrated to Expo SDK 45 from SDK 43 and also Upgraded to EAS CLI from classic builds & I'm having managed workflow.
When i create android build using the command eas build --profile ...
6
votes
1
answer
3k
views
Add a gradle repository to an expo app build with eas build / managed workflow
I have the following...
Situation:
I have a react native app (lets call it "MyApp") build on the expo platform. I use eas build to build the project.
Lately I forked the expo-camera package ...
6
votes
0
answers
865
views
EXPO Error: Fastlane build failed with unknown error
I'm trying to compile my expo development (Not expo go) app, it all works for IOS and android in testing but when i try compiling it for production, only the android compiles successfully the IOS ...
5
votes
4
answers
9k
views
Expo SDK 46 iOS build failed in pod installation step
I am trying to build iOS app from expo managed project. The build fails At Pod installation step.
In Expo SDK 44, 45 everything was okay. But when I upgrade to SDK 46, I am facing the issue.
Here is ...
5
votes
3
answers
3k
views
How can I build my Expo app using SDK 49: CocoaPods could not find compatible versions for pod
After following the instructions to upgrade my Expo app to SDK 49, I am no longer able to build locally using
eas build --profile dev-simulator --platform ios --local --clear-cach
My build aborts ...
5
votes
2
answers
6k
views
eas build for ios error: The following Swift pods cannot yet be integrated as static libraries:
I am using eas build for my expo-based react native app. I am unable to build for ios and keep getting the error during Install pods with the following error log:
106 [!] The following Swift pods ...
5
votes
1
answer
3k
views
Expo - How to run eas submit for internal testing in google play
Im using expo with eas build and eas submit for releasing an android app, when I do eas submit it automatically uploads the build and releases to the store.
Is it possible to run eas submit to upload ...
5
votes
1
answer
13k
views
Why does my Expo app run in Expo Go but not as a development build?
I've created a development build of an Expo app using EAS. Previously I would open the app in Expo Go by running npx expo start and scanning the Metro Bundler QR code.
Now, when I try to do the same ...
5
votes
1
answer
1k
views
How to view xcode logs in eas-build --local
My build works on EAS but fails locally. Command:
eas build --platform ios --local --profile development
The archive step fails:
Build failed
Fastlane build failed with unknown error. See logs for ...
5
votes
0
answers
1k
views
How to configure SENTRY_AUTH_TOKEN for local builds in Expo EAS without exposing in eas.json?
I'm working on an Expo project and have successfully integrated Sentry following the instructions. For cloud builds using EAS Cloud, I've set the SENTRY_AUTH_TOKEN in the EAS Secret, and everything ...
4
votes
3
answers
13k
views
Expo EAS: How to link eas update branch with build channel?
I have an expo (v 46.0.0) project with EAS with the following build config (eas.json).
{
"cli": {
"version": ">= 1.1.0"
},
"build": {
"...
4
votes
5
answers
21k
views
Error: EACCES: permission denied, rename '/usr/local/lib/node_modules/expo-cli'
I came accross this error that seems to be a permission issue, took me a while so i just wanted to share a solution I found for this.
If other solutions ?, please share them.
4
votes
2
answers
3k
views
react-native expo cli - eas homescreen widget
ı making react-native app with using expo-cli. npx create-expo-app my-app
can ı make android widget with expo-cli ?
when ı search tuttorials they are usign bare reactnative. and in one article said &...
4
votes
3
answers
1k
views
Expo Development Build on Simulator Network connection lost
I built development builds for an Expo an and as soon as I did that, I was not able to to connect to the expo development server from the iOs simulator. I tried:
downgrading expo, react-native
...
4
votes
5
answers
6k
views
Execution failed for task ':expo-updates:compileReleaseKotlin'
I'm using expo sdk 45 platform: Android. Once I built the app this error prompt, I've tried upgrading and downgrading 'expo-updates' since the error is occuring at 'Android -> node-modules' but ...
4
votes
2
answers
2k
views
How do I change the output path for local EAS builds in Expo?
How can i change the path of EAS local builds?
Currently when i run a local EAS build, the build output is in the project root. I would like to define a custom path for the build output.
I have tried ...
4
votes
2
answers
4k
views
Apple now requiring iOS SDK 16.1 or higher for app store submission. How to I update if using EAS-CLI?
I am trying to do an EAS build using EAS-CLI and today I’m getting this error message:
Asset validation failed (90725)
SDK version issue. This app was built with the iOS 15.0 SDK. All iOS and iPadOS ...
4
votes
1
answer
6k
views
Execution failed for task ':expo:compileReleaseKotlin'
I am building a react native app using eas. Its failing each time i try and i have no idea what could be the issue. `this is the error its showing
Task :expo:compileReleaseKotlin FAILED1470
[stderr] e:...
4
votes
3
answers
4k
views
Expo - React Native Build Failed (Starting from Xcode 14, resource bundles are signed by default....)
I'm trying to update an application built with expo + react native and I encounter the last problem.
expo.dev
Visual Code terminal
🍎 iOS build failed:
Starting from Xcode 14, resource bundles are ...
4
votes
2
answers
556
views
Cannot read property 'getIosIdForVendorAsync' of undefined, js engine: hermes
I am creating an expo build with this command:
eas build --profile development --platform ios
This creates the build that I can install and everything works properly (deviceIds are added and ...
4
votes
3
answers
1k
views
Expo multiple enviroments for react-native-firebase googleServicesFile
I have a problem that I don't know how to deal with. In my app (Expo SDK 48) i want to have a separate googleServicesFile source for each expo environment, i.e. for the dev environment I want a ...
4
votes
0
answers
1k
views
Unable to Build React Native Expo project using EAS: Pod install exited with non-zero code: 1
I have an expo react native app built and published on App & Google Stores. After a minor update, I've been trying to build and publish the new version, but I have been having a "pod install ...
4
votes
0
answers
1k
views
React native expo app not building with eas
I am trying to build expo app and it passess all test but when it hit run gradlew line 551 it failes
204 actionable tasks: 204 executed
Error: Gradle build failed with unknown error. See logs for the &...
4
votes
0
answers
1k
views
How can I solve the error "Looks like fastlane ran into a build/archive error with your project" in eas build command ios?
I'm trying to build my Expo iOS app using the command eas build -p ios , some days ago I was able to do it without problem, after that I modified my project by adding Apple authentication using the ...
4
votes
1
answer
993
views
"RNGoogleMobileAdsBannerView" was not found
I have the next error:
ERROR Invariant Violation: requireNativeComponent: "RNGoogleMobileAdsBannerView" was not found..
This error is located at:
in RNGoogleMobileAdsBannerView (created by ...
4
votes
1
answer
984
views
EAS Build Error on Configure Xcode Project Step
I'm using a managed workflow with React Native/Expo on SDK46 and EAS version 3.8.0.
I'm trying to publish my first EAS Build to the Apple Store after migrating from Classic Build but keep running into ...
4
votes
0
answers
2k
views
Expo updates - Failed to download new update
I am trying to add OTA updates to my expo application with EAS build as long as a custom server to avoid using EAS update paid features from expo but I am running into an issue. (I copy pasted the ...
4
votes
0
answers
301
views
New bundled expo-cli start is returning a manifest that cannot be parsed by expo-dev-launcher
We are currently going through the upgrade to expo SDK 47, following these instructions:
https://blog.expo.dev/expo-sdk-47-a0f6f5c038af
Part of the upgrade involves the recommended switch to using the ...
4
votes
2
answers
6k
views
Expo eas: Android build fails if I run a prebuild before
I use Expo 46.
I would like to change some config in my AndroidManifest so I run an npx expo prebuild that generates an android folder without error.
But then my eas build is not working anymore (it ...
4
votes
0
answers
246
views
App works fine in Expo-Go but doesn't work after EAS-Build
I have a simple app which uses react navigation v6. It doesn't use any other heavy third party libraries. All its using is react-navigation-v6. It works totally fine in Expo-Go during development but ...
4
votes
1
answer
2k
views
Impossible to update expo project inside Expo Go after switching to EAS Build
I have the need to run a project from Expo Go without being connected to PC. We are developing an app that require GPS and needs to be tested in open field.
Before EAS became the standard to create ...
4
votes
1
answer
385
views
expo eas build failing Could not target platform: 'Java SE 11' using tool chain: 'JDK 8 (1.8)'
I am building eas build and its failing after some time by showing this error
What went wrong:
[stderr]
Execution failed for task ':expo-intent-launcher:compileReleaseJavaWithJavac'.
[stderr]
Could ...
3
votes
1
answer
1k
views
Uploading to EAS Build : Error: Request failed: 403 (Forbidden)
When I want to Build the apk output for the expo project
by this :
eas build -p android --profile preview
gives this error:
✖ Uploading to EAS Build (1.8 MB / 1.8 MB)
Error: Request failed: 403 (...
3
votes
3
answers
423
views
EAS Build stuck at the level of compressing files
I am new to react-native and using expo.
I am trying to build an apk for the app I made. I have tried ESA build but once I run the build command it gets stuck hours at compressing project files and ...
3
votes
2
answers
1k
views
You don't have the required permissions to perform this operation
I recently clone a project of react-native-expo after fixing some issue when I'm trying to create a build it give me an error which is:
You don't have the required permissions to perform this ...
3
votes
2
answers
1k
views
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 document
https://docs.expo.dev/build-...
3
votes
4
answers
4k
views
eas build error: assets_images_bgbanner.png: AAPT: error: file failed to compile
I'm trying to build an expo app using command "eas build -p android" and got the error like this:
[stderr] FAILURE: Build completed with 2 failures.
[stderr] 1: Task failed with an exception....
3
votes
1
answer
994
views
expo eas -p ios fails during fastlane
When building with the command eas build -p ios, I get an error from my fastlane. I provided some of the fastlane information below. I highlighted the errors. The error I have at the very bottom I ...
3
votes
1
answer
408
views
How to Resolve ‘Script has ambiguous dependencies’ Error during eas iOS Build
When I run this command in my react-native expo project, eas build --profile preview --platform ios --local, I get this error:
[RUN_FASTLANE] ⚠️ Script has ambiguous dependencies causing it to run on ...
3
votes
0
answers
150
views
RNSScreen" was not found in the UIManager
I'm attempting my first EAS build, and I keep running into this error:
Invariant Violation: requireNativeComponent: "RNSScreen" was not found in the UIManager.
I have followed ...
3
votes
2
answers
4k
views
Expo EAS local build: Plugin Error: Failed to resolve plugin for module <module-name> relative to <your-build-directory>
I have a few plugins in my app.config.js file and getting the following error causing the local EAS build to fail. When I remove the first plugin, the same error occurs for the next one, so the error ...
3
votes
0
answers
89
views
Can we use Eas build and eas-update with React-native bare
Can we use EAS buid in react-native bare project as expo and expo-eject project
3
votes
0
answers
112
views
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 ...
3
votes
1
answer
865
views
How do I add multiple schemes to the Expo app.json file?
I've added facebook-authentication to my project and followed their documentation. According to the docs, I have to add the app id prefixed with 'fb' to the "scheme" property in app.json.
{
...