-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Heimdall is not working on Xcode 8 #47
Comments
SecItemCopyMatching return = -25300, it should be caused by the query setting. |
This seems to be related to these issues: https://forums.developer.apple.com/thread/51071 |
More information: it seems the actual problem starts with |
This seems like something that should be mentioned in the docs for Heimdall, any way to fix this? If there is, would you mind submitting a PR with a note in the README for the fix |
Is this still consistent in the new updates? I am reproducing this as well. |
This looks like it could be due to malformed RSA keys. |
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.The text was updated successfully, but these errors were encountered: