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.