Re: problem with finding framework header file under Xcode 4.5.2
Re: problem with finding framework header file under Xcode 4.5.2
- Subject: Re: problem with finding framework header file under Xcode 4.5.2
- From: Shane Stanley <email@hidden>
- Date: Fri, 21 Dec 2012 09:58:07 +1100
On 21/12/2012, at 7:10 AM, Alan Condit <email@hidden> wrote:
> I copied the new ANTLR.framework to /Library/Frameworks (just like I have always done).
>
> Now I am working on my ST4 framework. I am getting errors that it cannot find 'ANTLR/ANTLR.h' below is the error message.
>
> In file included from /Users/acondit/source/antlr/code/stringtemplate4/objc/main/ST4/../compiler/GroupParser.m:20:
> /Users/acondit/source/antlr/code/stringtemplate4/objc/main/ST4/../compiler/GroupParser.h:7:9: fatal error: 'ANTLR/ANTLR.h' file not found
> #import <ANTLR/ANTLR.h>
> ^
> 1 error generated.
>
> I am using
> #import <ANTLR/ANTLR.h>
> which has worked fine under past versions of Xcode.
>
> Can anyone help me figure out what is going on?
I think this is the same issue I posted about recently. You need to add /Library/Frameworks/ to Framework Search Paths in build settings -- it no longer seems to be searched automatically.
--
Shane Stanley <email@hidden>
'AppleScriptObjC Explored' <www.macosxautomation.com/applescript/apps/>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden