XCode 6 CocoaPods error : target overrides the `OTHER_LDFLAGS` build setting

流过昼夜 提交于 2019-12-04 00:16:19

You should add $(inherited) to the Framework Search Path. For the new errors you should go:

TargetSettings->Build Phases->Compile Sources->(+) ActionSheetDatePicker.m, and SYSincerelyController.m classes and then Build and Run.

Peter Brockmann

Here's my problem and solution from yesterday.

target overrides the FRAMEWORK_SEARCH_PATHS build settings

Hope this helps.

In my case it was not an Xcode issue, plus I think that fixing it by hand is a bad idea. I tried to use a different (earlier version) of Cocoapods and it worked fine!

gem install cocoapods -v 0.33.1

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!