Thread 1: signal SIGABRT with FCM and Ionic

Hi, I’m trying to build an Ionic 3 with push notification, I use FCM to do this.
It works in android. But when I try to deploy project on iOS I had this error : Apple Mach-O Linker (ld) Error.
In another forum, I found a solution : remove cordova-plugin-console, so I did it :
The post

Now I can deploy on my iOS device, but the app crash and I have this error in xcode :

Thread 1: signal SIGABRT with FCM

Like this :

Sans titre

I tried to remove and add iOS platform but nothing better …

I really don’t know what I have to do. Any idea ?

My Ionic Info :

cli packages: (/Users/ox/Documents/Mobile/ox/node_modules)

    @ionic/cli-utils  : 1.18.0
    ionic (Ionic CLI) : 3.18.0

global packages:

    cordova (Cordova CLI) : 7.1.0 

local packages:

    @ionic/app-scripts : 2.1.0
    Cordova Platforms  : ios 4.5.3
    Ionic Framework    : ionic-angular 3.6.1

System:

    ios-deploy : 1.9.2 
    ios-sim    : 5.0.13 
    Node       : v6.11.3
    npm        : 3.10.10 
    OS         : macOS Sierra
    Xcode      : Xcode 9.1 Build version 9B55

do you found any solution for this?

Hello,
I solved it doing this :
[https://firebase.google.com/docs/ios/setup?authuser=0 step 5](https://firebase.google.com/docs/ios/setup?authuser=0 step 5) => adding GoogleService-Info.plist in project.
If you don’t have this file, generate it on firebase and add it :wink: