<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class=""><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="gmail_quote"><div dir="ltr" class=""><br class=""></div><div dir="ltr" class="">On Sun, Nov 11, 2018 at 5:36 PM Perry E. Metzger <<a href="mailto:perry@piermont.com" target="_blank" class="">perry@piermont.com</a>> wrote:<br class=""></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">As some of you are aware, XCode 10 no longer searches SDK include<br class="">
directories for C headers specified with " marks, as in<br class="">
<br class=""></blockquote></div></blockquote></div></div></blockquote><br class=""></div><div>And vice-versa — it will no longer search the source path for any files specified with angled brackets either.</div><div><br class=""></div><div>#include <myheader.h></div><div><br class=""></div><div>just fails.</div><div><br class=""></div><div><br class=""></div><div>I can see the logic. Uncertainty makes the source of the header file less certain, causes errors if people happen to name headers with poorly-chosen names, so this reduces bugs.</div><div><br class=""></div><div>the release notes were pretty clear that this was completely on purpose.</div><div><br class=""></div><div>I’m sure there were many meetings in boardrooms where this was already settled.</div><div><br class=""></div><div>Ken</div></body></html>