ObjectiveRecord icon indicating copy to clipboard operation
ObjectiveRecord copied to clipboard

ActiveRecord-like API for CoreData

Results 29 ObjectiveRecord issues
Sort by recently updated
recently updated
newest added

Hi Marin I found the override on category not work on my code base ``` my subclass's + (NSDictionary *)mappings will not be called if I use ObjetiveRecord by Cocoapods,...

When using `ObjectiveRecord` as a dynamic framework, `NSBundle.bundleForClass(self)` returns the framework's bundle which then, in turn, won't yield the correct CoreData model file. By overriding the bundle when using `CoreDataManager`...

**\* Skipped building ObjectiveRecord due to the error: Dependency "ObjectiveRecord" has no shared framework schemes Help...

More like a convinience not to specify "InContext" when calling: ``` - .all - .find - .where) ```

I've been using your library for quite some time now and love it. Also fully made the transition to Swift. Can you tell me if and when there will be...

The `create()` call fails because, in `createInContext:` the call to `[self entityName]` returns `'ModuleName.Classname"` instead of just `"Classname"` as it did in Obj-c. The format of the return type of...

Hi, is there a way of setting a date formatter for parsing dates? In the JSON answer I'm getting, the dates are set as milliseconds since 1970 e.g. ``` "anniversary":...

Hi guys, First I want to say that I admire what you've done on Kiwi library its very helpful for testing. Thank you. I've been trying to run the latest...