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 conversion of an objective-c pointer to 'const char *' is disallowed with ARC!!! #183

Open dcwy1130 opened 7 years ago

dcwy1130 commented 7 years ago

image

HI, in my project, I added "DD_LEGACY_MACROS=1" later, Now an error is "implicit conversion of an objective-c pointer to 'const char *' is disallowed with ARC", Please help me , Thanks!!!