• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: NSArray's objectAtIndex compiles to objectAtIndexedSubscript?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: NSArray's objectAtIndex compiles to objectAtIndexedSubscript?


  • Subject: Re: NSArray's objectAtIndex compiles to objectAtIndexedSubscript?
  • From: Greg Parker <email@hidden>
  • Date: Sun, 09 Mar 2014 04:28:26 -0700

On Mar 9, 2014, at 4:09 AM, Bill Cheeseman <email@hidden> wrote:
> On Mar 7, 2014, at 2:42 PM, Greg Parker <email@hidden> wrote:
>> The arclite glue library is supposed to add that method at runtime if it does not exist.
>>
>> Perhaps arclite is not being linked in somehow? The machinery for linking arclite is complicated and I forget what it is supposed to look like in your build transcript.
>
> My code does not use ARC.

Doesn't matter. "libarclite" is an increasingly inaccurately-named library of Objective-C glue code. It's no longer just for ARC.

If it's not linked into your project then object subscripting will fail on 10.6.


--
Greg Parker     email@hidden     Runtime Wrangler



_______________________________________________

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


References: 
 >NSArray's objectAtIndex compiles to objectAtIndexedSubscript? (From: Bill Cheeseman <email@hidden>)
 >Re: NSArray's objectAtIndex compiles to objectAtIndexedSubscript? (From: Kyle Sluder <email@hidden>)
 >Re: NSArray's objectAtIndex compiles to objectAtIndexedSubscript? (From: Greg Parker <email@hidden>)
 >Re: NSArray's objectAtIndex compiles to objectAtIndexedSubscript? (From: Bill Cheeseman <email@hidden>)

  • Prev by Date: Re: NSArray's objectAtIndex compiles to objectAtIndexedSubscript?
  • Next by Date: NSDecimalNumber queries
  • Previous by thread: Re: NSArray's objectAtIndex compiles to objectAtIndexedSubscript?
  • Next by thread: Re: NSArray's objectAtIndex compiles to objectAtIndexedSubscript?
  • Index(es):
    • Date
    • Thread