With XCode i copied the GoogleService-Info.plist in the Runner folder, closed XCode and delete GoogleService-Info.plist from the downloads folder.
Now XCode is unable to build the application because the GoogleService-Info.plist is not in the download folder?
Any ideas?
Thanks
3
Answers
That means that referencing to the GoogleService-Info.plist file which is not in download folder. Please follow this to add it correctly for iOS https://www.kindacode.com/article/flutter-correctly-adding-googleservices-info-plist-to-ios/
Right click on the Runner -> select add files to runner -> select the Googleservices-info.plist file.
Make sure the copy files if needed is checked that way it copies the file from downloads folder to the project. Now you can close Xcode and delete the file from Downloads folder.
Go to product -> clean build folder.
Then run pod install once and build the project. It should work as expected.
open your
file and find the line with
in the same line it should say something along the line of
change it to the relativ path of your GoogleService-Info.plist file. In my case that was: