- Commit failed with error: did not match any file(s) known to git.
git add .
- duplicate symbol OBJC_IVAR$相似报错
- The certificate used to sign "CBWT" has either expired or has been revoked. An updated certificate is required to sign and install the application.(用于签署“CBWT”的证书已过期或已被吊销。 需要更新的证书来签署和安装应用程序。)
更改Bundle Identifier
- animation.fromValue = @0.0;
fromValue是id类型,所以将基本类型复制给id类型需要前面添加@转化成NSNumber类型。
5.当前模型不要使用MJExtension转换
6.tableView出现闪烁
self.tableView.estimatedRowHeight = 0;
self.tableView.estimatedSectionHeaderHeight = 0;
self.tableView.estimatedSectionFooterHeight = 0;