skip to Main Content

React native – iOS build failed using Expo EAS build. How can i fix issues with <PBXResourcesBuildPhase UUID=…> and pods not being defining modules?

I'm encountering build errors with Expo's EAS Build service. Some of my Swift pods, including FirebaseCoreInternal, FirebaseCrashlytics, FirebaseFirestore, FirebaseSessions, and FirebaseStorage, are not defining modules, which is causing the build to fail. The error messages suggest setting use_modular_headers! in my…

VIEW QUESTION
Back To Top
Search