Re: More link errors
Re: More link errors
- Subject: Re: More link errors
- From: kelly jacklin <email@hidden>
- Date: Wed, 5 May 2004 05:31:20 -0700
On May 5, 2004, at 5:02 AM, Mikael Hillborg wrote:
To those who are interested, this bug doesn't apply to frameworks
only, but
I've noticed that it can happen to files in general, which are added
to the
project in XCode 1.1. If you get link errors, which indicate that an
implementation (.cpp) file is missing, then try deleting the reference
from the project and add it again. Or if it's a framework, then try
adding the frameworks using the link flags syntax.
It sounds to me like you are not including the files/frameworks in your
target. The symptoms you site are consistent with the files being
added to the project, but not to your target. If you get this again,
look in your target (open the "Targets" disclosure triangle, and then
the one for your target), and look in the "Sources" and/or "Frameworks"
bins, and I think you will find that the source files and/or frameworks
are not listed there. To fix this, drag the source files from the file
list into the "Sources" bin (or same for the Frameworks).
kelly
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.