I recently downloaded iOS 8 to make sure my existing application is working correctly with it, but I get a warning in the debugger on startup:
"CoreData: warning: Unable to load class named 'CDAccount' for entity 'CDAccount'. Class not found, using default NSManagedObject instead."
After some research, it seems that people had similar problems when using Core Data in Swift, but all my code is in Objective-C (and the data model has not changed for at least 6 months).
Any advice is greatly appreciated, I'm very nervous that my application will not function properly once people start upgrading to iOS 8!
source share