【发布时间】:2019-10-03 03:47:03
【问题描述】:
我是 CocoaPods 的 0 级。当我使用pod install 时出现错误提示:
The 'Pods-App' target has transitive dependencies that include static frameworks
我尝试四处搜索并在第一个答案中看到the solution。
Pranav Gupta 说我需要将 s.static_framework = true 添加到我的 podspec。但是,我不知道具体在哪里。
如果您知道如何将s.static_framework = true 放入我的 Podfile,请指导我。
提前谢谢你!
【问题讨论】:
-
s.static_framework是库创建者添加到 podspec 的选项。这不是 Podfile 中库使用者的选项。