benjaminRoberts01375 / Map-Map

A SwiftUI application for overlaying photos of maps on a real map.
GNU General Public License v3.0
6 stars 1 forks source link

Tighten up Core Data deletions #135

Closed benjaminRoberts01375 closed 3 months ago

benjaminRoberts01375 commented 3 months ago

Briefly Describe the Bug: When deleting objects from Core Data, it's very possible that an error will arise due to conflicting constraints (ex. a branch is required to have a GPS Map, but the GPS Map was deleted).