When I run my watchOS app on a real device, It prints this in the console:
What is this BTAudioSession and BTSmartRoutingDaemon? There's nothing available with this name on Apple Developer Documentation neither somewhere on the internet.
Note: I am not using any third party frameworks.
Code Block watchOS Extension[313:21609] [BTAudioSession] ### Activate failed: kParamErr (### BTSmartRoutingDaemon not running) watchOS Extension[313:21609] [BTAudioSession] ### Error: kParamErr (### BTSmartRoutingDaemon not running)
What is this BTAudioSession and BTSmartRoutingDaemon? There's nothing available with this name on Apple Developer Documentation neither somewhere on the internet.
Note: I am not using any third party frameworks.