I want to optimize Core Data and set the com.apple.CoreData.ConcurrencyDebug 1 flag. Now I get the exc_bad_instruction error for predicate. I didn't find enoght informations about it, only that can be the nil value, but I don't know how to fix it.
Asked
Active
Viewed 370 times
3

Ekta Padaliya
- 5,743
- 3
- 39
- 51

Nikita Ermolenko
- 2,139
- 2
- 19
- 41
-
If a `CDUser` is an `NSManagedObject` subclass then it means that you are accessing its properties not from it's MOC thread. – bteapot Dec 30 '15 at 09:51
-
1I am experiencing the same error. Did you manage to solve this ? – Kong Hantrakool Jan 29 '16 at 11:25