<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">I think I see… on my machine CloudKit is in PrivateFrameworks</div><div class=""><br class=""></div><div class="">If you replace the #import with an @class CKDatabase; forward-declaration does anything improve?</div><div class=""><br class=""></div><div class="">Failing even that, I will need to change this test to use a more publicly available class</div><br class=""><div><blockquote type="cite" class=""><div class="">On May 12, 2015, at 1:51 PM, Vince Harron <<a href="mailto:vince@nethacker.com" class="">vince@nethacker.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class="">Note that the 6.1.1 mac's clang *does* include</div><div class=""><br class=""></div><div class=""><span style="color:rgb(38,38,38);font-size:12.8000001907349px;line-height:16px" class="">/Applications/Xcode.app/</span><span style="color:rgb(38,38,38);font-size:12.8000001907349px;line-height:16px" class="">Contents/Developer/Platforms/</span><span style="color:rgb(38,38,38);font-size:12.8000001907349px;line-height:16px" class="">MacOSX.platform/Developer/</span><span style="color:rgb(38,38,38);font-size:12.8000001907349px;line-height:16px" class="">SDKs/MacOSX10.10.sdk/System/</span><span style="color:rgb(38,38,38);font-size:12.8000001907349px;line-height:16px" class="">Library/Frameworks</span><br class=""></div><div class=""><span style="color:rgb(38,38,38);font-size:12.8000001907349px;line-height:16px" class=""><br class=""></span></div><div class=""><span style="color:rgb(38,38,38);font-size:12.8000001907349px;line-height:16px" class="">(It gets past the include failure)</span></div><div class=""><span style="color:rgb(38,38,38);font-size:12.8000001907349px;line-height:16px" class=""><br class=""></span></div></div><div class="gmail_extra"><br class=""><div class="gmail_quote">On Tue, May 12, 2015 at 1:48 PM, Vince Harron <span dir="ltr" class=""><<a href="mailto:vince@nethacker.com" target="_blank" class="">vince@nethacker.com</a>></span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr" class="">I've done a little investigating on this.<div class=""><br class=""></div><div class="">On my MacPro (Xcode 6.2), the inferior binary fails to build because it can't find a header file.</div><div class=""><br class=""></div><div class=""><div class="">os command: make MAKE_DSYM=NO ARCH=x86_64 CC="clang" </div><div class="">with pid: 14574</div><div class="">stdout: clang -g -O0 -arch x86_64   -I/Users/vharron/ll/tot/lldb/test/make/../../include -include /Users/vharron/ll/tot/lldb/test/make/test_common.h   -c -o main.o main.m</div><div class=""><br class=""></div><div class="">stderr: main.m:6:9: fatal error: 'CloudKit/CloudKit.h' file not found</div><div class="">#import <CloudKit/CloudKit.h></div><div class="">        ^</div><div class="">1 error generated.</div><div class="">main.m:6:9: fatal error: 'CloudKit/CloudKit.h' file not found</div><div class="">#import <CloudKit/CloudKit.h></div><div class="">        ^</div><div class="">1 error generated.</div><div class="">make: *** [main.o] Error 1</div><div class=""><br class=""></div></div><div class=""><div class=""><div class="">vharron-macpro3:test vharron$ find / -name CloudKit.framework 2>/dev/null</div><div class="">/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CloudKit.framework</div><div class="">/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/Frameworks/CloudKit.framework</div><div class="">/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks/CloudKit.framework</div></div><div class=""><br class=""></div><div class=""></div></div><div class="">That mac's clang -v reports:</div><div class=""><br class=""></div><div class=""><div class="">vharron-macpro3:test vharron$ cat main.cpp<br class=""></div></div><div class=""><div class="">int main() {return 0;}</div><div class="">vharron-macpro3:test vharron$ clang -v main.cpp</div><div class="">Apple LLVM version 6.0 (clang-600.0.56) (based on LLVM 3.5svn)</div><div class="">[snip]</div><div class="">clang -cc1 version 6.0 based upon LLVM 3.5svn default target x86_64-apple-darwin13.4.0<br class=""></div><div class="">ignoring nonexistent directory "/usr/include/c++/v1"</div><div class="">ignoring nonexistent directory "/usr/local/include"</div><div class="">#include "..." search starts here:</div><div class="">#include <...> search starts here:</div><div class=""> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1</div><div class=""> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/6.0/include</div><div class=""> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include</div><div class=""> /usr/include</div><div class=""> /System/Library/Frameworks (framework directory)</div><div class=""> /Library/Frameworks (framework directory)</div><div class="">End of search list.</div><div class="">[snip]</div></div><div class=""><br class=""></div><div class="">Notice that </div><div class="">/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks<br class=""></div><div class="">Is not in the list.</div><div class=""><br class=""></div><div class="">I think that upgrading to Xcode 6.2 is what made clang lose this path.</div><div class=""><br class=""></div><div class="">On a XCode 6.1.1 mac, we have the path, but we get a different compile error (I'll send that to you when I can reproduce it.):</div><div class=""><br class=""></div><div class="">[snip]</div><div class=""><div class=""><font color="#262626" class=""><span style="line-height:16px" class="">clang -cc1 version 6.0 based upon LLVM 3.5svn default target x86_64-apple-darwin13.4.0</span></font></div><div class=""><font color="#262626" class=""><span style="line-height:16px" class="">ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include/c++/v1"</span></font></div><div class=""><font color="#262626" class=""><span style="line-height:16px" class="">ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/local/include"</span></font></div><div class=""><font color="#262626" class=""><span style="line-height:16px" class="">ignoring nonexistent directory "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/Library/Frameworks"</span></font></div><div class=""><font color="#262626" class=""><span style="line-height:16px" class="">#include "..." search starts here:</span></font></div><div class=""><font color="#262626" class=""><span style="line-height:16px" class="">#include <...> search starts here:</span></font></div><div class=""><font color="#262626" class=""><span style="line-height:16px" class=""> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1</span></font></div><div class=""><font color="#262626" class=""><span style="line-height:16px" class=""> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/clang/6.0/include</span></font></div><div class=""><font color="#262626" class=""><span style="line-height:16px" class=""> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include</span></font></div><div class=""><font color="#262626" class=""><span style="line-height:16px" class=""> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/usr/include</span></font></div><div class=""><font color="#262626" class=""><span style="line-height:16px" class=""> /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk/System/Library/Frameworks (framework directory)</span></font></div><div class=""><font color="#262626" class=""><span style="line-height:16px" class="">End of search list.</span></font></div></div><div class="">[snip]</div><div class=""><br class=""></div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br class=""><div class="gmail_quote">On Tue, May 12, 2015 at 10:56 AM, Enrico Granata <span dir="ltr" class=""><<a href="mailto:egranata@apple.com" target="_blank" class="">egranata@apple.com</a>></span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word" class=""><br class=""><div class=""><blockquote type="cite" class=""><div class=""><div class=""><div class="">On May 10, 2015, at 12:21 AM, Vince Harron <<a href="mailto:vharron@google.com" target="_blank" class="">vharron@google.com</a>> wrote:</div><br class=""></div></div><div class=""><div class=""><div class=""><div dir="ltr" class="">Should the dependency be removed or require CloudKit to run the tests?<br clear="all" class=""><div class=""><br class=""></div>-- <br class=""><div class=""><div dir="ltr" class=""><br class=""><table cellspacing="0" cellpadding="0" style="font-family:'Times New Roman'" class=""><tbody class=""><tr style="color:rgb(85,85,85);font-family:sans-serif;font-size:small" class=""><td nowrap="" style="border-top-style:solid;border-top-color:rgb(213,15,37);border-top-width:2px" class="">Vince Harron |</td><td nowrap="" style="border-top-style:solid;border-top-color:rgb(51,105,232);border-top-width:2px" class=""> Technical Lead Manager |</td><td nowrap="" style="border-top-style:solid;border-top-color:rgb(0,153,57);border-top-width:2px" class=""> <a href="mailto:vharron@google.com" target="_blank" class="">vharron@google.com</a> |</td><td nowrap="" style="border-top-style:solid;border-top-color:rgb(238,178,17);border-top-width:2px" class=""> <a href="tel:858-442-0868" value="+18584420868" target="_blank" class="">858-442-0868</a></td></tr></tbody></table><br class=""></div></div>
</div></div></div>
_______________________________________________<br class="">lldb-dev mailing list<br class=""><a href="mailto:lldb-dev@cs.uiuc.edu" target="_blank" class="">lldb-dev@cs.uiuc.edu</a><br class=""><a href="http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev" target="_blank" class="">http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev</a><br class=""></div></blockquote></div><br class=""><div class="">Is there a specific issue with the CloudKit framework?</div><div class="">
<div style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;" class=""><br class="">Thanks,</div><div style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;" class=""><i class="">- Enrico</i><br class="">📩 egranata@<font color="#ff2600" class=""></font>.com <span id="cid:260e@goomoji.gmail"><emoji_u260e.png></span>️ 27683</div>
</div>
<br class=""></div><br class="">_______________________________________________<br class="">
lldb-dev mailing list<br class="">
<a href="mailto:lldb-dev@cs.uiuc.edu" target="_blank" class="">lldb-dev@cs.uiuc.edu</a><br class="">
<a href="http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev" target="_blank" class="">http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev</a><br class="">
<br class=""></blockquote></div><br class=""></div>
</div></div></blockquote></div><br class=""></div>
</div></blockquote></div><br class=""><div class="">
<div class="" style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><br class="Apple-interchange-newline">Thanks,</div><div class="" style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><i class="">- Enrico</i><br class="">📩 egranata@<font color="#ff2600" class=""></font>.com ☎️ 27683</div>
</div>
<br class=""></body></html>