Getting the following error when trying to update/view a passphrase set for a given profile (in my case a dmg LZFSE with 256-bit AES).
Tried re-installing. Problem exists in the last 2 releases AFAIK.
Also tried to manually give DropDMG explicit rights in Privacy -> Accessibility… no luck.
The operation couldn’t be completed. (OSStatus error -25293.)
Same error appears in a workflow when sending a folder to DromDMG.
Error Domain: NSOSStatusErrorDomain
Error Code: -25293
MJTCodeString: SecKeychainFindGenericPassword(_keychain, (UInt32)strlen(service8), service8, (UInt32)strlen(account8), account8, &passwordLength, &passwordData, NULL)
MJTFile: /Users/mjt/Documents/Programming/MJTFoundation/Source/MJTKeychain.m
MJTFunction: -[MJTKeychain passwordForService:account:error:]
MJTLine: 152
Error Stack Frames: (
"-[DropController enqueueBulkJobsWithSourceURLs:temporaryOptions:] (96)",
"-[DropController enqueueBulkJobWithSourceURLs:convert:temporaryOptions:configFile:error:] (244)",
"-[MJTKeychain passwordStringForService:account:error:] (178)",
"-[MJTKeychain passwordForService:account:error:] (154)"
)