代码之家  ›  专栏  ›  技术社区  ›  Kyle Bing

情节提要失败-从xcode 8.3.3到xcode 9 beta2

  •  3
  • Kyle Bing  · 技术社区  · 8 年前


    有人知道为什么吗?

    Storyborad only show the outline

    Error info

    1 回复  |  直到 8 年前
        1
  •  4
  •   Krunal    8 年前

    按照以下步骤解决问题:

    1. 在Xcode中打开项目(任意9.0或8.3.3)
    2. 选择“打开方式”>>'源代码'
    3. 在“dependencies”下查找关键字“minToolsVersion”(可能不止一次)。(请看下面的图片)
    4. 拯救
    5. 再次右键点击故事板。
    6. 选择“打开方式”>>'界面生成器-故事板'
    7. 现在,Xcode菜单>>'编辑器“>>'画布'
    8. 删除记号 对于“显示布局矩形”、“显示边界矩形”、“显示占位符矩形”。

    现在你也可以在Xcode 8.x中打开你的故事板了。

    enter image description here

    enter image description here

    enter image description here

    enter image description here

    推荐文章