You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
target 'PLCameraStreamingKit' do
pod "PLCameraStreamingKit", :path => "../"
pod "KSCrash"
pod "PLStreamingKit", :path => "./PLStreamingKit"
pod "pili-librtmp", :path => "./pili-librtmp"
pod "HappyDNS", :path => "./happy-dns"
end
好不容易才编译成功,把podfile改成了:
source 'https://github.com/CocoaPods/Specs.git'
target 'PLCameraStreamingKit' do
pod "PLCameraStreamingKit", :path => "../"
pod "KSCrash"
pod "PLStreamingKit", :path => "./PLStreamingKit"
pod "pili-librtmp", :path => "./pili-librtmp"
pod "HappyDNS", :path => "./happy-dns"
end
还下载了其他的各种库,因为cocoapods里的版本没有这么新。
将example编译跑起来以后,按start没有反应。 提示
2016-08-24 10:53:32.558 PLCameraStreamingKit[1457:774927] push url (null)
是不是要去七牛注册或者是怎么样?另外首页的wiki建议说的更清楚一些
The text was updated successfully, but these errors were encountered: