robbiehanson / CocoaHTTPServer

A small, lightweight, embeddable HTTP server for Mac OS X or iOS applications
Other
5.6k stars 1.31k forks source link

Implicit declaration of function LOG_OBJC_MAYBE is invalid in C99 #188

Closed TomasHubelbauer closed 7 years ago

TomasHubelbauer commented 7 years ago

Hey, I found an issue with this embedded web server for iOS. Hopefully you can help me to resolve it, because this seems to the the only embedded web server for iOS which supports TLS.

Implicit declaration of function 'LOG_OBJC_MAYBE' is invalid in C99

CocoaLumberjack has some issues against its repository similar to this one. Is there a way to resolve this? Should I somehow update the referenced pods to make it work? Is the latest version of this project even on CocoaPods? The README file doesn't say anything about CocoaPods so I wonder if it is still a supported method of installation?

TomasHubelbauer commented 7 years ago

I have started using Telegraph instead.