Interface files being added to Sources
Interface files being added to Sources
- Subject: Interface files being added to Sources
- From: Paul Mix <email@hidden>
- Date: Sun, 26 Oct 2003 17:45:26 -0600
I have a project that I converted from PB to xcode. Whenever I add a
pair of interface (.h) & implementation (.m) files to the project,
they both get added as source files; thus when I try to compile the
project, I get tens of thousands of errors as xcode tries to actually
compile the .h file (and all indirectly-linked framework files, e.g.
Cocoa headers). To fix the problem I have to manually open the
"Sources" group in the Target and move the .h file into the "Headers"
group.
This is really annoying, as it happens whenever I add a new pair of
files. This doesn't seem to happen on projects initially created in
xcode, only on converted projects. Is there some setting that will
fix this, or do I need to re-create the whole project in xcode?
Thanks,
- Paul
--
Paul Mix
Franics Technical Services
email@hidden
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.