Conflicts: AFNetworking/AFHTTPClient.m AFNetworking/AFHTTPRequestOperation.m AFNetworking/AFJSONRequestOperation.m AFNetworking/AFNetworkActivityIndicatorManager.m AFNetworking/AFURLConnectionOperation.h
`informativeTextWithFormat` interprets its string as a format. `[error localizedDescription]` could contain string formatting specifiers. Fixes to use @"%@", [error localizedDescription] instead. Spotted via compiler warning.