this crash means you have something unsafe
somewhere checking for (true/false)
conditions , in your case double check your if statements which are returning booleans.
1 Like
this crash means you have something unsafe
somewhere checking for (true/false)
conditions , in your case double check your if statements which are returning booleans.