UIImageView missing images in Launch Screen on device

后端 未结 30 1844
遇见更好的自我
遇见更好的自我 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.
    0 讨论(0)
  • 2020-11-30 17:30

    Restarting Xcode did it for me.

    What did not do it:

    • Clean build folder
    • Restart device or simulator (image wasn't visible on either)
    0 讨论(0)
  • 2020-11-30 17:30

    It seemed a bug of iOS. Like sometimes the system animation disappeared.

    Now I just reboot the iPhone and it is worked for me.

    0 讨论(0)
  • 2020-11-30 17:30

    Image name is the problem. Rename the image name used inside the Launch screen storyboard. Make sure not to use any character other than alphanumeric ( don't use "_-&@") Worked for me like a charm..

    0 讨论(0)
  • 2020-11-30 17:31

    I have the same issue with imageView a launch screen storyboard. I removed reference of picture from project, I renamed my image and added it again to project. All works perfectly.

    0 讨论(0)
  • 2020-11-30 17:35

    Have you tried turning the device off and on again? Do it.

    0 讨论(0)
提交回复
热议问题