apache / cordova-ios

Apache Cordova iOS
https://cordova.apache.org/
Apache License 2.0
2.16k stars 988 forks source link

iOS app crashes on launch 5.1.1 #942

Closed jdpsah closed 4 years ago

jdpsah commented 4 years ago

Bug Report

iOS app is crashing at launch.

Problem

After building iOS application with cordova iOS 5.1.1, app is crashing while launching in real device . It works fine at simulator .

What is expected to happen?

It should not crash and should work smoothly.

What does actually happen?

Crashing at launch after installation in real device . Working fine in simulator .

Information

Command or Code

Environment, Platform, Device

Cordova : 8.1.0 Cordova-iOS : 5.1.1 Ionic 3

Version information

Checklist

timbru31 commented 4 years ago

Without actual version information, the crash log and a reproducible example we are unable to help. Please adjust your issue and fill in the required information, thanks!

jdpsah commented 4 years ago

@timbru31, actually the issue was for Bluetooth description. I had not given Bluetooth always permission string so it was crashing on launch . Now it's resolved. Anyways thanks for the response .