Xcode storyboard: Internal error. Please file a bug

后端 未结 18 1824
不知归路
不知归路 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:54

    No solution above work for me. I fix it with this:

    • close xcode
    • open Terminal app and goto project directory
    • run command 'pod install'. it regenerate my project
    • open project in xcode again

    note: this only for project with cocoapod installed project

提交回复
热议问题