RoutingHTTPServer
RoutingHTTPServer copied to clipboard
Compilation error with pods 1.1.1
In RoutingConnection, the line :
@property (atomic, weak) RoutingHTTPServer *http;
produces this error :
"cannot synthesize weak property because the current deployment target does not support weak reference"
Any idea how to fix this please ? I've searched on Google but I could not find how to solve this issue.