I tried running the app on macOS 15.1.1, and when I run flet run or python3 examples.py --text I get the following error. I have tried adding
<key>NSBluetoothAlwaysUsageDescription</key> <string>This app uses Bluetooth to connect to devices for...</string>
to every instance of Info.plist I can find in the directory, to no avail. Would anybody have any insights? Thanks in advance.
This app has crashed because it attempted to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSBluetoothAlwaysUsageDescription key with a string value explaining to the user how the app uses this data.

I tried running the app on macOS 15.1.1, and when I run
flet runorpython3 examples.py --textI get the following error. I have tried adding<key>NSBluetoothAlwaysUsageDescription</key> <string>This app uses Bluetooth to connect to devices for...</string>to every instance of Info.plist I can find in the directory, to no avail. Would anybody have any insights? Thanks in advance.
This app has crashed because it attempted to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSBluetoothAlwaysUsageDescription key with a string value explaining to the user how the app uses this data.