Closed andreyz closed 3 years ago
This shouldn't be necessary because we provide a stubbed implemented of XCTFail
in non-debug builds:
That was released in 0.2.0 of xctest-dynamic-overlay. I believe if you update your packages to their latest versions it should work fine.
We could do a better job of forcing SPM to pull in 0.2.0 of cutest-dynamic-overlay by pinning the TCA version in the library to 0.25.0, which is when TCA bumped to 0.2.0.
What do you think about making that change instead?
We could do a better job of forcing SPM to pull in 0.2.0 of cutest-dynamic-overlay by pinning the TCA version in the library to 0.25.0, which is when TCA bumped to 0.2.0.
What do you think about making that change instead?
@mbrandonw sounds good!
Should fix #14