- Home /
Xcode Crashes on Launch: SplashScreen updateOrientation
I have been working with builds for this project for a while, and I started getting errors when people play it in testflight. I have not encountered anything on my own from testflight builds which seems strange to me. The build runs fine on an iPod 5, but it crashes on an iPhone 5c. When I checked the crash logs, I get something about the splash screen orientation. Here's what it says...
Whenever I build to my device it tells me it cannot open my splash screen document, so I delete the image inside of the document. This seems to work except for these errors although im not sure theyre related. When I completely get rid of the documents, I get a [UINib instantiateWithOwner:options:] error, both crashing on the iPhone 5c only. I have not been able to test this on any other devices, but it seems to be pretty important to fix. Thanks!
Answer by TriBolt72 · Oct 28, 2015 at 01:28 AM
Turns out I could completely ignore the "could not open document" error. Deleting the files caused the crash, so just building again made the errors go away... I don't understand some things. Then it ran just fine on iPhone!
Your answer
Follow this Question
Related Questions
Xcode error 90086 1 Answer
Xcode error: No matching function for call to CreateSurfaceGLES 0 Answers
Distribute terrain in zones 3 Answers
Xcode build fails, How to ? 1 Answer