UIImageView missing images in Launch Screen on device

后端 未结 30 1914
遇见更好的自我
遇见更好的自我 2020-11-30 16:39

I have an app that supports iOS8 and later, built in Xcode 7 and I am using a XIB for a Launch Screen (I do not have launch images). The view contains a single UILabel with

30条回答
  •  南方客
    南方客 (楼主)
    2020-11-30 17:28

    The following sequence of operations fixed the issue for me on Xcode 7.3.1 and iOS 9.3.4:

    1. Clean Your Build (⌘+⇧+K)
    2. Close Xcode
    3. Hard Reset iOS Device (Power + Home Button reboot)
    4. Relaunch Xcode - let indexing finish and build on device once it is ready.

提交回复
热议问题