Fwd: Including framework headers fails after copying project [SOLVED]
Fwd: Including framework headers fails after copying project [SOLVED]
- Subject: Fwd: Including framework headers fails after copying project [SOLVED]
- From: Ben Kazez <email@hidden>
- Date: Fri, 16 Dec 2005 09:20:33 -0500
Never mind. I needed to set the role of the WidgetBoss.h header to
"public" instead of "project." Sorry!
Ben
Begin forwarded message:
From: Ben Kazez <email@hidden>
Date: December 15, 2005 6:01:22 PM EST
To: email@hidden
Subject: Including framework headers fails after copying project
I had a working Xcode project with multiple targets, including a
framework, that was stored on a disk on a different computer. When
I check out the code onto my current computer, framework header
inclusion fails. On this line:
#import <WidgetBoss/WidgetBoss.h>
gcc says:
error: WidgetBoss/WidgetBoss.h: No such file or directory
However, if I change the line to include only the header file I
need (#import <WidgetBoss/WBClientController.h>), then it works
perfectly.
I've read the documentation for adding private frameworks to
targets (copy phase, using the Frameworks directory inside the app
bundle, dependencies, etc.). To my knowledge, nothing has changed
except that I'm now on a new G5.
What could I be doing wrong? Any possible explanations would be great.
Ben
_______________________________________________
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