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

  • 相关阅读:
    10.15
    10.14
    11.12
    10.10
    10.9
    如何向jar包里写文件
    mycat的配置文件
    启动spring boot打成的zip包脚本
    通俗易懂的rpc原理
    当Mockito遭遇使用注解注入的变量
  • 原文地址:https://www.cnblogs.com/Yun-Longcom/p/6669386.html
Copyright © 2011-2022 走看看