Error: unreachable because it has no entry points

后端 未结 12 1198
小蘑菇
小蘑菇 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条回答
  •  闹比i
    闹比i (楼主)
    2021-02-03 20:55

    I had same issue that to solve this problem I opened the Document Outline then realized that I have accidentally deleted the Segue between two pages.

    Steps:

    1) Editor> Show Document Outline document outline

    2) Check the Document Outline for any copy-paste, segue error or etc. screenshot

提交回复
热议问题