My error when building in xcode:
Semantic issue.
… platforms/ios/CordovaLib/Classes/CDVURLProtocol.m:30:33: ‘atomic’ attribute on property ‘statusCode’ does not match the property inherited from ‘NSHTTPURLResponse’
@interface CDVHTTPURLResponse : NSHTTPURLResponse
@property (nonatomic) NSInteger statusCode; <----- warning error here
@end