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
Xcode 8 throws tons of warnings along the lines of "Result of call to 'stub(condition:response:)' is unused".
Since ignoring the return value is totally fine if you don't intend to call removeStub, you should mark the function with @discardableResult and save us from the warning spam.
The text was updated successfully, but these errors were encountered:
Xcode 8 throws tons of warnings along the lines of "Result of call to 'stub(condition:response:)' is unused".
Since ignoring the return value is totally fine if you don't intend to call removeStub, you should mark the function with @discardableResult and save us from the warning spam.
The text was updated successfully, but these errors were encountered: