I build an Ionic 3 app and I try to use FCM to have push notifications.
I works in android. But when I try to deploy project on iOS I have this error : Apple Mach-O Linker (ld) Error.
I tried to remove and add iOS platform in my project but nothing better.
I open my project with .xcworkspace file, and I haven't Pod, I don't need it with Fcm. So this solution doesn't works for me ... https://github.com/phonegap/phonegap-plugin-push/issues/1518
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
Any idea please ?