objective c - 'Not key value coding-compliant' error from deleted xib -


in project have contentviewcontroller class used xib layout. however, later decided delete xib , programatically insert subviews. when deleted 1 of subviews had been present, got:

"terminating app due uncaught exception 'nsunknownkeyexception', reason: '[ setvalue:forundefinedkey:]: class not key value coding-compliant key infoview.'"

from research know sort of error due linkage issues between class , xib. checked make sure no class in workspace references infoview, that's not issue. how can unlink contentviewcontroller xib when xib no longer exists? in advance!

sometimes there issues nib file being deleted inside app, safe way resolve implement loadview , custom view creation there prevent superclass trying load nib.


Comments

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -

c# - String.format() DateTime With Arabic culture -