When I try to get my keyChain value, it return a string containing:
Optional(\"[thing in the KeyChain]\")
so, I tried to remove \"Optiona
You can use the Swift wrapper over the Keychain C API, and avoid the above problems altogether. https://github.com/deniskr/KeychainSwiftAPI