Xcode storyboard: Internal error. Please file a bug

后端 未结 18 1805
不知归路
不知归路 2020-12-12 23:18

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.

Ma

18条回答
  •  一整个雨季
    2020-12-12 23:53

    I had the same issue. Got it fixed using below steps :

    1. Delete the derived data of your project

    2. Clean your project (Shortcut : cmd + shift + k)

    1. Now, run your app.

提交回复
热议问题