[!] The `makeMoney [Debug]` target overrides the `OTHER_LDFLAGS` build setting defined in `Pods/Target Support Files/Pods-makeMoney/Pods-makeMoney.debug.xcconfig'. This can lead to problems with the CocoaPods installation
- Use the `$(inherited)` flag, or
- Remove the build settings from the target.
[!] The `makeMoney [Release]` target overrides the `OTHER_LDFLAGS` build setting defined in `Pods/Target Support Files/Pods-makeMoney/Pods-makeMoney.release.xcconfig'. This can lead to problems with the CocoaPods installation
- Use the `$(inherited)` flag, or
- Remove the build settings from the target.
1.在build Phases中,删除libPods-工程名.a 静态库;
2.导入在cocoaPods下载的第三方框架静态库(直接点击+即可);
3.在build setting中,添加-l"第三方框架名",如-l"AFNetworking"即可;