Skip to content

Info.plist must contain an NSBluetoothAlwaysUsageDescription key... #10

@huiwang159

Description

@huiwang159

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.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions