Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode storyboard: Internal error. Please file a bug

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: 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?

enter image description here

like image 556
Justin Leo Avatar asked Oct 27 '15 16:10

Justin Leo


1 Answers

I faced the same issue. And it was solved by cleaning up the build files.

cmd + shift + k

AND

cmd + option + shift + k

Hope this helps Thanks.

like image 124
Fahad Ajmal Avatar answered Sep 17 '22 12:09

Fahad Ajmal