Has anyone else come across this, and/or knows of a fix?
Asked
Active
Viewed 61 times
0
-
1Clean 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 Answers
0
I figured it out. "EditaPago" needed to conform to FetchedresultControllerDelegate protocol, at least on the NSFetchedResultsChangeType method.

Salvador
- 11
- 2