I would like to know how you check that your code do not call not available methods when the deployment target is inferior to base SDK ?
It is possible to run the application on a device with the SDK equal to deployment target, but I search a way more ‘automatic’. Any idea ?
Regards,
Quentin
best way to do that which i found: compile code with old SDK 🙂 link which can help
I think this question is releated with next
I belive that someday Apple allow to compile project for old SDK by simple defining
#define __IPHONE_OS_VERSION_MAX_ALLOWED __IPHONE_3_0upd: I found solution here
4.3 5.0 and 5.1 SDK just fail to compile after trying to redefine this macro