Hi,
I tried to create a swift package using xCode's „Swift Package“ template and tried to write some tests.
Unfortunately because my package is all about Bluetooth, the test binary fails with the following message;
xctest[9145:288236] [access] 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.
But how to add this key in a Swift Package? Is it really impossible to write and run test cases for a Swift Package containing Bluetooth? I must miss something...