标签: ios xcode xctest
使用XCTest编写单元测试时,为什么我必须得到我的应用程序的主要包?
Bundle(for: SomeClass.self)
为什么Bundle.main没有给我测试主捆的目标?
Bundle.main