Xcode xibwen文件的常见几个问题

1.控件放在了Cell外部
报错原因 reason: ‘invalid nib registered for identifier (FirstTableViewCell) - nib must contain exactly one top level object which must be a UITableViewCell instance’Xcode xibwen文件的常见几个问题_第1张图片
2..同一个控件上重复连线, 删除黄色警告就好
报错原因 reason: ‘[ setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key label.Xcode xibwen文件的常见几个问题_第2张图片

  1. 数据类型不匹配 reason: -[__NSCFNumber length]: unrecognized selector sent to instance 0xb000000000000012’

  2. 没有被导航控制器管理 reason: ‘Push segues can only be used when the source controller is managed by an instance of UINavigationController.’

  3. 错引了 *.m 文件
    Xcode xibwen文件的常见几个问题_第3张图片
    注意提示 duplicate 末尾的SecViewController.o 查找此字段, 就可以找到错误之处

你可能感兴趣的:(xcode,对象,控件)