-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Call to undeclared function 'RCTLog'; ISO C99 and later do not support implicit function declarations #3217
Comments
@freeboub Any about this? |
+1 |
any update ? |
+1 |
2 similar comments
+1 |
+1 |
You can remove 'RCTLog' or comment it, that what worked for me. |
I provided a fix for this issue. |
fix has been integrated for alpha.10. let me know if it is working for you ! |
feedback from @chayin in: #3346I had this problem with video caching and here is my fix in react-native-video.podspec
|
has been merged for alpha.11 or beta.0 |
@freeboub Sorry I'm so late. Thanks for the update. It's working fine, and |
Bug
I was following the docs for iOS installation with video caching, But after i followed it didi pod install everything worked fine but as soon i started my project with npm start and run on an iOS simulator it crashes and i found these error in my Xcode
/Users/user/Desktop/myProject/node_modules/react-native-video/ios/VideoCaching/RCTVideoCache.m:33:7 Call to undeclared function 'RCTLog'; ISO C99 and later do not support implicit function declarations
Platform
Which player are you experiencing the problem on:
Environment info
macOS
Library version: 6.0.0-alpha.7
Device: iPhone 14 pro
Steps To Reproduce
npm start
i
Expected behaviour
Reproducible sample code
The text was updated successfully, but these errors were encountered: