Getting "Unknown class 'someClassName' in nib file" message

2009-05-13 Thread Stuart Malin
I have tried both Google and searching the archives regarding the problem with the subject message, but can only find cases where someone has a class and didn't include it. My case is different: in my project, I renamed a class. I have made appropriate changes in both Xcode and IB for this

Re: Getting "Unknown class 'someClassName' in nib file" message

2009-05-13 Thread Jonathan Hess
Hey Stuart - Try putting a breakpoint on NSLog, and then run your app. When you hit the breakpoint, look at the backtrace. It will give you an idea of which NIB is being loaded. After you figure that out, open the NIB/XIB file in IB and in the object outline view make sure the class name

Re: Getting "Unknown class 'someClassName' in nib file" message

2009-05-13 Thread Stuart Malin
Thanks Jon for the quick reply. I had already found the culprits -- my fault: I had two other Nibs that contained objects that were declared to be of the old class. I found by manually looking in each .xib file. Thanks for the info about the object outline view in IB -- that might have bee

Re: Getting "Unknown class 'someClassName' in nib file" message

2009-05-13 Thread Kyle Sluder
Don't forget about the --classes switch to ibtool. Useful if one of your XIBs gets silently corrupted. --Kyle Sluder ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact th