I am unable to connect to bluetooth after updating my iOS to 15.1.
I can able to list all the available bluetooth devices, but when selected I got this error:
"Error Domain=EABluetoothAccessoryPickerErrorDomain Code=1 "(null)""
[[EAAccessoryManager sharedAccessoryManager] showBluetoothAccessoryPickerWithNameFilter:nil completion:^(NSError *error) {
if (error) {
NSLog(@"error :%@", error);
} else {
// Do something
}
}];
Please let me know, if anyone has some thoughts.
Post
Replies
Boosts
Views
Activity
I have Notarized MacOS app from Xcode
I have even verified with with below commands
spctl --assess --type open --context context:primary-signature --verbose Circuit\ Tools.app
Circuit Tools.app: accepted
source=Notarized Developer ID
spctl -a -vvv Circuit\ Tools.app
Circuit Tools.app: accepted
source=Notarized Developer ID
xcrun stapler validate Circuit\ Tools.app
Processing: /Users/vishwanathkota/Desktop/Circuit ToolsInstallers/Circuit Tools 19th 09-33-58 Notarized/Just App/Circuit Tools.app
The validate action worked!
Then after I have exported the app and double clicked it then the warning came up is "Circuit Tools can't be opened because it was not downloaded from the App Store"
Can you please let me know why am I still getting the warning message?
Recently, I have notarized my MacOS application and then created an installer file i.e., .pkg file.
When I try to install it, says "Circuit Toos.pkg" cannot be opened because is is from an unidentified developer.
Can you please help me on how to solve this issue.