Re: Build error MasterObjectFile.combine
Re: Build error MasterObjectFile.combine
- Subject: Re: Build error MasterObjectFile.combine
- From: Christian Molick <email@hidden>
- Date: Mon, 22 Oct 2001 06:53:32 -0700
When I #import the header file of one of my classes into the main.m file
of
the project, I get a "see build log for details" error and the build log
says:
...failed MasterObjectFile.combine ......./master.o
What is the problem? I have not been able to find any information on this
problem. Thank you.
Combining object files to make a master object file is a prelink step done
with the linker. In the Preferences pane for building turn build logging
to detailed and look in the build log for the linker error. The problem
is that some messages from the linker are not parsed by Project Builder,
so it can't yet display the problem in the upper part of the build pane
even though the errors should show up in the bottom part of the window
when detailed logging is enabled.
ChristianM