iOS 开发 之 测试框架kiwi

1. 在Podfile中加入

target :VVStackTests, :exclusive => true do 
   pod 'Kiwi/XCTest' 
end 

2.下载kiwi模板

XCode->window->Package Manager->Templates->Kiwi Templates

原文地址:https://www.cnblogs.com/SimonGao/p/5274285.html