Right click on the folder you want to add it to and choose "New file…" This will bring up a blank file with columns for Key, Type and Value. Choose any of the presented options, you'll be overwriting it anyway. Now change the Key to "Apple".
To anyone still having this issue:
Target Membership
option:It happens to me. Just erase the (7). The Xcode firebase framework connects to firebase through the GoogleService-Info.plist
when you build your code an error will be display if the .plist file is not called exactly: GoogleService-Info.plist
. At the moment that the .plist file has another character in the name, the firebase framework will not recognize it. The framework is searching just for the GoogleService-Info.plist not GoogleService-Info.plist (07)
This usually happens when you download several times your GoogleService-Info.plist from the console. If you want to avoid this. Get the file out from your "downloads" carpet. Otherwise, your computer is going to add a number at the end of the name file if you already have one inside that carpet. It creates a copy.
Hope this can help!
I solved this by using these steps :
Go to Build Phases of your project
Expand "Copy Bundle Resources"
clean and build your project.
Change the plist
name from GoogleService-Info(7).plist
to GoogleService-Info.plist
I had the same problem. I solved the problem by following the steps below Source: https://github.com/firebase/quickstart-ios/issues/5
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With