Florent Vilmart
Florent Vilmart
agreed @chipbuster this is advanced!
@benoitc , if I understand correctly, you would be willing to merge this feature if it was available on all platforms and not only linux or do you have other...
@woodardj can you pinpoint which call in the SDK is doing so and provide steps to reproduce?
Update to the latest version, this assertion has been removed
The runtime assertion has been removed so there’s no real way to force it now. See https://github.com/parse-community/Parse-SDK-iOS-OSX/pull/1266
So basically this happens when you attempt to set an objectid on an existing object with the local datastore enabled. Previously, bolts would swallow all exceptions, now they are not....
Are you using liveQuery or the PFDecoders in your code? Or even creating objects directly from JSON?
this is odd, the session should be stored into the keychain. But that’s probably a bad idea to disable local datastore without further investigation on your side of the implications....
@andreasvestergaard thanks for the report this is very interesting and yes that's likely to be the cause. Now I'm left wondering how we can properly solve the issue. As we...
That’s not very convenient as a workaround. Are you willing to attempt a PR with the change? As you have the issue and can reproduce, we can attest of the...