Error: unreachable because it has no entry points

后端 未结 12 1230
小蘑菇
小蘑菇 2021-02-03 20:15

Using Swift I got the error that my \"TableViewController\" is unreachable because it has no entry points and no runtime access via [UIStoryboard instantiateViewControllerWithId

12条回答
  •  佛祖请我去吃肉
    2021-02-03 21:05

    This is my error.

    warning: Unsupported Configuration: “View Controller“ is unreachable because it has no entry points, and no identifier for runtime access via -[UIStoryboard instantiateViewControllerWithIdentifier:].

    I delete the code in ViewController , but I don't disconnect the connect in ViewController of Main.storyborad.

提交回复
热议问题