Xcode 5: Unit Tests not running

前端 未结 5 2578
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-02-20 05:15

I created a few test cases and they all passed... That\'s because they are not being run.

From Xcode, I get:

Test Suite \'All tests\' started at...
Test Suite          


        
5条回答
  •  花落未央
    2021-02-20 05:37

    For me worked changing "Wrapper extension" from "octest" to "xctest" in Build Settings for tests target

    enter image description here

提交回复
热议问题