Project Builder weirdness...
Project Builder weirdness...
- Subject: Project Builder weirdness...
- From: Johann Hibschman <email@hidden>
- Date: Sat, 22 Sep 2001 18:57:00 -0700
Hi folks,
I'm sorry if this is a naive question, but where can I find good docs
about what Project Builder is doing? I've suddenly run into a problem
building one of my projects, and I don't know what I did wrong.
First, I get a warning that my project depends on itself, I don't know
why. Then, the build process fails because it tries to run,
essentially, "cc -c file.m -o file.o", which causes an error.
This problem occurred after I moved some of the project library files
out into a separate framework project, so I imagine that is somehow
related, but I can't say why.
Can anyone point me in the right direction?
Thanks,
--Johann