Parse-sdk-ios-osx: PFKeychainStore failed to set object for key 'currentUser', with error: -34018

Created on 21 Oct 2016  路  7Comments  路  Source: parse-community/Parse-SDK-iOS-OSX

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?

Stale

Most helpful comment

ENable keychain sharing in your app capabilies

All 7 comments

?

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!

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

Was this page helpful?
0 / 5 - 0 ratings