【问题标题】:"Image not found" error while using MaterialComponents framework使用 MaterialComponents 框架时出现“找不到图像”错误
【发布时间】:2019-07-01 03:17:59
【问题描述】:

“我正在使用 MaterialComponents 框架。使用 pod 安装后,它会将我的一些视图控制器隐藏在情节提要中,因此我无法对其进行编辑,但程序运行正常。重新安装它可以消除错误”

它还突出显示类似 “无法渲染和更新 UIViewController() 的自动布局状态:dlopen..ionalization 引用自:MaterialComponents.framework 原因:找不到图像”的错误

谁能帮帮我。

【问题讨论】:

    标签: swift xcode cocoapods material-components material-components-ios


    【解决方案1】:

    此问题似乎与该框架无关,但 pod 安装在某处已损坏。你可以试试这个:

    1. 清理项目:产品 -> 清理构建文件夹(或 Command + Shift + K)
    2. 删除项目的派生数据:rm -r ~/Library/Developer/Xcode/DerivedData/YOUR_PROJECT-xxxxx
    3. 重启 Xcode
    4. 重新安装 pod

    【讨论】:

      猜你喜欢
      • 2013-12-04
      • 1970-01-01
      • 1970-01-01
      • 2023-03-05
      • 1970-01-01
      • 2012-09-19
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多