问题描述
在故事板中进行编辑,特别是将视图控制器分配给特定的类时,我想在运行项目时突然遇到此错误。
While editing in the storyboard, specifically assigning a view controller to a specific class, I suddenly encountered this error when I wanted to run the project.
Main.storyboard : 内部错误。请在bugreport.apple.com上提交一个错误并附上/ var / folders / 79 / _jh611t15qsfcx165_jv_20h0000gn / T / IB-agent-diagnostics_2015-10-28_00-33-12_730000。
Main.storyboard: Internal error. Please file a bug at bugreport.apple.com and attach "/var/folders/79/_jh611t15qsfcx165_jv_20h0000gn/T/IB-agent-diagnostics_2015-10-28_00-33-12_730000".
现在我再也无法运行我的项目了。我无法在其他任何地方找到任何关于此的信息。有没有人遇到过这个?
And now I can't run my project anymore. I couldn't find any information regarding to this anywhere else. Did anyone encounter this before?
推荐答案
I faced the same issue. And it was solved by cleaning up the build files.
cmd + shift + k
和
cmd +选项+ shift + k
希望这个帮助
谢谢。
Hope this helpsThanks.
这篇关于Xcode故事板:内部错误。请提交一个错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!