Re: Possible for a running iOS app to determine if its in 32 bit or 64 bit
Re: Possible for a running iOS app to determine if its in 32 bit or 64 bit
- Subject: Re: Possible for a running iOS app to determine if its in 32 bit or 64 bit
- From: Joar Wingfors <email@hidden>
- Date: Sat, 15 Nov 2014 17:37:34 -0800
It's easy to provide architecture specific code via the __LP64__ preprocessor macro:
<https://developer.apple.com/library/ios/documentation/General/Conceptual/CocoaTouch64BitGuide/Major64-BitChanges/Major64-BitChanges.html>
Joar
> On 15 nov 2014, at 17:24, David Hoerl <email@hidden> wrote:
>
> I am trying to make a point that some complicated gloming of code has resulted in a 64 bit app. Of course the app is build 32 and 64 bit, so its possible (but highly unlikely) that the 32 bit version was actually launched, not the 64 bit, for who knows what reason. [I'm actually running it via Xcode now, on a 64 bit device0.]
>
> I'm looking for any API I can use to settle this once and for all. As always, any pointers most appreciated.
>
> David
> _______________________________________________
> 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
_______________________________________________
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