iOS开发中遇到的常见错误,未完善后期修改整理完善!
苹果官方Xcode帮助
IOS Xcode调试常用命令和断点整理
iOS入门常见错误
iOS应用安装失败原因排查
Xcode真机测试时 icon图片编译报错—Not a PNG file..
reason: 'UITableView (<UITableView: 0x7ff873809400; frame = (0 -64; 375 667); clipsToBounds = YES; gestureRecognizers = <NSArray: 0x7ff872623570>; layer = <CALayer: 0x7ff87260cc70>; contentOffset: {0, -20}; contentSize: {375, 272.5}>) failed to obtain a cell from its dataSource (<ViewController: 0x7ff87271d9b0>)'
cell错误复用代码
原因是:cell标识设置有问题,导致cell复用时出差,如果是xib检查是不是绑定了标识,纯代码自定义cell可能就是大意写错如下面代码贴图
正确形式
报错:The file “Info.plist” couldn’t be opened because there is no such file.
The file “Info.plist” couldn’t be opened because there is no such file.
原因是我改了文件夹名,所以plist文件的路基就改变了,修改一下路径就可有了 修改路径前
修改为以下路径即可:
正确路径
iOS 一些新的框架
启用HomeKit - HomeKit 开发指南 - 极客学院Wiki
网友评论