Where is sel_isEqual()
Where is sel_isEqual()
- Subject: Where is sel_isEqual()
- From: "Gerriet M. Denkmann" <email@hidden>
- Date: Sat, 13 Oct 2012 19:44:21 +0700
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.
_______________________________________________
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