Re: Where to look for the replacement for a deprecated API?
Re: Where to look for the replacement for a deprecated API?
- Subject: Re: Where to look for the replacement for a deprecated API?
- From: Beinan Li <email@hidden>
- Date: Mon, 09 Dec 2013 17:27:02 -0500
Thanks Jens.
Like I said, there is nothing in the Xcode's tooltip about where to look except for the warning I posted.
Based on your tip I did find the Debugger in IOLib.h Reference, but still there is no deprecation info there.
I did realize that that's part of OSX 10.8 SDK, so I tried to add Kernel.framework (where this header sits) and #include <IOKit/IOLib.h>, but then I get dependency issues
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Kernel.framework/Versions/A/Headers/IOKit/IOLib.h:44:10: 'IOKit/system.h' file not found
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/Kernel.framework/Versions/A/Headers/IOKit/IOLib.h:44:10: 'IOKit/system.h' file not found
Funny thing is that I set both Base SDK and Dev target to 10.8 but this error still goes to 10.9.sdk folder.
Beinan
_______________________________________________
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