We have an Enterprise App that has been running fine in iOS 9 and I have been testing in iOS 10 beta 3 and have no updated to beta 4. However we have an issue in that when we call save context after creating a new object it crashes and I can't seem to work out why.
The error message is as follows:
Unresolved error Error Domain=NSCocoaErrorDomain Code=132001 "(null)"
UserInfo={message=attempt to recursively call -save: on the context aborted,Somehting has obviously changed and the way that we are dealing with an accessing the NSManagedObjectContext, has anyone else experienced this when upgrading from iOS 9 to iOS 10? The applicaiton is still build with objective c as we haven't had the resources to make the jump to swift.