Hi List,
I have looked all over for this, but can't seem to find a way. I want Xcode to emit an error when I try using functions that are not available in 10.3.9 and earlier while at the same time compiling against the 10.4u SDK. Is there a way to do this.
I have tried setting these defines…
#define MAC_OS_X_VERSION_MIN_REQUIRED MAC_OS_X_VERSION_10_3 #define MAC_OS_X_VERSION_MAX_ALLOWED MAC_OS_X_VERSION_10_3
…all this does is get me a deprecated warning like such
/Users/davidalger/Software Engineering/Source Libraries/FFS Registration/Driver/../FFSRegistration.cpp:499: warning: 'HIViewSetText' is deprecated (declared at /Developer/SDKs/MacOSX10.4u.sdk/System/Library/Frameworks/Carbon.framework/Frameworks/HIToolbox.framework/Headers/HIView.h:1205)
I can look for these to make sure I don't use anything that I can't but, it would be nice to have an error instead. Also, would this be considered a bug that it's showing as deprecated?
TIA, David
-- David Alger, Software Engineer Family Friendly Software, LLC |