Error: unreachable because it has no entry points

后端 未结 12 1231
小蘑菇
小蘑菇 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:15

    In my case I accidentally deleted Storyboard Entry Point without knowing, and app wasn't starting,

    After several undo's, I saw the problem and corrected it

提交回复
热议问题