-
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
不支持 UIWebView, 我看见您修改了libksybase.a,去掉了UIWebView, 麻烦再发一个release #179
Comments
3.0.5调用脚本打包总是提示错误,尴尬 |
同求 现在是下载的这个.a文件替换原来的,每次pod update都要重新替换一次 |
方案一: 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 --- Update |
我现在也是上架碰到这个问题了,请问如何获取到去除UIWebView后的libksybase.a文件 |
@mingmingshen 上面不是说了么 |
请问下解决了吗 |
您好,代码版本没问题,但是打包会出错,我这里需要动态库,请问有方法处理吗 |
到这个目录下载libksybase.a,替换掉自己依赖库里面的文件就行了。 |
为什么不直接更新一个版本 这样下载不了 |
3.0.5 的 framework 已上传:https://github.com/ElfSundae/KSYLive_iOS/releases |
不支持 UIWebView, 我看见您修改了libksybase.a,去掉了UIWebView, 麻烦再发一个release.
麻烦再发个release 3.0.5, 包括这个新 libksybase.a, 和 新的 podspec.json ...
多谢
The text was updated successfully, but these errors were encountered: