Failed to update auto layout status: Failed to load designables from path (null)Failed to render instance of <control>: Failed to load designables from path (null)可神奇的是可以运行,虽然不影响使用,但是看到红色的就是不爽啊,然后想着怎么解决,Google一下发现原来还是有很多人遇到过的,遇到的错误截图是这样的:

错误提示
CocoaPods的引起的,解决方法是在 Podfile中添加 use_frameworks!,然后install 和 update 一下就没事了