Re: Would you expect to see a warning about things that aren't supported in the deployment target OS?
Re: Would you expect to see a warning about things that aren't supported in the deployment target OS?
- Subject: Re: Would you expect to see a warning about things that aren't supported in the deployment target OS?
- From: G S <email@hidden>
- Date: Tue, 17 Apr 2012 17:40:36 -0700
Thanks for your thorough response, Fritz.
What you did set was the deployment target, "the minimum version you're going to run on." The resulting binary will run on the OS you target. You can still use the features of a later SDK, but what's in the SDK-minus-target is "weak linked:" The symbols aren't required to exist for your app to load, you can test whether they are available, and you won't crash unless you actually use a symbol that's not available at run time.
Yep. Now I'll have put tests in to check the OS version and post an update.
Regards,
Gavin
_______________________________________________
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