错误集合

2018-03-28  本文已影响0人  CoderZXS
  1. Commit failed with error: did not match any file(s) known to git.
git add .
  1. duplicate symbol OBJC_IVAR$相似报错
  2. 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
  1. animation.fromValue = @0.0;
fromValue是id类型,所以将基本类型复制给id类型需要前面添加@转化成NSNumber类型。
5. QQ20180419-1@2x.png
当前模型不要使用MJExtension转换

6.tableView出现闪烁

self.tableView.estimatedRowHeight = 0;
self.tableView.estimatedSectionHeaderHeight = 0;
self.tableView.estimatedSectionFooterHeight = 0;
上一篇 下一篇

猜你喜欢

热点阅读