Re: problem with finding framework header file under Xcode 4.5.2 (fixed)
Re: problem with finding framework header file under Xcode 4.5.2 (fixed)
- Subject: Re: problem with finding framework header file under Xcode 4.5.2 (fixed)
- From: Alan Condit <email@hidden>
- Date: Fri, 21 Dec 2012 13:01:23 -0800
> Date: Fri, 21 Dec 2012 09:58:07 +1100
> From: Shane Stanley <email@hidden>
> To: Xcode-users List <email@hidden>
> Subject: Re: problem with finding framework header file under Xcode
> 4.5.2
> Message-ID: <email@hidden>
> Content-Type: text/plain; charset=us-ascii
>
> 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/>
>
I had actually seen that and it didn't seem to work for me (at first). Then
I discovered that I had entered \Library\Frameworks instead of /Library/Frameworks.
That's what stopping programming for 6 or 7 months can do to you.
Thanks,
Alan
_______________________________________________
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