Xcode 5 - -bundle_loader can only be used with -bundle XCTest

后端 未结 1 879
孤街浪徒
孤街浪徒 2020-12-16 20:58

I am working on unit tests with XCTest and Xcode 5. Everything was working just fine, but then a colleague made a push, and it seems to have broken it.

I have done th

相关标签:
1条回答
  • 2020-12-16 21:47

    The Mach-O Linker flag in the test target was set to "executable" instead of "bundle".

    0 讨论(0)
提交回复
热议问题