For questions about the Expo EAS build system
Questions tagged [eas]
370 questions
4
votes
1 answer
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 not target platform: 'Java SE 11' using tool…

hand code 2
- 59
- 2
4
votes
1 answer
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 to update the iOS part to be able to use the ultra wide…

Custo
- 63
- 6
4
votes
8 answers
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...
[3/4] Linking dependencies...
[4/4] Building…

ttsssss
- 95
- 1
- 2
- 12
3
votes
3 answers
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 with the error below.
I can build remotely and run…

orome
- 45,163
- 57
- 202
- 418
3
votes
1 answer
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
resetting router
opening ports on the router
running a…

maxtenzin
- 129
- 4
3
votes
1 answer
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 separate googleServicesFile for dev, and the same for…

DawidZacher
- 31
- 2
3
votes
2 answers
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 apps submitted to the App Store must be built with…

RenaissanceMan
- 187
- 10
3
votes
0 answers
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 expo-apple-authentication package, it works in the…

Daniel Erazo
- 43
- 2
3
votes
1 answer
EAS update breaks app & assets do not load
I am using expo to build an app & recently I tried to send updates using eas update. I followed the documentation on sending updates however when I receive the update the views & texts I added were loading up for e.g. I added a text "update version"…

Devesh Meena
- 51
- 5
3
votes
1 answer
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 this error on the Configure Xcode project step…

Raine Akiyama-Chen
- 61
- 1
3
votes
0 answers
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 expo-updates-server folder from…

blouuuu
- 454
- 1
- 4
- 16
3
votes
1 answer
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 have seen before, but normally I fix it by using…

MouseWarrior
- 391
- 4
- 19
3
votes
0 answers
Expo EAS build crashing on production but working on ExpoGo
I've been trying for days to make this work with no luck
I recently migrated to EAS build, and, although I'm able to build successfully, the app crashes on the splash screen.
I pre-built to run on Xcode, and this is the debug output:
2023-01-11…

Eric Lehmann
- 329
- 2
- 13
3
votes
1 answer
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 cannot yet be integrated as static libraries:
107 The…

Oao
- 121
- 7
3
votes
1 answer
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 to the internal testing track in the google play…

Goca
- 1,743
- 2
- 15
- 36