码迷,mamicode.com
首页 > 其他好文 > 详细

CocoaPods 出现 OTHER_LDFLAGS 错误的解决方法

时间:2015-09-21 17:39:04      阅读:197      评论:0      收藏:0      [点我收藏+]

标签:

 在一些项目中运行

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.

在 Finder 中找到 项目名.xcodeproj,

右键选择显示包内容 用文本编辑器打开 project.pbxproj,

搜索 OTHER_LDFLAGS

若项目未运行

pod install

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

OTHER_LDFLAGS = "";  

将其删除后运行  

pod install

 

CocoaPods 出现 OTHER_LDFLAGS 错误的解决方法

标签:

原文地址:http://www.cnblogs.com/lizilong/p/4826305.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!