简体   繁体   English

打开使用xcode 8创建的情节提要时,xcode 9崩溃

[英]xcode 9 crashes when opening storyboard created with xcode 8

xcode 9 crashes 100% of the time while opening a storyboard created by xcode 8 on high sierra. 在高山脉上打开xcode 8创建的情节提要时,xcode 9崩溃的可能性为100%。 This happens on every project. 这发生在每个项目上。

Error message was : "There can only be one document registered with a given URL" 错误消息为:“给定URL只能注册一个文档”

The fix for me was to : 我的解决方法是:

  • Cleaning build folder 清理构建文件夹
  • Clean, delete derived data 清理,删除派生数据
  • Delete saved state 删除保存状态
  • Reboot with reopening windows 重启并重新打开Windows
  • Create new single view application 创建新的单视图应用程序
  • Open storyboard. 打开情节提要。

Now you should be able to open your storyboards again 现在您应该可以再次打开情节提要

创建一个新的单视图应用程序,在此处打开情节提要,然后返回到原始项目,它应该可以工作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM