I could run my app on simulator, but can’t run any tests. I think they could run only on simulator, but XCode does not show me any button with simulator. How to run test while ios development process?
I could run my app on simulator, but can’t run any tests. I think they could run only on simulator, but XCode does not show me any button with simulator. How to run test while ios development process?
2
Answers
You should "Test" the target instead of "Run" it.
I would say Command U (Run Test). You might also need to select UnitTest from targets.