Symptom
- The Sample Code for
TableViewSuite, example 4 TableViewCellSubviews has an incorrect project setting that prevents running the sample in release.Problem
- The problem is due to the TableViewCellSubviews project referencing the application as
CustomTableViewCell instead of TableViewCellSubviews.Solution
- FIX: edit the .pbxproj file for TableViewCellSubviews, and replace all instances of
CustomTableViewCell with TableViewCellSubviews.
