Quick / Nimble

A Matcher Framework for Swift and Objective-C
https://quick.github.io/Nimble/documentation/nimble/
Apache License 2.0
4.81k stars 598 forks source link

Cannot specialize protocol type 'Expectation' #1016

Closed andrrrr closed 1 year ago

andrrrr commented 1 year ago

What did you do?

Azure pipelines was failing screenshot tests consistently. I updated the libraries to the following versions. After that I get an error: Cannot specialize protocol type 'Expectation'

Screenshot 2022-11-07 at 14 39 07

What did you expect to happen?

I expected the Nimble-snapshots to work.

What actually happened instead?

Error, not able to run tests

Environment

younata commented 1 year ago

This is not a bug in Nimble.

Moreover, Nimble-snapshots has been updated for Nimble 11. The next released version of Nimble-Snapshots will support this.

ashfurrow commented 1 year ago

The new version of Nimble-Snapshots was just released: 9.5.0. You should be set 👍