Re: Logic Testing on iOS devices is not supported.
Re: Logic Testing on iOS devices is not supported.
- Subject: Re: Logic Testing on iOS devices is not supported.
- From: Roland King <email@hidden>
- Date: Mon, 09 Dec 2013 10:07:34 +0800
On 9 Dec, 2013, at 1:44 am, Fritz Anderson <email@hidden> wrote:
> On Dec 8, 2013, at 1:50 AM, Roland King <email@hidden> wrote:
>
>> That rather defeats the point. The simulator is x86, I want to run the tests on arm64
>
> I'm running an app in the simulator (destination 64-bit Retina 4") right now. According to Activity Monitor, all processes with "sim" in the name are 64-bit, not x86. Xcode 5.0.2.
>
My using x86 loosely to mean 'intel'. Yes the sim is running 64 bit code, but it's running 64 bit Intel code not 64 bit ARM code and that's what I need to test, make sure my fairly extensive tests don't throw up some assumption I've made which isn't valid at 64 bit.
I wonder if this is because I'm trying to test a library (static). It's quite happy to do that on OSX, perhaps I need a full, if functionless, app on iOS in order to run tests. I'll try that later on.
_______________________________________________
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