eas Questions
5
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 i...
Detestable asked 9/11, 2022 at 11:29
4
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 e...
Methodize asked 15/5, 2023 at 5:2
3
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 sam...
Holbrook asked 26/11, 2022 at 15:9
3
Solved
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. Submitti...
Herwick asked 15/9, 2022 at 18:42
13
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......
Hocker asked 5/7, 2022 at 19:51
9
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, ...
Boldfaced asked 4/2, 2023 at 19:2
0
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:co...
Socialization asked 8/2 at 13:45
7
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_POD...
Iaea asked 13/2, 2023 at 20:47
5
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 --prof...
Casino asked 13/12, 2022 at 9:40
3
Solved
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 ...
1
Solved
When creating an iOS EAS build, I get the following error during the Run Fastlane step:
› Executing MyApp » [CP] Embed Pods Frameworks
❌ rsync error: some files could not be transferred (code 23) ...
Clothing asked 12/5, 2023 at 11:14
0
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 ...
Rosabelle asked 22/2, 2023 at 10:16
0
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 b...
3
I have an expo (v 46.0.0) project with EAS with the following build config (eas.json).
{
"cli": {
"version": ">= 1.1.0"
},
"build": {
"productio...
1
Solved
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 uplo...
Oblast asked 20/12, 2022 at 22:3
2
We used dotenv lib with classic builds and it worked fine providing a possibility to manage different environments. But it stopped working when we moved to EAS builds.
What are possible solutions?
...
Remount asked 4/10, 2022 at 11:47
1
Solved
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 packa...
1
© 2022 - 2024 — McMap. All rights reserved.