diff --git a/XCTestBootstrap/Strategies/FBListTestStrategy.m b/XCTestBootstrap/Strategies/FBListTestStrategy.m index 88fa34c72..ab171cb60 100644 --- a/XCTestBootstrap/Strategies/FBListTestStrategy.m +++ b/XCTestBootstrap/Strategies/FBListTestStrategy.m @@ -171,7 +171,7 @@ - (instancetype)initWithTarget:(id *> *tests = [NSJSONSerialization JSONObjectWithData:shimBuffer.data options:0 error:&error]; if (!tests) { - NSLog(@"Shimulator buffer data (should contain test information): %@", shimBuffer.data); + NSLog(@"Shimulator buffer data (should contain test information): %@", [[NSString alloc] initWithData:shimBuffer.data encoding:NSUTF8StringEncoding]); return [FBFuture futureWithError:error]; } NSMutableArray *testNames = [NSMutableArray array];