-
Notifications
You must be signed in to change notification settings - Fork 85
Added a way to run operations in specs when set to run synchronously. Al... #137
Conversation
… Also added an appropriate override for canceling operations since it looks like the super implementation is not being called. (verified by seeing if my operation's cancel method was called after calling -[PSHKFakeOperationQueue cancellAllOperations]--it wasn't).
Looks like Travis is missing something. xcodebuild: error: Unable to find a destination matching the provided destination specifier: |
Travis has been having this issue from time to time lately. Not sure why; reading the output seems to indicate the required simulator is in fact present. Thanks for the patches Cody. We'll look into it more closely soon. On Thu, Mar 26, 2015 at 8:18 AM, Cody Vandermyn notifications@github.com
|
Looks like the Travis failures finally cleared up after some time, although I had to run that on Travis a few times and it still mysteriously fails. @codeman9 I thought your idea here was really good, so I backfilled some tests for this behavior over in a separate pull request. |
...so added an appropriate override for canceling operations since it looks like the super implementation is not being called. (verified by seeing if my operation's cancel method was called after calling -[PSHKFakeOperationQueue cancellAllOperations]--it wasn't).