MacFiend
2006.06.04, 01:41 AM
Every so often, after I compile a build in XCode, I get this error:
"Unknown class 'XXX' in nib file. using 'NSObject' instead."
Where 'XXX' could be any one of the classes which my nib file uses. The error appears seemingly at random, and forces me to Clean All Targets. No biggie - I'm just wondering why this happens. It's kind of annoying to have to completely recompile my entire project, especially when in the middle of intense debugging (like right now).
"Unknown class 'XXX' in nib file. using 'NSObject' instead."
Where 'XXX' could be any one of the classes which my nib file uses. The error appears seemingly at random, and forces me to Clean All Targets. No biggie - I'm just wondering why this happens. It's kind of annoying to have to completely recompile my entire project, especially when in the middle of intense debugging (like right now).