<div><div dir="auto">The framework search you are using is for macOS frameworks, if you want to dump ast for iOS related code, then you need to point it to the iOS SDK frameworks.</div></div><div dir="auto">Try to look at xcrun command for some hints on how to get the right path.</div><div dir="auto"><br></div><div dir="auto">I hope it helps.</div><div dir="auto"><br></div><div dir="auto">Cheers,</div><div dir="auto">Alex.</div><div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue 1. Oct 2019 at 15:24, Alberto Lagos via cfe-dev <<a href="mailto:cfe-dev@lists.llvm.org">cfe-dev@lists.llvm.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Sorry, i forgot to tell that clang show this error after run the command that i posted in the previous message:</div><div><br></div><div>MandatoryViewController.m:1:9: fatal error: module 'UIKit' not found<br>@import UIKit;</div><div><br></div><div>Thanks!<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">El mar., 1 oct. 2019 a las 9:15, Alberto Lagos (<<a href="mailto:alberto.lagos@gmail.com" target="_blank">alberto.lagos@gmail.com</a>>) escribió:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Hello, <br></div><div><br></div><div>I want to be able to print the AST of a .m file (Objective-C) i tried with <br></div><div><br></div><div> clang -fmodules -F/System/Library/Frameworks -Xclang -ast-dump -fsyntax-only MandatoryViewController.m<br></div><div><br></div><div>This file is part of a xcode file, so it has some dependencies.</div><div><br></div><div>Do any of you know what i need to do? so this can work?</div><div><br></div><div>Thanks in advance.<br></div></div>
</blockquote></div>
_______________________________________________<br>
cfe-dev mailing list<br>
<a href="mailto:cfe-dev@lists.llvm.org" target="_blank">cfe-dev@lists.llvm.org</a><br>
<a href="https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev" rel="noreferrer" target="_blank">https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev</a><br>
</blockquote></div></div>