Expo Application Service Build Failing

Hi all!

I’ve followed the Expo documentation for the EAS (Expo Application Service). However, I’m consistently getting a build failed error when running eas build --platform ios. Interestingly, I’ve been getting the same error when I was using the managed workflow and even after ejecting.

Here’s my terminal output after running eas build --platform ios:

Here’s the terminal output after running expo diagnostics:

Screen Shot 2021-01-04 at 2.04.16 AM (2)

Is this an error that others are receiving? How do I address this?

Thanks! :slight_smile:

Hi!

It looks like there’s a JS issue with your app, as you can see from the logs, it’s failing on the bundle step. You can download the xcode logs to see the exact error, but i’ll paste it here too:

error Unable to resolve module `firebase` from `utilities/Firebase.js`: firebase could not be found within the project.
1 Like

@ismaelbarry I would also recommend upgrading your expo-cli as your version is rather out of date!

1 Like

Ah yes! This was the issue. Thank you for pointing this out. I took care of it, and the build went successfully. Thanks!

1 Like

Yes, will do! Thanks!

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.