CocoaPods报错问题
[!] The `PuHuaHospital [Release]` target overrides the `GCC_PREPROCESSOR_DEFINITIONS` build setting defined in `Pods/Target Support Files/Pods-PuHuaHospital/Pods-PuHuaHospital.release.xcconfig'. This can lead to problems with the CocoaPods installation
- Use the `$(inherited)` flag, or
- Remove the build settings from the target.
解决办法:
在Build Settings
Header Search Paths
Other Linker Flags
Preprocessor Macros
在这三个地方都加上$(inherited),然后重新pod install就可以了。