StackKit
StackKit copied to clipboard
No Answers on SKQuestion
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?