However, I get a bunch of these, when running on iOS 6.x (w/in Xcode 5)
/Users/matzew/TEMP/ITESTS-ios/AeroGear-iOS-Integration/AeroGear-iOS-IntegrationTests/AGRestPipe_TagTests.m:205: Error Domain=NSURLErrorDomain Code=-1012 "The operation couldn’t be completed. (NSURLErrorDomain error -1012.)" UserInfo=0x2595aa0 {NSErrorFailingURLKey=https://todo-aerogear.rhcloud.com/todo-server/auth/login, NSErrorFailingURLStringKey=https://todo-aerogear.rhcloud.com/todo-server/auth/login}: 202 203 } failure:^(NSError *error) { 204 [self setFinishRunLoop:YES]; 205 STFail(@"%@", error); ~~~~~~~~~~~~~~~~~~~~~ 206 }]; 207
However, I get a bunch of these, when running on iOS 6.x (w/in Xcode 5)