Xcode storyboard: Internal error. Please file a bug

后端 未结 18 1806
不知归路
不知归路 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-13 00:10

    All these solutions didn't work for me.
    What did work was this:

    $ sudo chmod -R 777 ~/Library/Logs
    

提交回复
热议问题