[!] Pods written in Swift can only be integrated as frameworks; this feature is still in beta. Add use_frameworks! to your Podfile or target to opt into using it. The Swift Pods being used are: Box, ReactiveCocoa, and Result
用PODS 添加RAC的时候出现这样的问题提示
可能是RAC 不支持swift导致
解决办法:在podfile里面添加 use_frameworks
本文解决在使用Pod安装Swift库如Box、ReactiveCocoa及Result时遇到的集成问题。通过在Podfile中添加use_frameworks指令来启用框架集成,解决因Swift不兼容导致的问题。
2585

被折叠的 条评论
为什么被折叠?



