0

enter image description here

Has anyone else come across this, and/or knows of a fix?

Lorenzo
  • 3,293
  • 4
  • 29
  • 56
Salvador
  • 11
  • 2
  • 1
    Clean your project: [http://stackoverflow.com/questions/25998429/xcode-version-6-1-6a1030-apple-match-o-linker-error-building/25998724#25998724](http://stackoverflow.com/questions/25998429/xcode-version-6-1-6a1030-apple-match-o-linker-error-building/25998724#25998724) – zisoft Oct 01 '15 at 05:21
  • clean your project and delete derived data – Uma Madhavi Oct 01 '15 at 05:31

1 Answers1

0

I figured it out. "EditaPago" needed to conform to FetchedresultControllerDelegate protocol, at least on the NSFetchedResultsChangeType method.

Salvador
  • 11
  • 2