Strange error inserting new relationship data in core-data
- by michael
My app will allow users to create a personalised list of events from a large list of events. I have a table view which simply displays these events, tapping on one of them takes the user to the event details view, which has a button "add to my events".
In this detailed view I own the original event object, retrieved via an…