Hi, everyone.
I found this problem after I install the latest SDK and Xcode version 3.2 Beta from Apple. Before install, my iPhone project compile correctly and has no any exception. But after I finished setup the latest SDK, I open my iPhone project to do some update. I compiled the project like I did before, no error report.
But after I run it in iPhone simulator, open the view that contains TableView, it throw an exception:
2010-02-01 14:07:03.924 SimpleApp[5458:207] *** Terminating app due to uncaught exception
'NSInvalidUnarchiveOperationException', reason: '*** -[NSKeyedUnarchiver decodeObjectForKey:]: cannot decode object of class (UITableViewCellContentView)'
I am wondering something has change to my project's setting while XCode was updating. Could you help me by give me your idea or suggest some guideline to solve this? I'm ready to answer you more if you want more information about this bugs.
-EDIT-
I found that compile's log report the strange warning. I don't sure this is relate to the exception.
ld: warning: directory '/Volumes/Skiiing2/CD/ViewBased/Unknown Path/System/Library/Frameworks' following -F not found