Re: Clang "File not found" - in cocoa app
Re: Clang "File not found" - in cocoa app
- Subject: Re: Clang "File not found" - in cocoa app
- From: Charles Srstka <email@hidden>
- Date: Sat, 20 Apr 2013 13:21:56 -0500
On Apr 18, 2013, at 2:51 AM, Christ Levesque <email@hidden> 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 (email@hidden)
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:
This email sent to email@hidden