Elf Sundae

Results 47 comments of Elf Sundae

YES, I know your opinion. What I said "different requirements", such as multiple hashed columns, or keep the original value for internal use but expose the hashed value in URL...

A new repo is great 👍

已上传至:https://github.com/ElfSundae/KSYLive_iOS/releases

### 集成 3.0.5 版本: 方案一:`Podfile` 中指定 tag : ```ruby pod 'libksygpulive', :git => 'https://github.com/ksvc/KSYLive_iOS.git', :tag => 'v3.0.5' ``` `pod update` 提示安装的 `3.0.4` 版,不用理会,因为 git 仓库中的 podspec 文件中的版本 是 3.0.4,真正集成进项目的是 `v3.0.5`...

- 不是所有 .framework 都是动态库,静态库也可以是 .framework. - 你没说清打包不成功是啥意思,是你的项目打包还是编译这个库,也没说你的项目是怎么集成这个库的,手动添加的还是 CocoaPods。打包出错肯定有错误提示么,跟着错误排查修复啊。 - 不提供动态库了就修改你项目使用静态库呗

我不是官方。 官方现在不维护这个库了,最新版没有编译动态库。如果确实需要动态库,自己编译吧。

昨天帮朋友编译了下这个库的 framework,顺便传到 GitHub 了:https://github.com/ElfSundae/KSYLive_iOS/releases

方案一:`Podfile` 中指定 tag : ```ruby pod 'libksygpulive', :git => 'https://github.com/ksvc/KSYLive_iOS.git', :tag => 'v3.0.5' ``` `pod update` 提示安装的 `3.0.4` 版,不用理会,因为 git 仓库中的 podspec 文件中的版本 是 3.0.4,真正集成进项目的是 `v3.0.5` 这个 tag 下的代码和库。 方案二:`Podfile`...

3.0.5 的 framework 已上传:https://github.com/ElfSundae/KSYLive_iOS/releases