XCTest: Crashing in XCTestExpectations in iOS

强颜欢笑 提交于 2020-01-06 20:23:19

问题


When I run my unit test scripts, it is crashing at ""waitForExpectationWithTimeout" in "ServiceTest" class.

If I run test scripts for this "ServiceTest" class alone, then it is working properly without crash. But if I run test scripts for entire project, I am getting this crash. I am clueless on why and what this crash means. Appreciate any help. Thanks.

来源:https://stackoverflow.com/questions/33576790/xctest-crashing-in-xctestexpectations-in-ios

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!