I am using Xcode 5.0.2, iOS7. I use a Navigation Controller and Table View.
I changed Table View "Content" from Dynamic Prototypes to Static Cells, then it is crash. Before crash, APP running OK. Please, help. Thank you.
Assertion failure in -[UITableView dequeueReusableCellWithIdentifier:forIndexPath:], /SourceCache/UIKit/UIKit-2903.23/UITableView.m:5261
2013-12-11 23:04:12.952 Wop[9339:60b] * Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'unable to dequeue a cell with identifier Cell - must register a nib or a class for the identifier or connect a prototype cell in a storyboard'
* First throw call stack:
(0x30cdfe83 0x3b03c6c7 0x30cdfd55 0x316880af 0x335d015f 0x240bf 0x33596315 0x3353e6cd 0x3353def1 0x33464353 0x330ea943 0x330e6167 0x33115425 0x334e118f 0x334df7f9 0x334dea37 0x334de9bf 0x334de957 0x334d7459 0x3346a397 0x334de6a9 0x334de17d 0x3346f581 0x3346cae5 0x334d782d 0x334d45fd 0x334ceb41 0x33469a07 0x33468cfd 0x334ce321 0x3594e76d 0x3594e357 0x30caa777 0x30caa713 0x30ca8edf 0x30c13471 0x30c13253 0x334cd5c3 0x334c8845 0x23d71 0x3b535ab7)
libc++abi.dylib: terminating with uncaught exception of type NSException
(lldb)
12/15 12:37 add I am so sorry for ask this similar question, this is my first time to learning language, I don't know what the keyword should I type.