StackKit icon indicating copy to clipboard operation
StackKit copied to clipboard

No Answers on SKQuestion

Open Jon889 opened this issue 14 years ago • 0 comments

I copied the data model file into my project and it gets the list of questions now, however the answers property of the SKQuestions returned doesn't contain anything it gives a coredata error which I don't understand:

Relationship fault for (<NSRelationshipDescription: 0xb9e9210>), name answers, isOptional 1, isTransient 0, entity SKQuestion, renamingIdentifier answers, validation predicates (
), warnings (
), versionHashModifier (null), destination entity SKAnswer, inverseRelationship question, minCount 0, maxCount 0 on 0xb6be8b0

All I'm looking for is the answer count and if there is an accepted answer, do I have to request the answers for that question as well, because that will increase the bandwidth used too much, just to get a list of questions. Before there used to be answer count and accepted answer id properties?

Jon889 avatar Feb 26 '11 11:02 Jon889