Re: Sudden problems with linking my project
Re: Sudden problems with linking my project
- Subject: Re: Sudden problems with linking my project
- From: Greg Titus <email@hidden>
- Date: Mon, 7 Jul 2003 21:53:20 -0700
On Monday, July 7, 2003, at 08:23 PM, Joseph Jones wrote:
Hi all,
For some reason, just today I started receiving a linker warning that
.objc_class_name_ResourceMap is an undefined symbol. I have changed
nothing in my code in or dealing with this class in any way. Can
anyone provide me with any hints on how I can debug and/or correct
this problem?
Please cc me on all replies as all I am currently not receiving list
emails directly (currently out of space on my mail server).
Hi Joe,
The compiler found references to the ResourceMap class (so the .h file
is fine), but the linker never found the actual implementation (the .m
file is missing). Most likely what has happened is that you've
accidently clicked on the checkbox to the left of ResourceMap.m in your
project, turning it off, and excluding that class from being built.
Hope this helps,
- Greg
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.