我一直在使用use_frameworks!
指令,以便我可以在项目中使用某些依赖项。如果我评论该指令,我会收到红色消息
Pods written in Swift can only be integrated as frameworks; this feature is beta. Add 'use_frameworks!' to your Podfile or target to opt into using it.
今天我决定使用Google Analytics for iOS但是在运行$pod install
时我得到了
The 'Pods-MyProject' target has transitive dependencies that include static binaries
谷歌搜索我发现它是由use_frameworks!
指令引起的,我应该删除它。所以我在墙和剑之间,我能做些什么才能使用这些库?
PS:我们需要使用Cocoapods
来管理依赖项,因此以不同的方式包含它不是一种选择。另外,我的项目中没有桥接标题,但我仍然可以使用import MyDependency