On Apr 18, 2013, at 2:51 AM, Christ Levesque <iapplechocol...@me.com> wrote:
> I used clang in my cocoa app but it doesn't find Clang/Index.h. The error is > "File not found". I linked to clang but again it doesn't find it. Anybody > knows what's the problem. Assuming you're trying to use libclang for something, the path in your #include statement should be clang-c/Index.h, not Clang/Index.h. Also, make sure the path to the include directory containing the libclang headers is listed in Header Search Paths in your project build settings. Charles _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com