Heimdall is not functioning on Xcode 8. Unit tests crash. There seems to be a problem with the obtainKeyData(_ tag: String) function always returning nil.
More specifically, I think this is because SecItemCopyMatching(query as CFDictionary, &keyRef) always returns Item Not Found.
Heimdall is not functioning on Xcode 8. Unit tests crash. There seems to be a problem with the
obtainKeyData(_ tag: String)function always returning nil.More specifically, I think this is because
SecItemCopyMatching(query as CFDictionary, &keyRef)always returns Item Not Found.