react-native-spotify-remote
react-native-spotify-remote copied to clipboard
RNEventEmitter/RNEventEmitter.h file not found
I'm getting error 'RNEventEmitter/RNEventEmitter.h' file not found when building the project. I'm using react native version 0.69.0. I've tried removing and reinstalling pods and node modules but still didn't work. Is there a dependency missing in the project?
Thank you
which version of the package are you using?
^0.3.10
k, there was a PR to remove the dependency but clearly something is still requiring the .h file.
Checking in to report I'm experiencing the same issue on version: 0.3.10, using react-native: 0.68.2
and just to confirm, you have adjusted your Pod file as per the readme? https://github.com/cjam/react-native-spotify-remote/tree/v0.3.10#cocoapods-recommended?
You could also try using the next version which has removed the dependency on this library, but has introduced some breaking changes.
Ran into this issue as well, ended up just installing native events npm i react-native-events and the error went away.
I am using "react-native-spotify-remote": "^0.3.11-0" this version facing same issue in this lib , previously this was not there but somehow I rebuild the project and this error occurred .
+1 same happens to me! Any solution?
I solved by doing yarn add [email protected]
I solved by doing
yarn add [email protected]
Did you not get architechture arm64 missing error while running on Xcode 15?