Re: NSArray's objectAtIndex compiles to objectAtIndexedSubscript?
Re: NSArray's objectAtIndex compiles to objectAtIndexedSubscript?
- Subject: Re: NSArray's objectAtIndex compiles to objectAtIndexedSubscript?
- From: Bill Cheeseman <email@hidden>
- Date: Sun, 09 Mar 2014 07:05:33 -0400
On Mar 7, 2014, at 12:40 PM, Aaron Tuller <email@hidden> wrote:
> Is this by any chance a 32-bit app?
No, it is Standard Architectures (64-bit Intel)(x86_64).
The offending code is in a custom framework of mine installed in /Library/Frameworks, also Standard Architectures. No ARC -- everything is old fashioned retain-count memory management. The code does not use new Objective-C 2.0 features.
--
Bill Cheeseman - email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden