Replies: 3 comments
-
|
Updated to XCode 16.3, works fine. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I added a mention to the 16.3 requirement in the README and docs. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
BTW, if you add the .container trait to the @suite you don't need it in each @test. It's redundant and just adds overhead. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am currently working on a project and adding testing to it. I followed the instructions and added FactoryTesting to my Unit Test target, but it XCode doesn't recognize the dependency. Using Xcode 16.2 and the Swift Language Version is set to Swift 6.
Here is the dependency added.
An example of a test with the errors.
Swift Language Version

Beta Was this translation helpful? Give feedback.
All reactions