meteor-ios icon indicating copy to clipboard operation
meteor-ios copied to clipboard

Todos scheme crashes

Open calioasis opened this issue 9 years ago • 1 comments

I'm not able to run the todos scheme:

CoreData: error: Property 'incompleteCount' is a scalar type on class 'Todos.List' that does not match its Entity's property's scalar type. Dynamically generated accessors do not support implicit type coercion. Cannot generate a getter method for it. 2015-06-01 16:15:07.462 Todos[10611:799384] -[Todos.List incompleteCount]: unrecognized selector sent to instance 0x7a1754d0 2015-06-01 16:15:07.468 Todos[10611:799384] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[Todos.List incompleteCount]: unrecognized selector sent to instance 0x7a1754d0'

calioasis avatar Jun 01 '15 23:06 calioasis

In List.swift, I changed 'int' to Int64, and now it works

calioasis avatar Jun 01 '15 23:06 calioasis