Set up Firebase in IOS App GoogleService Error

Viewed 27

I'm setting up Google's Firebase into my app but I keep getting an error with Fastlane saying

error: Build input file cannot be found: '/Users/distiller/project/Random/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 'Random' from project 'Random')

I've deleted and replaced the GoogleService-Info.plist and even place the file in my project folder and still getting this error. Any help would be great.

P.S The following build commands failed: CopyPlistFile /Users/distiller/Library/Developer/Xcode/DerivedData/Random-grmmwpmfmhrmajduaxytsfehpivv/Build/Products/Debug-iphonesimulator/Random.app/GoogleService-Info.plist /.Trash/GoogleService-Info.plist (in target 'Random' from project 'Random')

0 Answers
Related