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
Specta 2.0.0 removed recordFailureWithDescription:inFile:atLine:expected: in favor of recordIssue:, causing "unrecognized selector sent to instance" error when an expectation fail:
-[FooSpec _recordUnexpectedFailureWithDescription:exception:]: unrecognized selector sent to instance 0x106709ca0 (NSInvalidArgumentException)
Specta 2.0.0 removed
recordFailureWithDescription:inFile:atLine:expected:
in favor ofrecordIssue:
, causing "unrecognized selector sent to instance" error when an expectation fail:expecta/Expecta/ExpectaSupport.m
Lines 111 to 114 in fc2dd8b
The text was updated successfully, but these errors were encountered: