• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Including framework headers fails after copying project
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Fwd: Including framework headers fails after copying project [SOLVED]
      • From: Ben Kazez <email@hidden>
  • Prev by Date: Re: Debugger Error
  • Next by Date: Re: Shark problems
  • Previous by thread: Re: Debugger Error
  • Next by thread: Fwd: Including framework headers fails after copying project [SOLVED]
  • Index(es):
    • Date
    • Thread