RoutingHTTPServer icon indicating copy to clipboard operation
RoutingHTTPServer copied to clipboard

Compilation error with pods 1.1.1

Open mdaymard opened this issue 9 years ago • 0 comments

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.

mdaymard avatar Dec 13 '16 14:12 mdaymard