michaelarmstrong/SuperRecord

Wrong Framework integration

PGLongo opened this issue · 1 comments

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)

Sorry but it was a problem in mine configuration