527 questions
0
votes
0
answers
8
views
Expo Android Build Fails (Windows): ninja: build stopped: subcommand failed in expo-modules-core
I'm working on an Expo 52 project with React Native, and I'm encountering a build failure on Windows 11 (does not happen on Mac) when running npx expo run:android. The error message is:
"C:\Users\...
0
votes
0
answers
16
views
error Execution failed for task ':app:processReleaseMainManifest' when trying to build with EAS locally (or even with gradle)
i'm with this error:
[RUN_GRADLEW] FAILURE: Build failed with an exception.
[RUN_GRADLEW] * What went wrong:
[RUN_GRADLEW] Execution failed for task ':app:processReleaseMainManifest'.
[RUN_GRADLEW] &...
0
votes
0
answers
24
views
React Native - Eas build to iOs using Windows - The Swift pod `FirebaseAuth` depends upon `FirebaseAuthInterop`
I'm trying to upload my app to iOs appstore using Windows. It's working like a charm to publish my app to Google playstore but I have no luck with iOs.
When I'm trying to eas build --platform ios i ...
0
votes
1
answer
26
views
Swift Error: "Type 'DevLauncherAppController' does not conform to protocol 'UpdatesExternalInterface' in Expo SDK 52
When running a local with Expo (SDK 52) in custom development client, the Swift compiler threw an error:
type 'DevLauncherAppController' does not conform to protocol 'UpdatesExternalInterface'
The ...
0
votes
0
answers
27
views
Expo-Status-Bar Icons Refuse to Stay Dark, Keep Defaulting To Device Light/Dark Mode Setting
This issue has been plaguing me and I feel like there must be an easy explanation. I'm trying to get my status bar icons (battery life, wifi icon, notifications, etc) to always be dark/black, but they ...
0
votes
1
answer
59
views
Build failed: Gradle build failed with unknown error. See logs for the "Run gradlew" phase for more information with google admob
I have builded this app previously as well; it was completely fine. Recently, I updated expo-sdk and all dependencies, and added react-native-google-mobile-ads with proper configurations. However, I ...
0
votes
0
answers
67
views
Why is my Expo eas build failing in React Native app
all experts. This might look like a duplicated or a repeated question but I'm new to React Native development and I'm trying to create and build an app using Expo and eas. I keep getting the below ...
0
votes
0
answers
32
views
Yarn 4+ uses PnP instead of node-modules on Expo eas build
As the title says.
I have an Expo application running on SDK 52 and built on React-native. Im using Yarn 4.7 and have set this in my package.json:
"packageManager": "[email protected]"
...
0
votes
0
answers
11
views
None of the input catalogs contained a matching stickers icon set or app icon set named "AppIcon". on expo build
None of the input catalogs contained a matching stickers icon set or app icon set named "AppIcon".
Having this error while trying to build my expo app on eas:
eas build --platform ios --...
0
votes
0
answers
16
views
React Native APk not able to call a POST api on flask server
I have a react-native application, when i run locally using expo it is able to call the apis which i developed using flask and deployed on vercel. But when i build the apk of the application to run on ...
0
votes
0
answers
42
views
EAS Build fails with tar Permission Denied errors (app/assets: Cannot mkdir: Permission denied)
I'm trying to generate an .aab file using EAS Build for my React Native app (managed workflow, non-ejected). I’ve followed the standard procedure and my eas.json is as follows:
{
"cli": {
...
0
votes
1
answer
41
views
EXPO Build Limits
This account has used its iOS builds from the Free plan this month, which will reset in 4 days (on Tue Apr 01 2025). Upgrade your plan for more builds with shorter wait times and longer timeouts, and ...
0
votes
0
answers
29
views
Expo monorepo build fails with module not found
I am using react native and expo eas in my monorepo.
The app lives in
clients/mobile/<react native app>
My metro.config.js lives inside the mobile folder
const { getDefaultConfig } = require('...
0
votes
1
answer
67
views
EAS ERROR: Building Gradle Issue Leading to Build Failure in Expo Managed Workflow SDK 52
I'm trying to build my Android app using the command eas build --platform android --profile production
But I get below error during Run gradlew phase.
BUILD FAILED in 3m 1s
Deprecated Gradle features ...
1
vote
1
answer
190
views
EAS Build Fails with "spawn pod ENOENT" for iOS and "no such file or directory" for Android
Problem Description
I'm trying to build my Expo React Native project using EAS Build, but I'm encountering errors for both iOS and Android builds.
For iOS, I get:
spawn pod ENOENT
For Android, I get:
...