Hello,
The Keychain in a legacy project, using the very old KeychainItemWrapper class provided by Apple, just stopped working/crashes.
SecItemCopyMatching suddenly always returns -25300 (errSecItemNotFound) after the upgrade, even though the query states that the item is found.
Did something change regarding keychain access in iOS 11.3 beta 1 ?
Kind regards