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
SKYSequence is an object used by SDK users to denote a value that is finalized when saving at the server side. It should behaves like a NSValue returning an Integer. Currently it subclasses NSObject.
This causes problem in SKYRecordStorage because the record storage would try to sort an attribute consists of both NSValue and SKYSequence. Having SKYSequence implements NSValue will solve this problem.
SKYSequence
is an object used by SDK users to denote a value that is finalized when saving at the server side. It should behaves like aNSValue
returning an Integer. Currently it subclassesNSObject
.This causes problem in
SKYRecordStorage
because the record storage would try to sort an attribute consists of bothNSValue
andSKYSequence
. HavingSKYSequence
implementsNSValue
will solve this problem.This issue is reported by @a821246710.
The text was updated successfully, but these errors were encountered: