我正在使用Xcode 9.4和MaterialComponents。项目可以正常构建和运行,但情节提要板会引发以下错误:
Main.storyboard: error: IB Designables: Failed to render and update auto layout status for ViewController (BYZ-38-t0r): dlopen(MaterialComponents.framework, 1): Library not loaded: @rpath/MDFInternationalization.framework/MDFInternationalization
Referenced from: MaterialComponents.framework
Reason: image not found
当我将MaterialComponents中的任何元素添加到情节提要中时,它会停止在设计器中显示任何内容。
答案 0 :(得分:0)
这是Cocoapod版本1.5.0的问题 如果使用的是此错误,则会出现此错误。
要删除当前版本,您可以运行:
sudo gem卸载cocoapods
您可以通过以下命令安装特定版本的可可豆荚:
sudo gem install cocoapods -v 1.4.0