Push Notification for ionic 3

Followed instruction here: https://ionicframework.com/docs/native/push/

Xcode is reporting is reporting a bunch of warnings - sample below:

Cannot find protocol definition for ‘GGLInstanceIDDelegate’

Cannot find protocol definition for ‘GCMReceiverDelegate’

Undeclared selector ‘userHasRemoteNotificationEnabled’

etc

looks like i called the push init even before platform is ready…