michaelarmstrong / SuperRecord

A small set of utilities to make working with CoreData and Swift a bit easier.
MIT License
366 stars 27 forks source link

Wrong Framework integration #9

Closed PGLongo closed 9 years ago

PGLongo commented 9 years ago

Is not possible to use SuperRecord as a GIT submodule (like Alamofire) but it's required to copy the entire SuperRecord folder in the project. Using:

    class func createNewEntity(context: NSManagedObjectContext = SuperCoreDataStack.defaultStack.managedObjectContext!) -> NSManagedObject 

This is the error generated:

2014-12-15 18:15:53.217 SecureReceipt[2912:457328] +[ClassName createNewEntityWithContext:]: unrecognized selector sent to class 0x474c8 (lldb)

PGLongo commented 9 years ago

Sorry but it was a problem in mine configuration