(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:
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! 🤓👍
(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
TaskCompletionSources 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! 🤓👍