-
Notifications
You must be signed in to change notification settings - Fork 25
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
'RNSkInfoParameter.h' file not found with Firestore at IOS #59
Comments
+1 |
Facing same issue on Android as well. i have enabled but also added following rule in
If you have any ideas, @hannojg and @mrousavy , please share them with us. |
+1 |
1 similar comment
+1 |
For others: the fix is to remove/comment the line 15 of file node_modules/react-native-skottie/cpp/RNSkSkottieView.h: #include "RNSkInfoParameter.h" |
Hey @JimTeva, I did it, but it didn't solve the issue, after deleting that one line, it's now appearing another build error: I also confirmed that my file is the same as this one: https://github.com/margelo/react-native-skottie/blob/953aee408e60e0c735fe011dfc85aba727ba5987/package/cpp/RNSkSkottieView.h I also tried to build the app with Xcode 15.4 instead of 16.1, but I got the same errors. FYI, I did the patch package correctly, rebuilt the app, and cleaned the cache, but it still has this error. Do you know what it could be? |
@JimTeva, actually, in my case, it was only a cache problem, I solved it after deleting the ios/Pods and ios/build, thanks 🤝 |
@FilipiRafael what skia version are you running? looks the above screenshot you posted keeps appearing any time the |
@p-sebastian I'm using the 1.5.3. As I said before, I solved it after deleting the |
Facing the same issue too. I've tried downgrading the version, removing the ios/Pods and ios/Buid folders and also deleting the line 15 of the file node_modules/react-native-skottie/cpp/RNSkSkottieView.h, but nothing worked. The issue remains the same. Any ideas? |
hey @gustavobarca, you could clean the Xcode Derived Data folder as well, it may help. Also, if you already did the patch-package, you can delete the |
the issue was the skia version. Will only work up to skia |
Also seeing this! |
could you try this? |
Description
Im getting 'RNSkInfoParameter.h' file not found error when I try to use with Firestore. I tried difficult version combination however I couldn't build. Current version 1.5.0 and react-native-skottie: 2.1.4
Version
2.1.4
Steps to reproduce
Add firestore and react-native-skottie to project
Snack, code example, screenshot, or link to a repository
Podfile
The text was updated successfully, but these errors were encountered: