You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been using Bolts-Swift for a bit but recently enabled the local datastore in the Parse SDK to be able to pin models locally. Now Bolts-Swift is constantly throwing the following assert:
PFConsistencyAssert(existing == nil || existing == object,
@"Attempted to change an objectId to one that's already known to the OfflineStore.");
I'm not quite sure how to work around this. It seemed when I called TaskCompletionSources asyncly in a DispatchQueue, the complaint went away, but this brought other problems so I'd rather not do that.
Any ideas what's going on and how to handle?
Thanks! 🤓👍
The text was updated successfully, but these errors were encountered:
(Hello!? Anyone home? 👀)
I've been using Bolts-Swift for a bit but recently enabled the local datastore in the Parse SDK to be able to pin models locally. Now Bolts-Swift is constantly throwing the following assert:
I'm not quite sure how to work around this. It seemed when I called
TaskCompletionSource
s asyncly in aDispatchQueue
, the complaint went away, but this brought other problems so I'd rather not do that.Any ideas what's going on and how to handle?
Thanks! 🤓👍
The text was updated successfully, but these errors were encountered: