pod建私有库时所依赖的第三方含有framework以及.a文件报错问题
1、当建好了私有库,在Example工程中pod install出现如图报错:target has transitive dependencies that include static binaries:
报错截图:

解决办法:在podspec文件中添加 s.static_framework = true
1、当建好了私有库,在Example工程中pod install出现如图报错:target has transitive dependencies that include static binaries:
报错截图:
解决办法:在podspec文件中添加 s.static_framework = true
本文标题:pod建私有库时所依赖的第三方含有framework以及.a文件
本文链接:https://www.haomeiwen.com/subject/dpcoqctx.html
网友评论