-
Notifications
You must be signed in to change notification settings - Fork 271
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
3.0.5版自动打包不成功,能否提供3.0.5的framework #182
Comments
集成 3.0.5 版本:方案一: pod 'libksygpulive', :git => 'https://github.com/ksvc/KSYLive_iOS.git', :tag => 'v3.0.5'
方案二: source 'https://github.com/ElfSundae/CocoaPods-Specs.git'
source 'https://cdn.cocoapods.org/'
target 'Demo' do
pod 'libksygpulive' # 如果 libksygpulive 已经在其他库中指定为依赖,这里可以不加这行
end 打包出错你 3.0.4 能打包吗? |
我们现在工程必现得是动态库,之前的版本他们都提供有动态库framework,这个3.0.5打的时候出错,不知什么原因 |
|
是直接集成的库,不是CocoaPods,是按照你们的说明步骤打动态库包的时候出错;因为你们库里面有GPUImage、FFMpeg三方库我们自己工程里也有,当时为了解决这个问题不得已才使用你们的动态库; |
我不是官方。 |
昨天帮朋友编译了下这个库的 framework,顺便传到 GitHub 了:https://github.com/ElfSundae/KSYLive_iOS/releases |
现在不让使用UIWebView了,但是又没法使用你们的framework,能否提供一下3.0.5去掉UIWebView的framework 动态库
The text was updated successfully, but these errors were encountered: