naveed148
naveed148

Reputation: 548

KIF 3.0 (XCTest) tests from command line

My KIF tests are running fine from within the xcode however, when I run those from command line with following command, KIF tests are failing however all other unit tests (XCTest) are passing. My command below,

xcodebuild debug -workspace MyProject.xcworkspace -scheme sc -sdk iphonesimulator

Upvotes: 0

Views: 161

Answers (1)

Daniel
Daniel

Reputation: 26

Just add version to iphonesimulator, for example iphonesimulator10.2

Upvotes: 1

Related Questions