博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
CocoaPods 出现 OTHER_LDFLAGS 错误的解决方法
阅读量:5739 次
发布时间:2019-06-18

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

CocoaPods 出现 OTHER_LDFLAGS 错误的解决方法

 

在一些项目中运行

pod install

后经常会出现如下错误

[!] The target `项目名 [Debug]` overrides the `OTHER_LDFLAGS` build setting defined in `Pods/Pods.xcconfig'.    - Use the `$(inherited)` flag, or    - Remove the build settings from the target.[!] The target `项目名 [Debug - Release]` overrides the `OTHER_LDFLAGS` build setting defined in `Pods/Pods.xcconfig'.    - Use the `$(inherited)` flag, or    - Remove the build settings from the target.

对于我等菜鸟看得莫名奇妙,无从下手,那么如何解决呢?

  1. 在 Finder 中找到 项目名.xcodeproj,右键选择显示包内容
  2. 用文本编辑器打开 project.pbxproj,搜索 OTHER_LDFLAGS
  3. 若项目未运行 pod install

则会看到2处类似格式的语句

OTHER_LDFLAGS = "";

将其删除后运行

pod install

即可

若已运行

pod install

则删除2处如下格式的语句

<key>OTHER_LDFLAGS</key> <string></string>

 

 

原文地址:http://www.99css.com/1346/#

转载于:https://www.cnblogs.com/zhao-jie-li/p/5126893.html

你可能感兴趣的文章
cat ~/.sbt/repositories
查看>>
JFinal 整合 Shiro 补充密码简单加密方法及其他
查看>>
Linux(shell)学习笔记(基础篇)
查看>>
SAN Headquarters v2.2
查看>>
Exchange Technical community discussion group
查看>>
Python with Context Managers
查看>>
zuul源码分析之Filter管理
查看>>
haskell的安装
查看>>
shell练习(12)——批量生成用户,并设置密码
查看>>
[翻译]为什么程序员总是写不安全的代码
查看>>
Style Intelligence应用之电商存货周转率分析
查看>>
Xen Desktop计算机目录添加计算机计数重置
查看>>
玩转CocoaPods
查看>>
linux安装方式
查看>>
ipsec在企业网中的应用
查看>>
多平台消息推送是安卓耗电原因之一?
查看>>
Linux下安装awstats日志统计分析
查看>>
安装BURG美化
查看>>
rhel6 yum源配置文件
查看>>
我的友情链接
查看>>