• 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: Where is sel_isEqual()
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Where is sel_isEqual()


  • Subject: Re: Where is sel_isEqual()
  • From: Christiaan Hofman <email@hidden>
  • Date: Sat, 13 Oct 2012 14:53:17 +0200

On Oct 13, 2012, at 14:44, Gerriet M. Denkmann wrote:

> Xcode 4.5.1 tells me that both sel_getName and sel_isEqual are defined in runtime.h.
>
> When I use both functions sel_getName is found in /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk/usr/include/objc/objc.h and sel_isEqual is not found at all.
>
> When I add:
> #import </usr/include/objc/runtime.h>
> it works, but shouldn't this some path relative to the SDK chosen?
>
> Gerriet.

Use
#import <objc/runtime.h>

Christiaan


 _______________________________________________
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

References: 
 >Where is sel_isEqual() (From: "Gerriet M. Denkmann" <email@hidden>)

  • Prev by Date: Where is sel_isEqual()
  • Next by Date: Re: Finding the Xcode 4 "Build Products Path"
  • Previous by thread: Where is sel_isEqual()
  • Next by thread: ARC settings for IB
  • Index(es):
    • Date
    • Thread