iOS 开发 之 测试框架kiwi
1. 在Podfile中加入
target :VVStackTests, :exclusive => true do pod 'Kiwi/XCTest' end
2.下载kiwi模板
XCode->window->Package Manager->Templates->Kiwi Templates
1. 在Podfile中加入
target :VVStackTests, :exclusive => true do pod 'Kiwi/XCTest' end
2.下载kiwi模板
XCode->window->Package Manager->Templates->Kiwi Templates