KeychainItemWrapper error when specifying an access group
问题 For quite some time, I have been successfully reading and writing private keychain items using the ARC version of KeychainItemWrapper. I'm now working to convert my iOS app to use a shared access group so that the keychain items can be accessed by my 2 apps that share the same app prefix. In the Capabilities section, I've added the keychain group "MYAPPPREFIX.MYSHAREDACCESSNAME" I'm using these lines to write my variable to the keychain group: keychainItemWrapper = [[KeychainItemWrapper alloc