Including framework headers fails after copying project
Including framework headers fails after copying project
- Subject: Including framework headers fails after copying project
- From: Ben Kazez <email@hidden>
- Date: Thu, 15 Dec 2005 18:01:22 -0500
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