Error when building in XCode - Semantic issue. atmoic

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

I’ve been getting that too. Seemed to start after updating to Xcode 6, but it doesn’t appear to affect the build (the app still launches and runs).

Hey guys, yeah I saw this issue too.

Just means that cordova needs to get updated for ios 8.