Latest XCODE crash Fix.
akshar001 opened this issue · 0 comments
akshar001 commented
I was trying to build the app,
It was getting crashed.
From iOS 13 we need to add bluetooth settings in info.list.
I added the same and it ran.
Just for other people.
Add this in info.plist app will run quite good.
<key>NSBluetoothAlwaysUsageDescription</key> <string>Suva mate karvu pade </string> <key>NSBluetoothPeripheralUsageDescription</key> <string>Suva mate karvu pade</string> <key>NSMicrophoneUsageDescription</key>