problem with finding framework header file under Xcode 4.5.2
problem with finding framework header file under Xcode 4.5.2
- Subject: problem with finding framework header file under Xcode 4.5.2
- From: Alan Condit <email@hidden>
- Date: Thu, 20 Dec 2012 12:10:13 -0800
I just got a new Mac Mini and installed Xcode 4.5.2 and am trying to recompile a couple of Frameworks that I built under Xcode 4.0.2.
The first framework built just fine (after a few little stumbles). 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?
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