I had enable a All Exceptions
break point in my project.
But the UIApplicationMain() function always trigger the break point when the app launching. I think there was no exceptions here because if I click the Next Button twice, the app will launch successfully.
I have tried commenting the code in the AppDelegate, but it does't work.