Xcode 4: Run tests from the command line (xcodebuild)?

后端 未结 5 756
执笔经年
执笔经年 2020-11-30 18:00

I\'ve created a brand new iOS project in Xcode 4, and included unit tests. The default app has 2 targets, the main application and the unit test bundle. Using \"Product > Te

5条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-30 18:37

    xctool solves this issue: https://github.com/facebook/xctool

    we use it on our continuous integration server without problems

提交回复
热议问题