Hello,
I am new to CocoaPods so perhaps this is best asked/answered elsewhere.
I have integrated the CocoaHTTPServer pod into a project. When I try to compile I get:
/.../Pods/CocoaHTTPServer/Extensions/WebDAV/DELETEResponse.m:18:7: Implicit declaration of function 'LOG_OBJC_MAYBE' is invalid in C99
I'm not sure what if anything I've done wrong.
Here's my Podfile:
use_frameworks!
target 'target' do
pod 'CocoaHTTPServer'
end
workspace 'project'
I get a warning on pod install suggesting that the FRAMEWORK_SEARCH_PATHS is being overridden, but I believe that's to be worried about downstream from the above.
Can someone point me to the right list if this is not the appropriate place for this question, please.
Thanks!
Christopher