react-native-push-notification / ios

React Native Push Notification API for iOS.
MIT License
732 stars 281 forks source link

Please Help Me! I have problem on Xcode when trying setting on IOS #376

Open hoadesign09 opened 1 year ago

hoadesign09 commented 1 year ago

I tried to set it up as you instructed but there are some problems, specifically "Use of undeclared identifier 'RNCPushNotificationIOS' "

Screen Shot 2022-09-15 at 10 49 24
ajlee4 commented 1 year ago

Check if you have added to the beginning of the file

import <UserNotifications/UserNotifications.h>

import

tekhamzazafar commented 1 year ago

Make sure to Install 'yarn add @react-native-community/push-notification-ios'

My issue has been done by doing this hope you will get help from this.

anton25360 commented 1 year ago

See https://github.com/react-native-push-notification/ios/issues/150 Moving the imports to lines 2+3 fixed it for me