XCode 'can't find' sources
XCode 'can't find' sources
- Subject: XCode 'can't find' sources
- From: "Karan, Cem (Civ,ARL/CISD)" <email@hidden>
- Date: Mon, 15 Dec 2003 13:00:04 -0500
- Thread-topic: XCode 'can't find' sources
I'm having the oddest problem with one XCode project that I set up; I
added a bunch of source and header directories to the group window
(dragged them there) and, for all but one of them, the folder icons in
the group window to the left turned beige, but one of them turned blue
(no idea if that is important or not, I don't know what the color codes
mean) When I tried to compile, XCode complained that it couldn't find
certain symbols that were (low and behold) inside of the one blue
folder. I opened Targets/<myTarget>/Headers and realized that the
headers for everything the blue folder were missing; no problem, I
dragged the headers from the blue folder, and they added in fine. I
tried to drag the .c files from the blue folder to
Targets/<myTarget>/Sources, but XCode refused to move them there. The
result is that although the files are in the project (in the blue
folder) they aren't being compiled in, and I don't know what to do to
make them get compiled in. The only workaround that I found to work was
to delete the project, create the groups using the 'New Group' command,
and then dragging in the individual files. This works, but is slow.
Any good ideas out there?
Thanks,
Cem Karan
_______________________________________________
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.