cordova で fcm を使うためGoogleService-Info.plist を追加したところでエラーが発生する

iOS で いつも通りに
GoogleService-Info.plist
を root に追加して、コンパイルすると以下のエラーが発生した。

Terminating app due to uncaught exception ‘com.firebase.core’, reason: ‘Configuration fails. It may be caused by an invalid GOOGLE_APP_ID in GoogleService-Info.plist or set in the customized options.’

原因は
Resources / Resources フォルダーに 既に GoogleService-Info.plist が入っていたこと
何で急に入るようになったのか。

とりあえず、勝手に入っているファイルを上書きしてコンパイルが通るようになった。