Accidentally deletion of classes from XCode 3.2.5
Posted
by
Alok Srivastava
on Stack Overflow
See other posts from Stack Overflow
or by Alok Srivastava
Published on 2012-06-05T04:38:15Z
Indexed on
2012/06/05
4:40 UTC
Read the original article
Hit count: 236
Accidentally my classes folder is deleted with reference from xcode(project). i try to recover them from trash but it was not present in trash. how ever i used svn for backup. but after check out the whole project when i try to run the project then it gives ann error
2012-06-05 09:46:59.651 Lisnx[527:207] Unknown class LisnxAppDelegate in Interface Builder file.
2012-06-05 09:46:59.652 Lisnx[527:207] Unknown class LisnxViewController in Interface Builder file. 2012-06-05 09:46:59.656 Lisnx[527:207] * Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[ setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key viewController.'
© Stack Overflow or respective owner