The app is a universal app with just one target.
I did open a code level technical support request for this issue.
I can work around it with this crazy piece of code:
@try {
cell = [tableView dequeueReusableCellWithIdentifier:reuseIdentifierTextCell forIndexPath:indexPath];
} @catch(id exception) {
NSArray *topLevelObjects = [[NSBundle mainBundle] loadNibNamed:@"ChatTextCellCondensed" owner:self options:nil];
cell = [topLevelObjects objectAtIndex:0];
}
Topic:
UI Frameworks
SubTopic:
UIKit
Tags: