使用Storyboard时出现以下警告:

warning: Unsupported Configuration: Scene is unreachable due to lack of entry points and does not have an identifier for runtime access via -instantiateViewControllerWithIdentifier:.

 

大意是为了在程序中动态访问Scene,需要给其设置一个Storyboard ID,所以给出了警告,解决方法:设置一个Storyboard ID即可

Scene is unreachable due to lack of entry points and does not have an identifier for runtime access

相关文章:

  • 2022-12-23
  • 2021-10-10
  • 2021-09-06
  • 2021-10-24
  • 2021-09-28
  • 2022-12-23
  • 2022-12-23
  • 2021-10-27
猜你喜欢
  • 2021-09-15
  • 2022-01-18
  • 2022-12-23
  • 2021-12-28
  • 2021-10-02
  • 2021-10-03
  • 2022-12-23
相关资源
相似解决方案