博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
target overrides the `OTHER_LDFLAGS` build setting defined in `Pods/Target Support Files/Pods/Pods.
阅读量:4118 次
发布时间:2019-05-25

本文共 332 字,大约阅读时间需要 1 分钟。

[!] The `xiaoxianrou [Release]` target overrides the `OTHER_LDFLAGS` build setting defined in `Pods/Target Support Files/Pods/Pods.release.xcconfig'. This can lead to problems with the CocoaPods installation

    - Use the `$(inherited)` flag, or

    - Remove the build settings from the target.

执行CocoaPods警告,这个警告不能忽略,因为会导致Xcode编译错误.解决办法如下:

你可能感兴趣的文章
iTunes Connect 上传APP报错: Communication error. please use diagnostic mode to check connectivity.
查看>>
#import <Cocoa/Cocoa.h> 报错 Lexical or Preprocessor Issue 'Cocoa/Cocoa.h' file not found
查看>>
`MQTTClient (~> 0.2.6)` required by `Podfile`
查看>>
X-Code 报错 ld: library not found for -lAFNetworking
查看>>
Bitcode
查看>>
If you want to see the backtrace, please set CG_CONTEXT_SHOW_BACKTRACE environmental variable.
查看>>
腾讯一面二面题目
查看>>
2014腾讯面试题整理
查看>>
腾讯面试题总结,似乎是面试C++方向的(小巫总结)
查看>>
腾讯后台开发三面面试题
查看>>
腾讯科技(北京)有限公司--面试题
查看>>
SecureCRT 自定义标签
查看>>
ffmpeg常用命令记录
查看>>
linux shell 编程(一)
查看>>
linux shell 编程(三)
查看>>
linux shell 编程(二)
查看>>
linux shell 编程(四)
查看>>
php中的$_REQUEST、$_GET、$_POST
查看>>
http协议中的头部字段:Transfer-Encoding
查看>>
php主机字节序和网络字节序
查看>>