leavez / cocoapods-binary

integrate pods in form of prebuilt frameworks conveniently, reducing compile time
MIT License
1.31k stars 206 forks source link

无法生成二进制文件求解 #80

Closed zhangjianbin closed 5 years ago

zhangjianbin commented 5 years ago

pod 'YBHomeKit', :path=>'../Internal/MiHomeKit', :binary => true 这种写法好像无法生成对应的二进制文件,是不支持本地私有的这种pod形式吗

X140Yu commented 5 years ago

https://github.com/leavez/cocoapods-binary/issues/33

zhangjianbin commented 5 years ago

能不能支持一下本地私有库也可以切换源码跟二进制。好多场景下有这样的需求。