kiwi-bdd / Kiwi

Simple BDD for iOS
BSD 3-Clause "New" or "Revised" License
4.14k stars 512 forks source link

kiwi report error that' SenTestingKit/SenTestingKit.h file not found' #695

Closed DreamOfXM closed 7 years ago

DreamOfXM commented 7 years ago

I search in the internet and konw that SenTestingKit framwork is depreated,but you do not remove it from kiwi. when I run your progect ,it show a large piece of red error.I wondered if you were not maintaining it in the future?

orta commented 7 years ago

SenTestingKit was never shipped with Kiwi, it came with Xcode 4.x - and was replaced by XCTest by 5.x and onwards. You'll need to update Kiwi if you are moving Xcode versions.

DreamOfXM commented 7 years ago

I insatall your kiwi through pod kiwi,but install wrong version.I hope you can resolve it