Sorry if this question is too vague, however I've tried this multiple times and see the same result. I'm pretty sure I'm doing something wrong, but don't know what.
- I have a Multiplatform (iOS and macOS) project that builds, and runs
- I add a new target of type Unit Test Bundle
- I click the diamond in the margin beside the XCTestCase declaration at the top of the new Test file
- The target project builds, then Xcode says 'Testing...' and it stays like this forever.
I've also tried creating a new scheme that targets the target created in the above steps. attempting to run my tests behaves the same. The top status bar will get stuck saying 'Testing...' and never get anywhere.
I'm pretty sure this is something basic. thanks, in advance for any guidance. Mike