Hey, just go to
Edit scheme... --> Run ---> Build Configuration
and change your build configurations from debug to release and run your app on phone.
now release configuration will be working in debug mode and you will get to know where crash actually exists.
I'd the same issue and i found and fixed the issue by doing this.