<div dir="ltr">I've been confronted to this kind of XCode/SDK version issues, and even though I did not dig up much, I found this post which encouraged using the SDK of the same version that the deployment target, so I went with it and it worked well for me: <a href="http://stackoverflow.com/a/15092753">http://stackoverflow.com/a/15092753</a><div><br></div><div>I listed which SDKs ships with each XCode as well as official download links in this google doc: <a href="https://docs.google.com/a/kitware.com/spreadsheets/d/16UBOr7wXHIqe4mxDXRSFVkJB2xzSw1Bba0VQjbHzSlU/edit?usp=sharing">https://docs.google.com/a/kitware.com/spreadsheets/d/16UBOr7wXHIqe4mxDXRSFVkJB2xzSw1Bba0VQjbHzSlU/edit?usp=sharing</a></div><div><br></div><div>There is also some link to a couple scripts I have been using to fixup my xcode with the previous SDKs, the latest being XCodeLegacy:</div><div><a href="https://github.com/devernay/xcodelegacy">https://github.com/devernay/xcodelegacy</a><br></div><div><br></div><div>hth,</div><div><br></div><div>Alexis</div><div><br></div><div class="gmail_extra">
<br><div class="gmail_quote">On Tue, Jan 3, 2017 at 3:19 PM, Marcus D. Hanwell <span dir="ltr"><<a href="mailto:marcus.hanwell@kitware.com" target="_blank">marcus.hanwell@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Tue, Jan 3, 2017 at 3:00 PM, Sean McBride <<a href="mailto:sean@rogue-research.com">sean@rogue-research.com</a>> wrote:<br>
> On Tue, 3 Jan 2017 14:50:50 -0500, Marcus D. Hanwell said:<br>
><br>
>>So that the binaries we ship work with older versions of the OS, or<br>
>>that is my understanding and why we have continued to do this.<br>
><br>
> Ah, no, that's a common misconception.  There is a different setting called "deployment target" that decides the oldest version of the OS that binaries will run on.  It's called "CMAKE_OSX_DEPLOYMENT_TARGET" in cmake.  So it's perfectly OK to use Xcode 8 with its 10.12 SDK but with deployment target set to say 10.9.  Then your binary will work on >= 10.9.  It's a much better choice than hacking your Xcode.<br>
><br>
</span>We should take a look at that then, I was still under the impression<br>
we needed to hack our XCode. I will leave it in place for now, and see<br>
what happens.<br>
<span class="HOEnZb"><font color="#888888"><br>
Marcus<br>
</font></span><div class="HOEnZb"><div class="h5">______________________________<wbr>_________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtk-developers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>vtk-developers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/vtk-developers" rel="noreferrer" target="_blank">http://public.kitware.com/<wbr>mailman/listinfo/vtk-<wbr>developers</a><br>
<br>
</div></div></blockquote></div><br></div></div>