I've been trying with no success to get CocoaHTTPServer to build in a simple Foundation project, and I'm not quite sure what I'm doing wrong. This is the first time I have attempted to use a third-party library with Obj-C. I have taken the following steps already:
- Copied the Core and Vendor folders into my project
- Imported "Core/HTTPServer.h"
- Allocated and initialized an HTTPServer object.
The error I'm getting can be found below. The way I understand it, this message implies that the compiler doesn't know what an HTTPServer object is.
I truly appreciate any insight anyone can provide!
Regards,
Justin Hill
