-
Notifications
You must be signed in to change notification settings - Fork 143
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
#import "librtmp/log.h" file not found #52
Comments
not yet but if i find anything i will let you know. |
I have solve this error from below step : $ git clone [email protected]:Kickflip/kickflip-ios-example.git and then change podfile to this pod 'Kickflip', :path => 'Submodules/kickflip-ios-sdk/Kickflip.podspec' #pod 'Kickflip' , :git => 'https://github.com/zummenix/kickflip-ios-sdk' and also change on 'KFHLSWriter.m' #import "librtmp/log.h" to #import "log.h" and comment this two lines RTMP_LogSetLevel(RTMP_LOGALL) And Last add one new File "KFSecrets.h" |
@chrisballinger - Still an issue |
i dont find any "KFSecrets.h" file |
@developertechnostacks You have to create it from scratch. |
can u show me a steps or doc of that |
@chrisballinger - still an issue |
I am trying to implement kick flip IOS SDK in my project but after setup pod file its show me error message
<Bolts/BFTask.h> file not found
after searching on internet i found replace
pod 'Kickflip'
to
pod 'Kickflip', :git => 'https://github.com/zummenix/kickflip-ios-sdk'
but after doing that it give me new error message
import "librtmp/log.h" file not found
so please tell me what should do to solve this problem?
The text was updated successfully, but these errors were encountered: