Questions tagged [eas]

For questions about the Expo EAS build system

370 questions
34
votes
10 answers

EAS Build iOS Failure: Authentication with Apple Developer Portal failed

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 hoping it gets fixed soon. Output from build…
Kollin Murphy
  • 395
  • 1
  • 3
  • 7
19
votes
5 answers

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] [!] Invalid `Podfile` file: [INSTALL_PODS] [!]…
orome
  • 45,163
  • 57
  • 202
  • 418
8
votes
2 answers

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 builds to the eas build system still works, but…
Umer Kiani
  • 3,783
  • 5
  • 36
  • 63
5
votes
0 answers

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 "Run gradlew" phase for more information And then…
5
votes
0 answers

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 build fails at "Run Fastlane". I've search and tried…
JoelE
  • 169
  • 3
  • 12
4
votes
1 answer

"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 BaseAd) in BaseAd (created by BannerAd) in BannerAd…
4
votes
1 answer

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 the "Run fastlane" and "Xcode Logs" phases for more…
Brett Thomas
  • 1,694
  • 3
  • 15
  • 21
4
votes
0 answers

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 bundled expo-cli, rather than the global…
Charlie
  • 87
  • 3
4
votes
2 answers

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 " you have to use bare react native " but in one…
polmayan
  • 41
  • 4
4
votes
2 answers

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 is if I don't run prebuild). I get this…
Simon
  • 6,025
  • 7
  • 46
  • 98
4
votes
3 answers

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 signed by default, which requires setting the…
4
votes
3 answers

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 my package.json { "name": "App1234", …
Habibur Rahman
  • 424
  • 7
  • 19
4
votes
0 answers

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 when i build a development apk with eas build it…
Nasyx Nadeem
  • 241
  • 2
  • 12
4
votes
1 answer

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
0 answers

EAS build through dynamic app.config.js configuration and problem with environment variables

I have dynamic configuration for my EAS environment: eas.json { "cli": { "version": ">= 0.55.1", "appVersionSource": "local" }, "build": { "development": { "distribution": "internal", "ios": { "simulator": true …
Lasharela
  • 1,307
  • 1
  • 11
  • 23
1
2 3
24 25