Hi, i am trying to save a user with Parse but when i call the method saveInBackground through the PFUser.current(), Xcode returned this error.
What can i do?
How can i solve it?
?
im having save issue with swift 3 i cant update my user and it give me this "PFKeychainStore failed to set object for key 'currentUser', with error: -34018" error in log @flovilmart
ENable keychain sharing in your app capabilies
Thanks @flovilmart.
@jose46moreno you need ton uninstall and rebuild your app as well.
I'm curious as to why Enabling Keychain sharing fixes this issue. It fixed it for me, but KeyChain sharing is used to share keychains between apps, why does this help in this case? Thanks!
It looks like it's iOS10 simulator issue
https://forums.developer.apple.com/thread/60617
http://stackoverflow.com/questions/38456471/secitemadd-always-returns-error-34018-in-xcode-8-in-ios-10-simulator
This issue has been automatically marked as stale because it has not had recent activity. If you believe it should stay open, please let us know! As always, we encourage contributions, check out the Contributing Guide
Most helpful comment
ENable keychain sharing in your app capabilies