- Home /
iOS build of game crashes on splash screen after a few days
I uploaded an iOS build to my iPhone 5S using xCode. The game worked fine for about a week.
Suddenly I can't open the game on my iPhone because it crashes on the splash screen every time.
This is the second time this happens. The game runs fine for about a week. Then suddenly starts crashing on the splash screen 100% of the time. I've tried closing all apps and restarting my iPhone and it didn't work.
Same problem here. @$$anonymous$$ukabr, that method doesnt work because the crash only starts occuring after a few days. It will take ages to debug. Does anyone else has a solution for this problem yet?
Answer by fredrikbrockert · Jan 04, 2017 at 08:46 AM
If anyone is still wondering about this, iOS games build with free dev accounts only works for 7 days. https://forums.developer.apple.com/thread/51527
Thanks for this, was scratching my head why my iOS app didn't work anymore in release mode, apps built in debug mode work indefinitely on iOS.
Answer by Mukabr · Aug 18, 2016 at 09:47 PM
This might help you.
Also, you can try disabling every object in your scene and building the projet. If the app opens, you enable each object one by one, creating a build after enabling. Sooner or later you'll find the object that is messign with your build.
But it's not using the same memory , even if the object it's disabled or enabled ?
Your answer
Follow this Question
Related Questions
iOS Xcode Error: Thread 1: EXC_BREAKPOINT 0 Answers
iOS game freezes on startup 0 Answers
Failed to load AOT module ... in aot-only mode. 1 Answer