导入 第三方 框架时 如果出现 use_frameworks

[!] Pods written in Swift can only be integrated as frameworks; add `use_frameworks!` to your Podfile or target to opt into using it. The Swift Pods being used are: ReactiveCocoa, ReactiveSwift, and Result

 

 

在podfile 里边添加 use——frameworks 就可以了

 

platform :ios, '8.0' pod 'Charts', '~> 2.1.6' use_frameworks!

posted on 2016-11-18 17:48  举个例子yi聪聪  阅读(1003)  评论(0编辑  收藏  举报

导航