Skip to content
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

Open
nirav700 opened this issue Jan 1, 2016 · 8 comments
Open

#import "librtmp/log.h" file not found #52

nirav700 opened this issue Jan 1, 2016 · 8 comments

Comments

@nirav700
Copy link

nirav700 commented Jan 1, 2016

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?

@nirav700
Copy link
Author

not yet but if i find anything i will let you know.

@nirav700
Copy link
Author

I have solve this error from below step :

$ git clone [email protected]:Kickflip/kickflip-ios-example.git
$ cd kickflip-ios-example
$ git submodule update --init
$ pod install

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'
pod 'YapDatabase', '> 2.5'
pod 'SSPullToRefresh', '
> 1.2'
pod 'UIAlertView-Blocks', '> 1.0'
pod 'VTAcknowledgementsViewController', '
> 0.10'
pod 'BButton', '~> 4.0'

and also change on 'KFHLSWriter.m'

#import "librtmp/log.h" to #import "log.h"

and comment this two lines

RTMP_LogSetLevel(RTMP_LOGALL)
RTMP_LogSetLevel(RTMP_LOGCRIT)

And Last add one new File "KFSecrets.h"

@rbarbish
Copy link

@chrisballinger - Still an issue

@developertechnostacks
Copy link

i dont find any "KFSecrets.h" file

@Arlem
Copy link

Arlem commented May 12, 2016

@developertechnostacks You have to create it from scratch.

@developertechnostacks
Copy link

can u show me a steps or doc of that

@Arlem
Copy link

Arlem commented May 12, 2016

@omargda
Copy link

omargda commented Jan 25, 2017

@chrisballinger - still an issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants