关于Bundle里Xib无法加载的解决方法

在生成bundle资源包的时候我们如果使用了xib会出现无法加载的情况

Terminating app due to uncaught exception

'NSInternalInconsistencyException', reason:'Could not load NIB in bundle:

'NSBundle

/Documents/asset-4.bundle> (not yet loaded)' with name 'ZYBannerCell''

这时,我们的处理方法是需要把xib转化成nib,转化方法如下

ibtool --errors --warnings --output-format human-readable-text --compile ZYBannerCell.nib ZYBannerCell.xib

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容