zoukankan      html  css  js  c++  java
  • 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 Resul

    如果在使用cocoapod时出现“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”的错误的原因是:可能是要添加的这个库 不支持swift导致 。

    解决方法:在podfile里面添加 use_frameworks!即:

    platform :iOS, '8.0'

    pod 'Alamofire', '~> 1.1'
    pod 'Taplytics'
    pod 'MBProgressHUD'
    pod 'Atlas'

    use_frameworks!

    end

  • 相关阅读:
    图片预览神器
    近期错题总结
    鬼谷子的钱袋(lgP2320)
    小明的账单
    合并果子(lgP1090)
    看病
    稀有矿井
    舞会(lgP1352)
    三国风云
    天上掉 Pizza
  • 原文地址:https://www.cnblogs.com/Yun-Longcom/p/6669386.html
Copyright © 2011-2022 走看看