Brightify / Cuckoo

Boilerplate-free mocking framework for Swift!
MIT License
1.67k stars 174 forks source link

Unit Test failed with XCTAssertNotNil which asserts Cuckoo_macOSTests.ExcludedTestClass is not nil #436

Closed sk409 closed 1 year ago

sk409 commented 2 years ago

After I cloned Cuckoo's master branch and then run Unit Test(command + u), Unit Test failed with XCTAssertNotNil which asserts Cuckoo_macOSTests.ExcludeTestClass is not nil.

・Mac macOS Monterey 12.5.1

・Xcode 13.4.1

スクリーンショット 2022-09-11 17 19 58
MatyasKriz commented 1 year ago

I've tested this out before on the Tuist branch where all tests pass, so this must be some problem with the current project structure and hopefully it's fixed with the new consistent project structure. 🙂

MatyasKriz commented 1 year ago

Closing, as the Tuist changes have been merged to master. 🙂 I've tried running tests on all platforms (they're much more consistent now) and all of them pass.