StackKit icon indicating copy to clipboard operation
StackKit copied to clipboard

A CoreData-like approach to a StackOverflow api

Results 6 StackKit issues
Sort by recently updated
recently updated
newest added

In an attempt to avoid duplicated effort I've been trying to use the `coredata` branch of StackKit. I'm using Xcode 4.2.1 and have created a workspace containing two projects -...

reason: 'executeFetchRequest:error: A fetch request must have an entity.' what is solution in CodeData?

In the `buildURL` method of the SKRequestBuilders, if no predicate is set the app crashes with EXC_BAD_ACCESS. Eg in [`_SKRequestBuilderTags`](https://github.com/davedelong/StackKit/blob/master/Classes/_SKRequestBuilderTags.m#L50): It occurs on line 62. I think this is because...

constantValueForLeftExpression is not present in NSPredicate+SKAdditions.h. sk_constantValueForLeftKeyPath is, however it takes NSString (not NSExpression) as argument. Not sure what was Dave's intention here.

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...

``` *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'executeFetchRequest:error: A fetch request must have an entity.' *** Call stack at first throw: ( 0 CoreFoundation 0x012f3be9 __exceptionPreprocess +...