Re: Using new stuff
Re: Using new stuff
- Subject: Re: Using new stuff
- From: Steve Mills <email@hidden>
- Date: Mon, 14 Nov 2016 20:41:34 -0600
On Nov 14, 2016, at 5:46 PM, Steve Mills < email@hidden> wrote:
Download the previous Xcode, install it into a different location, copy the 10.11 sdk into your current Xcode, then set your project to use that sdk. The 10.12 additions will cause compiler errors.
True, you can do that. But eventually you reach old versions of Xcode that won’t even run on 10.12, which limits how far back you can check.
Also, you’ll have problems if your Obj-C code uses syntax that older compilers don’t understand (even if it doesn’t require special runtime support), like object literals or custom bracket operators or generics.
I didn't say to run Xcode, I said to install it and takes its sdk.
|
_______________________________________________
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