Logic Testing on iOS devices is not supported.
Logic Testing on iOS devices is not supported.
- Subject: Logic Testing on iOS devices is not supported.
- From: Roland King <email@hidden>
- Date: Sun, 08 Dec 2013 15:50:50 +0800
I just started to build a 64bit version of one of my libraries, this is Xcode 5.x of course, and wanted to run the unit tests which I've carefully ported over to XCTest. As some of the functions do bit twiddling and operate on large integers of course I wanted to run on the device, make sure I have byte ordering issues correct and I'm using correct types. So I plugged a device in and ran the tests and got
"Logic Testing on iOS devices is not supported. You can run logic tests on the Simulator."
That rather defeats the point. The simulator is x86, I want to run the tests on arm64
Now I thought the whole video at WWDC about testing showed tests being performed by robots on actual devices connected to the testing box by cables. So clearly unit tests DO work on devices. What could I have done wrong here?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden