-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RNEventEmitter/RNEventEmitter.h file not found #207
Comments
which version of the package are you using? |
|
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 |
and just to confirm, you have adjusted your Pod file as per the readme? You could also try using the |
Ran into this issue as well, ended up just installing native events |
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 |
Did you not get architechture arm64 missing error while running on Xcode 15? |
I do have this issue, did you manage to fix it ? |
I've Managed to solve this issue, @cjam to solve the problem just add s.dependency 'RNEventEmitter' to podspec file of this library |
I'm getting error
'RNEventEmitter/RNEventEmitter.h' file not found
when building the project. I'm using react native version0.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
The text was updated successfully, but these errors were encountered: