iOS IB Designable Errors Failed to update auto layout status:……

(我用的是Xcode8.3.1)今天在用xib拖一个cell的时候突然给我报两个错误
Failed to update auto layout status: Failed to load designables from path (null)
Failed to render instance of : Failed to load designables from path (null)

可神奇的是可以运行,虽然不影响使用,但是看到红色的就是不爽啊,然后想着怎么解决,Google一下发现原来还是有很多人遇到过的,遇到的错误截图是这样的:

iOS IB Designable Errors Failed to update auto layout status:……_第1张图片
错误提示

原因:是使用CocoaPods的引起的,解决方法是在 Podfile中添加 use_frameworks!,然后installupdate 一下就没事了

原文链接:https://stackoverflow.com/questions/28204108/ib-designables-failed-to-update-auto-layout-status-failed-to-load-designables

你可能感兴趣的:(iOS IB Designable Errors Failed to update auto layout status:……)