tomasero / openSleep

platform for sleep hacking and research

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Latest XCODE crash Fix.

akshar001 opened this issue · comments

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>