I have an app which uses core data and i'm trying to add a today extension to it which also access the data I have it set up so far and its able to access the data, but i'm having trouble with the classes for the entities. I get the following error
CoreData: warning: Unable to load class named 'Med_Track_2.Medicine' for entity 'Medicine'
Med_Track_2
is the product name for the main app, Medicine_Tracker_2
is the name for the extension
The medicine class is added to both targets
Is there a way around this?