我在Swift中进行单元测试,遇到了问题.每次运行测试时,都会收到错误消息:
Could not cast value of type 'app.AppDelegate' to 'app_Tests.AppDelegate'
我确保从测试包中取消选中AppDelegate,并且视图控制器无法再访问应用程序委托.有没有人有这个问题的解决方案.提前致谢!
unit-testing ios swift
ios ×1
swift ×1
unit-testing ×1