Home > Enterprise >  Can't run ios test in xcode
Can't run ios test in xcode

Time:03-31

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?

enter image description here

CodePudding user response:

I would say Command U. You might also need to select UnitTest from targets.

  • Related