Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Launch Screen storyboard showing up in simulator but not device when iPad Pro

Tags:

xcode

ios

Not sure what I'm missing here, but the launch screen works fine on every device but iPad Pro. The launch screen is indeed a storyboard. It actually works perfectly fine on the iPad Pro simulator.

Any suggestions?

Update:

Ok, so I've added a tileable image to xcassets. There are three sizes. No matter how I slice it, it always shows up as expected in the storyboard and the simulator, but it never renders on device. Frustrating!

like image 331
joelg Avatar asked Sep 25 '22 22:09

joelg


2 Answers

Ok, so nothing was really wrong on my end at all? Very strange issue. I installed the same binary on two different iPad Pros, both running the same version of iOS. On one, the launch screen was shown, and on the other it just displayed a black screen instead of the launch screen.

I know this isn't a technical "answer," but I want this in a prominent place so others don't go down the same path.

like image 170
joelg Avatar answered Oct 11 '22 05:10

joelg


Deleting the binary from the device then reinstalling the app fixed this issue for us.

like image 26
Crashalot Avatar answered Oct 11 '22 06:10

Crashalot