We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I added ViewControllerPresentationSpy as an SPM dependency.
ViewControllerPresentationSpy
When building the unit test target I am getting
Cannot find 'XCTFail' in scope Macro 'XCTFail' unavailable: function like macros not supported
Cannot find 'XCTFail' in scope
compile time errors in AlertVerifier, DismissalVerifier, e.t.c. wherever an XCT... function is used.
AlertVerifier
DismissalVerifier
XCT...
Could you, please help me understand what could cause there errors?
Thanks in advance.
PS.: I am using Nimble, as well. It uses the XCT... functions, too and I do not get these compile-time errors with it.
Nimble
The text was updated successfully, but these errors were encountered:
Apologies, I didn't see your issue until just now.
Is it possible for you to share your code with me? Feel free to email me.
Sorry, something went wrong.
You can also compare against the SwiftSamplePackage in this repo.
No branches or pull requests
I added
ViewControllerPresentationSpy
as an SPM dependency.When building the unit test target I am getting
compile time errors in
AlertVerifier
,DismissalVerifier
, e.t.c. wherever anXCT...
function is used.Could you, please help me understand what could cause there errors?
Thanks in advance.
PS.: I am using
Nimble
, as well. It uses theXCT...
functions, too and I do not get these compile-time errors with it.The text was updated successfully, but these errors were encountered: