Quick / Nimble

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

Nimble tests are skipped when executing them in Xcode 13.3 #977

Closed IevgenMokeiev closed 2 years ago

IevgenMokeiev commented 2 years ago

What did you do?

I was building unit tests using Xcode 13.3.

What did you expect to happen?

I expected tests to be working, as it was on previous Xcode versions.

What actually happened instead?

All of the tests which were written using Nimble were not executed. It was not possible to get them to work individually. Disabling / enabling them also didn't help.

Environment

List the software versions you're using:

Please also mention which package manager you used and its version. Delete the other package managers in this list:

zbencz3 commented 2 years ago

Please see https://github.com/Quick/Quick/pull/1129

IevgenMokeiev commented 2 years ago

Thank you! I will point my project to the main branch then.