Object code missing from .a file
Object code missing from .a file
- Subject: Object code missing from .a file
- From: Andrew Duncan <email@hidden>
- Date: Tue, 23 Mar 2004 15:07:52 -0800
I'm building a conventional static library, but it seems to be missing
code that is being compiled by Xcode. That is,
- I see the names of the classes flash by as they are compiled.
- If I insert errors in the classes those are caught.
- The build/Objects-normal/ppc directory does contain
(for example) MyClass.o
But...
- Running otool on the .a file does not show MyClass.o.
- Running nm and looking for MyClass's methods also comes up empty.
- Linking against this .a file fails when these methods are needed.
This happens consistently with three classes in the project. Cleaning,
deleting the indexes doesn't help. Could it be related to the console
messages that regularly pop up of the form
2004-03-23 11:14:53.349 Xcode[7025] Container
<PBXProject:0x07c07b50:rtn=1:08FB7793FE84155DC02AAC07:path='(null)'>
still contains 1 items after being deallocated. This might be a memory
leak, or an item not being properly marked as removed from its
container before being deallocated.
or
2004-03-23 11:21:40.576 Xcode[7025] *** Assertion failure in
removeRowEntry(), TableView.subproj/NSOutlineView.m:2171
Andrew
_______________________________________________
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.