Xcode project scheme is not currently configured for the test action

前端 未结 8 1766
旧巷少年郎
旧巷少年郎 2020-12-29 01:02

I am trying to run an Xcode unit test for my iOS application. I am willing to do it on an iPad connected via USB to a Mac. I am trying to run the test from the command line

8条回答
  •  执笔经年
    2020-12-29 01:15

    For me the problem was that no tests were added to my scheme:

    By adding test bundles to my scheme via the '+' button then the scheme could be built by Xcode and xcodebuild.

提交回复
热议问题