You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Memory error when tried to do this:
id string = @"";
[string stub:@selector(stringByAppendingString:) andReturn:@"abc" withArguments:@"def"];
[[[string stringByAppendingString:@"de"] should] equal:@"abc"];
Using 2.2.3 version and XCTest subspec with Xcode 5.1 (5B45j)
The text was updated successfully, but these errors were encountered:
Memory error when tried to do this:
id string = @"";
[string stub:@selector(stringByAppendingString:) andReturn:@"abc" withArguments:@"def"];
[[[string stringByAppendingString:@"de"] should] equal:@"abc"];
Using 2.2.3 version and XCTest subspec with Xcode 5.1 (5B45j)
The text was updated successfully, but these errors were encountered: