Hello,
I am having trouble building my iOS app using Ionic Appflow. I am successfully able to build my Andorid app, but my iOS app keeps failing with the below error:
Terminating app due to uncaught exception 'com.firebase.core', reason: '`FirebaseApp.configure()` could not find a valid GoogleService-Info.plist in your project. Please download one from https://console.firebase.google.com/.'
I have included this file in my app as directed by the Using Push Notifications with Firebase in an Ionic + Angular App tutorial.
Ionic support told me to try adding the below to my package.json, but that also did not make any difference.
"capacitor:sync:after": "cp ./ios/app/app/GoogleService-Info.plist ../GoogleService-Info.plist && echo 'Moved GoogleService-Info.plist'"
The build is successful, but when I try to run it on an iOS simulator, the app crashes with the above error. Please note that our team does not have a mac and is solely relying on Appflow to build our iOS app.
Here are my build logs:
I would greatly appreciate any help. This is the last issue preventing us from deploying our app. Therefore, any help is greatly appreciated.
Thank You