Creating a Framework: Adding Header Files
Creating a Framework: Adding Header Files
- Subject: Creating a Framework: Adding Header Files
- From: David Piasecki <email@hidden>
- Date: Wed, 5 Oct 2005 17:32:51 -0700
Maybe I'm just not reading this anywhere, but I'm having a difficult
time finding how to add header files to my framework. I created a new
palette, which by default includes a new framework. I included two
new classes (.h and .mm files) in the project alongside the filename
"Project.h". After building, the default "Project.h" file for the
palette gets included in the Headers directory for the framework, but
my added files are not included. The framework and palette work
great. I can use them in other apps, but I can't #import my new
header files from the framework because they aren't in there.
From the build output, I got the following...
CpHeader /Users/piasecda/Library/Frameworks/
TestPaletteFramework.framework/Versions/A/Headers/TestPalette.h
TestPalette.h
mkdir /Users/piasecda/Library/Frameworks/
TestPaletteFramework.framework/Versions/A/Headers
cd /Users/piasecda/Desktop/TestPalette
/System/Library/PrivateFrameworks/DevToolsCore.framework/
Resources/pbxcp -exclude .DS_Store -exclude CVS -exclude .svn -
resolve-src-symlinks /Users/piasecda/Desktop/TestPalette/
TestPalette.h /Users/piasecda/Library/Frameworks/
TestPaletteFramework.framework/Versions/A/Headers
Obviously wherever this type of operation gets set is where I should
be adding my 2 new classes, but I don't know what setting in the
Project to modify. If someone could please point me in the right
direction, it would definitely make my day!
Thanks,
David
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden