Bonjour,

Voilà je me suis lancer dans le Core Data et je rencontre de nombreux problèmes. Après plusieurs Tutos j'ai fini sur celui-là :
http://www.raywenderlich.com/934/cor...etting-started

Je fais quasiment la même chose sauf qu’au lancement de mon application j'ai cette erreur :

2013-03-07 11:21:40.526 myApp[99818:c07] -[StationsInfo setName:]: unrecognized selector sent to instance 0x9d87130
2013-03-07 11:21:40.527 myApp[99818:c07] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[StationsInfo setName:]: unrecognized selector sent to instance 0x9d87130'
*** First throw call stack:
(0x1763012 0x1588e7e 0x17ee4bd 0x1752bbc 0x175294e 0x262f 0x4ca157 0x4ca747 0x4cb94b 0x4dccb5 0x4ddbeb 0x4cf698 0x25b0df9 0x25b0ad0 0x16d8bf5 0x16d8962 0x1709bb6 0x1708f44 0x1708e1b 0x4cb17a 0x4ccffc 0x24ed 0x2415)
libc++abi.dylib: terminate called throwing an exception
Sachant que mes deux entités s'appellent : StationsInfo et StationsDétails

Si vous avez déjà eu cette erreur, je ne suis pas contre un coup de pouce !

Merci.