zoukankan      html  css  js  c++  java
  • pod出现include of non-modular header inside framework module 错误

     今天打包pod 的时候 出现的错误

     

     -> AFNetworking+RX (3.1.0.18)

        - ERROR | [iOS] xcodebuild: Returned an unsuccessful exit code.

        - ERROR | xcodebuild:  /Users/ceshi/Library/Developer/Xcode/DerivedData/App-dcmqgoyhfqucabaynpwawmnoksav/Build/Products/Release-iphonesimulator/AFNetworking+RX/AFNetworking_RX.framework/Headers/RXNetworkingConfigManager.h:10:9: error: include of non-modular header inside framework module 'AFNetworking_RX.RXNetworkingConfigManager' [-Werror,-Wnon-modular-include-in-framework-module]

        - ERROR | [iOS] xcodebuild:  /Users/ceshi/Library/Developer/Xcode/DerivedData/App-dcmqgoyhfqucabaynpwawmnoksav/Build/Products/Release-iphonesimulator/AFNetworking+RX/AFNetworking_RX.framework/Headers/RXSimpleHttpManager.h:10:9: error: include of non-modular header inside framework module 'AFNetworking_RX.RXSimpleHttpManager' [-Werror,-Wnon-modular-include-in-framework-module]

        - ERROR | [iOS] xcodebuild:  /Users/ceshi/Library/Developer/Xcode/DerivedData/App-dcmqgoyhfqucabaynpwawmnoksav/Build/Products/Release-iphonesimulator/AFNetworking+RX/AFNetworking_RX.framework/Headers/RXBaseRequest.h:10:9: error: include of non-modular header inside framework module 'AFNetworking_RX.RXBaseRequest' [-Werror,-Wnon-modular-include-in-framework-module]

        - NOTE  | [iOS] xcodebuild:  /var/folders/wg/p99zb3dx64q5gcg2zdjwxcgw0000gp/T/CocoaPods/Lint/App/main.m:3:9: fatal error: could not build module 'AFNetworking_RX'

    解决方法是:

    pod trunk push --verbose --allow-warnings --use-libraries

  • 相关阅读:
    centos7 安装 supervisor
    远程桌面管理工具
    Delphi cxpagecontrol融合窗体
    Delphi调用网页美化SQL
    合并Dev BPL教程
    delphi 各新版本特性收集
    Delphi控件备份工具
    DBX Error: Driver could not be properly initialized..解决办法
    hugo 中文目录名 在 centos 的问题
    flutter Dialog里ListView的问题
  • 原文地址:https://www.cnblogs.com/xzjxylophone/p/6379278.html
Copyright © 2011-2022 走看看