b8ne / react-native-pusher-push-notifications

Manage pusher interest subscriptions and notification events in Javascript.
MIT License
98 stars 86 forks source link

iOs - build failed "Missing context for method declaration" #69

Closed arochedy closed 3 years ago

arochedy commented 3 years ago

Hi,

I try to install this library for my app. I works fine on android but I'm blocked for ios :

I updated the podfile to set 10.0 instead of 9.0

I did npm install react-native-pusher-push-notifications --save npx pod-install ios

and added the code in AppDelegate.m from the readme

but I have these message 3 times :

AppDelegate.m:7:4: Missing context for method declaration

arochedy commented 3 years ago

My bad I was not putting the code inside @implementation AppDelegate