Re: Find replacement for deprecated APIs
Re: Find replacement for deprecated APIs
- Subject: Re: Find replacement for deprecated APIs
- From: Beinan Li <email@hidden>
- Date: Thu, 21 Feb 2013 11:50:56 -0500
Ok, at least I figured out for
NSUnLinkModule/NSLinkModule/NSCreateObjectFileImageFromFile/NSDestroyObjectFileImage/NSLookupSymbolInModule/NSAddressOfSymbol, I should just use the dlopen/dlsym cross-platform API set. But still not sure what to use for NSLinkEditError and _dyld_present.
On Thu, Feb 21, 2013 at 11:25 AM, Beinan Li
<email@hidden> wrote:
Our project has lots of warnings about deprecated APIs, such as
warning: 'NSLinkEditError' is deprecated [-Wdeprecated-declarations]
warning: 'NSUnLinkModule' is deprecated [-Wdeprecated-declarations]
warning: '_dyld_present' is deprecated [-Wdeprecated-declarations]
warning: 'NSCreateObjectFileImageFromFile' is deprecated [-Wdeprecated-declarations]
warning: 'NSDestroyObjectFileImage' is deprecated [-Wdeprecated-declarations]
warning: 'NSLookupSymbolInModule' is deprecated [-Wdeprecated-declarations]
warning: 'NSAddressOfSymbol' is deprecated [-Wdeprecated-declarations]
I wonder where I can quickly find replacement for them.
It's not obvious anywhere in the doc or on the web.
Thanks!
_______________________________________________
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