error: Build input file cannot be found: GoogleService-Info.plist React Native - Expo eas build IOS
- Dominant language
- TypeScript
- Stars
- 1.4k
- Forks
- 236
- Avg merge
- 3d 1h
- Merged PRs (30d)
- 91
Description
### Build/Submit details page URL
https://expo.dev/accounts/patrykopiela/projects/stickyinreactnative/builds/a730b9bb-c72d-4bc8-b620-a6b70b9d7f39
### Summary
Since few days I am trying to fix this error:
❌ error: Build input file cannot be found: '/Users/expo/workingdir/build/GoogleService-Info.plist'. Did you forget to declare this file as an output of a script phase or custom build rule which produces it? (in target 'StickyInReactNative' from project 'StickyInReactNative')
I tried every solution found on internet but nothing helps!
### Managed or bare?
Bare
### Environment
✔ Check Expo config for common issues
✔ Check package.json for common issues
✔ Check dependencies for packages that should not be installed directly
✔ Check for common project setup issues
✔ Check npm/ yarn versions
✔ Check Expo config (app.json/ app.config.js) schema
✔ Check that native modules do not use incompatible support packages
✔ Check for legacy global CLI installed locally
✔ Check that native modules use compatible support package versions for installed Expo SDK
✔ Check that packages match versions required by installed Expo SDK
Didn't find any issues with the project!
### Error output
❌ error: Build input file cannot be found: '/Users/expo/workingdir/build/GoogleService-Info.plist'. Did you forget to declare this file as an output of a script phase or custom build rule which produces it? (in target 'StickyInReactNative' from project 'StickyInReactNative')
### Reproducible demo or steps to reproduce from a blank project
After clone project from github I have to
comment firebase pods
cd ios && pod install
uncomment firebase pods
pod install
then I use for build:
eas build --profile development --platform ios
Contributor guide
Assessment
This issue has not been assessed yet.