Open shcoderAlex opened 7 years ago
this project based LFLiveKit. so you have to config more.
first. go to your project in Xcode second. go to Build parse > Link Binary With Libraries and add Libraries ( LFLiveKit.frameworks ) third. go to Build Settings > Framework Search Paths and add path ( $(PROJECT_DIR)/../node_modules/react-native-video-stream/ios to recursive )
I've installed LFLiveKit with Pods added react-native-video-stream/ios to search paths but still same problem
@teddykwon Thanks for this Bridge. I'm having the same problem that @v0l0d mentioned.
I assume we need to add some imports into AppDelegate.m
? I've looked through you code, but not sure what I would need to import to get it to work.
Thanks!
@v0l0d @abeaclark a few days ago, i will update library and add example. pleases wait! :)
Thank you i'm having the same problem :)
Thanks @teddykwon, I look forward to it.
Just as a note, I tried adding the following to my AppDelegate.m
, but it still doesn't work:
#import <LFLiveKit.h>
#import <RCTStream.h>
Hey @teddykwon Just wanted to check back and see if you had time to look into this. It's ok if it's just a note about how you would use the package, doesn't need to be polished. I'm happy to help write some docs if I can get things running with your help
@teddykwon having same issue, this is module forgotten ?
Hello. I have two errors:
That's what I did: