Game crashes after splash screen

Hello,

When I try to play my game in the editor everything works just fine without any errors. But when I build and launch it, it displays the Unity 5 splash screen and crashes. The output_log can be found [43044-output-log.txt|43044].

Boris

are you usiing for IOS if yes then
check if you are using any texture ,png , jpg ,atlas , spritesheet etc greater than 1024*1024
have you upgraded your os version ?
or is your scene instantiating lots of gameobject at start so that your device cannot handel and crashes

check all this issue you may get the solution

nvm, solved it. It was a problem with a canvas and some shaders (UI/Default and UI/Default Text).