CocoaHTTPServer
CocoaHTTPServer copied to clipboard
MAC_OS_X_VERSION_MIN_REQUIRED is not defined by default in new Xcode projects
In Xcode 6.1, the deployment target is blank, and it seems to then not define MAC_OS_X_VERSION_MIN_REQUIRED, which makes the NEEDS_DISPATCH_RETAIN_RELEASE be undefined. It should instead assume the MIN is the same as the current.
Oh, no. GCDAsyncSocket.m needs to import <Availability.h>.