facebook / react-native

A framework for building native applications using React
https://reactnative.dev
MIT License
118.5k stars 24.27k forks source link

'React/RCTPushNotificationManager.h' file not found #21225

Closed jrdn91 closed 6 years ago

jrdn91 commented 6 years ago

Environment

Run react-native info in your terminal and paste its contents here.

Environment: OS: macOS High Sierra 10.13.6 Node: 8.0.0 Yarn: 1.5.1 npm: 6.4.1 Watchman: 4.9.0 Xcode: Xcode 10.0 Build version 10A255 Android Studio: Not Found

Packages: (wanted => installed) react: 16.3.1 => 16.3.1 react-native: https://github.com/expo/react-native/archive/sdk-30.0.0.tar.gz => 0.55.4

Description

Can't get PushNotifications to build at all, I've tried numerous different ways and fixes found online and nothing works

At this point I have followed to a T the manual linking procedure on this page

https://facebook.github.io/react-native/docs/linking-libraries-ios#manual-linking

Even, step 3, which I feel like may be where my issue lies which has a value of this currently (though I have tried many many different paths)

${SRCROOT}/../node_modules/react-native/Libraries/PushNotificationIOS non-recursive

I would really love to figure this one out. BTW I am using ExpoKit if that makes a difference though I am seeing online that it shouldn't?

react-native-bot commented 6 years ago

We are using GitHub issues exclusively to track bugs in React Native. GitHub may not be the ideal place to ask a question, but you can try asking over on Stack Overflow, or on Reactiflux. You may also use discuss.reactjs.org/ to discuss best practices.

annie-elequin commented 5 years ago

I am also having this problem in a brand new react-native init. Was a solution found?