Cocoapods" use_frameworks!"使用Google Analytics和Swift库

时间:2015-07-14 15:43:19

标签: ios swift google-analytics cocoapods

我一直在使用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

来使用图书馆

0 个答案:

没有答案