My App shows only a black screen on iPod

前端 未结 4 1812
渐次进展
渐次进展 2021-01-18 04:34

My app is in productions an works correctly in all devices except the iPod touch, which only shows a black screen when start the app. Does any body knows which could be the

4条回答
  •  无人及你
    2021-01-18 04:52

    For me, I’m using XIB not Storyboard. But with Xcode 10 it’s set as “MainStoryBoard” as Main Interface in target setting.

    So I have changed from “MainStoryBoard” to “MainWindow” and worked for me.

提交回复
热议问题