ModelContainer: SwiftData.ModelContainer Configurations: [ModelConfiguration name: default url: file:///Users/bobsoule/Library/Containers/B43D6A46-213E-427E-ACE5-B7EE77071C0C/Data/Library/Application%20Support/default.store allowsSave: true isStoredInMemoryOnly: false cloudKitDatabase: CloudKitDatabase(_automatic: true, _none: false, _privateDBName: nil) cloudKitContainerIdentifier: nil groupContainer: GroupContainer(_automatic: true, _none: false, _identifier: nil) groupAppContainerIdentifier: nil] Schema: Schema schemaEncodingVersion: 1.0.0 encodingVersion: 1.0.0 entities: Entity - name: ArtPiece superentity: subentities: storedProperties: Attribute - name: artPieceID, options: [], valueType: Int32, defaultValue: 10, hashModifier: nil Attribute - name: artName, options: [], valueType: String, defaultValue: , hashModifier: nil Attribute - name: artDescription, options: [], valueType: String, defaultValue: , hashModifier: nil Attribute - name: artNote, options: [], valueType: String, defaultValue: , hashModifier: nil Attribute - name: artcreateDate, options: [], valueType: Date, defaultValue: 2024-08-03 12:09:17 +0000, hashModifier: nil Attribute - name: artistName, options: [], valueType: String, defaultValue: , hashModifier: nil Attribute - name: artMedium, options: [], valueType: String, defaultValue: , hashModifier: nil Attribute - name: artPrice, options: [], valueType: Double, defaultValue: 0.0, hashModifier: nil Attribute - name: artType, options: [], valueType: String, defaultValue: , hashModifier: nil Attribute - name: artNumberCopies, options: [], valueType: Int, defaultValue: 1, hashModifier: nil Attribute - name: artCostOfMaterials, options: [], valueType: String, defaultValue: , hashModifier: nil Attribute - name: artTimeToCreate, options: [], valueType: String, defaultValue: , hashModifier: nil Attribute - name: artStatus, options: [], valueType: String, defaultValue: , hashModifier: nil Attribute - name: artLocation, options: [], valueType: String, defaultValue: , hashModifier: nil Attribute - name: artImage, options: [], valueType: Array>, defaultValue: [0 bytes], hashModifier: nil Attribute - name: isSelected, options: [], valueType: Bool, defaultValue: false, hashModifier: nil Attribute - name: artDefinedFields, options: [], valueType: Array, defaultValue: [], hashModifier: nil Attribute - name: artScanObjects, options: [], valueType: Array, defaultValue: [], hashModifier: nil inheritedProperties: uniquenessConstraints: Entity - name: Clientele superentity: subentities: storedProperties: Attribute - name: clientNumber, options: [], valueType: Int32, defaultValue: 0, hashModifier: nil Attribute - name: clientImage, options: [], valueType: Optional<data>, defaultValue: nil, hashModifier: nil Attribute - name: clientName, options: [], valueType: String, defaultValue: , hashModifier: nil Attribute - name: clientAddress, options: [], valueType: String, defaultValue: , hashModifier: nil Attribute - name: clientShipAddress, options: [], valueType: String, defaultValue: , hashModifier: nil Attribute - name: clientLocationName, options: [], valueType: String, defaultValue: , hashModifier: nil Attribute - name: clientPhoneNumber, options: [], valueType: String, defaultValue: , hashModifier: nil Attribute - name: clientEmail, options: [], valueType: String, defaultValue: , hashModifier: nil Attribute - name: clientType, options: [], valueType: String, defaultValue: , hashModifier: nil Attribute - name: clientBilledAmt, options: [], valueType: Double, defaultValue: 0.0, hashModifier: nil Attribute - name: clientPayedAmt, options: [], valueType: Double, defaultValue: 0.0, hashModifier: nil Attribute - name: clientConsigmentPercent, options: [], valueType: String, defaultValue: , hashModifier: nil Attribute - name: clientDateAdded, options: [], valueType: Date, defaultValue: 2024-08-03 12:09:17 +0000, hashModifier: nil Attribute - name: clientIsSelected, options: [], valueType: Bool, defaultValue: false, hashModifier: nil Attribute - name: clientTaxable, options: [], valueType: Bool, defaultValue: false, hashModifier: nil inheritedProperties: uniquenessConstraints: Entity - name: TrackingArt superentity: subentities: storedProperties: Attribute - name: artID, options: [], valueType: Int32, defaultValue: 0, hashModifier: nil Attribute - name: trackingID, options: [], valueType: Int, defaultValue: 0, hashModifier: nil Attribute - name: trackingLocation, options: [], valueType: String, defaultValue: , hashModifier: nil Attribute - name: arrivalDate, options: [], valueType: Date, defaultValue: 2024-08-03 12:09:17 +0000, hashModifier: nil Attribute - name: departureDate, options: [], valueType: Date, defaultValue: 2024-08-03 12:09:17 +0000, hashModifier: nil Attribute - name: currentLocation, options: [], valueType: Bool, defaultValue: false, hashModifier: nil inheritedProperties: uniquenessConstraints: Entity - name: Invoice superentity: subentities: storedProperties: Attribute - name: invoiceNumber, options: [], valueType: Int32, defaultValue: 1, hashModifier: nil Attribute - name: invoicePatronID, options: [], valueType: Int32, defaultValue: 1, hashModifier: nil Attribute - name: invoicePatronName, options: [], valueType: String, defaultValue: , hashModifier: nil Attribute - name: invoicePatronAddress, options: [], valueType: String, defaultValue: , hashModifier: nil Attribute - name: invoicePatronPO, options: [], valueType: String, defaultValue: , hashModifier: nil Attribute - name: invoiceAmount, options: [], valueType: Double, defaultValue: 0.0, hashModifier: nil Attribute - name: invoiceTax, options: [], valueType: Double, defaultValue: 0.0, hashModifier: nil Attribute - name: invoiceShipping, options: [], valueType: Double, defaultValue: 0.0, hashModifier: nil Attribute - name: invoiceConsignment, options: [], valueType: Double, defaultValue: 0.0, hashModifier: nil Attribute - name: invoiceStatus, options: [], valueType: String, defaultValue: , hashModifier: nil Attribute - name: invoiceDateCreated, options: [], valueType: Date, defaultValue: 2024-08-03 12:09:17 +0000, hashModifier: nil Attribute - name: invoiceDateDue, options: [], valueType: Date, defaultValue: 2024-08-03 12:09:17 +0000, hashModifier: nil Attribute - name: invoiceDateBilled, options: [], valueType: Date, defaultValue: 2024-08-03 12:09:17 +0000, hashModifier: nil Attribute - name: invoiceDatePayed, options: [], valueType: Date, defaultValue: 2024-08-03 12:09:17 +0000, hashModifier: nil Attribute - name: invoiceIsSelected, options: [], valueType: Bool, defaultValue: false, hashModifier: nil Relationship - name: invoiceArtItems, options: [], valueType: Optional>, destination: InvoiceItem, inverseName: invoice, inverseKeypath: Optional(\InvoiceItem.invoice) inheritedProperties: uniquenessConstraints: Entity - name: InvoiceItem superentity: subentities: storedProperties: Attribute - name: invoiceItemID, options: [], valueType: Int32, defaultValue: 1, hashModifier: nil Attribute - name: invoiceNumber, options: [], valueType: Int32, defaultValue: 1, hashModifier: nil Attribute - name: invoiceItemArtID, options: [], valueType: Int32, defaultValue: 1, hashModifier: nil Attribute - name: invoiceItemName, options: [], valueType: String, defaultValue: , hashModifier: nil Attribute - name: invoiceItemDescription, options: [], valueType: String, defaultValue: , hashModifier: nil Attribute - name: invoiceItemQuantity, options: [], valueType: Int, defaultValue: 0, hashModifier: nil Attribute - name: invoiceItemAmount, options: [], valueType: Double, defaultValue: 0.0, hashModifier: nil Attribute - name: invoiceItemDateBilled, options: [], valueType: Date, defaultValue: 2024-08-03 12:09:17 +0000, hashModifier: nil Relationship - name: invoice, options: [], valueType: Optional, destination: Invoice, inverseName: invoiceArtItems, inverseKeypath: Optional(\Invoice.invoiceArtItems) inheritedProperties: uniquenessConstraints: Entity - name: AppSettings superentity: subentities: storedProperties: Attribute - name: setID, options: [], valueType: Int32, defaultValue: 0, hashModifier: nil Attribute - name: setCompanyName, options: [], valueType: String, defaultValue: , hashModifier: nil Attribute - name: setAddress, options: [], valueType: String, defaultValue: , hashModifier: nil Attribute - name: setEmail, options: [], valueType: String, defaultValue: , hashModifier: nil Attribute - name: setPhone, options: [], valueType: String, defaultValue: , hashModifier: nil Attribute - name: setCompanyLogo, options: [], valueType: Optional<data>, defaultValue: nil, hashModifier: nil Attribute - name: setTaxRate, options: [], valueType: Double, defaultValue: 0.0, hashModifier: nil Attribute - name: setDueDateDays, options: [], valueType: Int, defaultValue: 0, hashModifier: nil Attribute - name: setiCloud, options: [], valueType: Bool, defaultValue: false, hashModifier: nil Attribute - name: setHelp, options: [], valueType: Bool, defaultValue: true, hashModifier: nil Attribute - name: defaultShipper, options: [], valueType: String, defaultValue: , hashModifier: nil Attribute - name: setClientID, options: [], valueType: Int, defaultValue: 0, hashModifier: nil Attribute - name: setTrackingID, options: [], valueType: Int, defaultValue: 0, hashModifier: nil Attribute - name: setArtID, options: [], valueType: Int, defaultValue: 0, hashModifier: nil Attribute - name: setInvoiceNumber, options: [], valueType: Int, defaultValue: 0, hashModifier: nil Attribute - name: setInvoiceItemNumber, options: [], valueType: Int, defaultValue: 0, hashModifier: nil Attribute - name: setPayID, options: [], valueType: Int, defaultValue: 0, hashModifier: nil Attribute - name: tier1, options: [], valueType: String, defaultValue: 200, hashModifier: nil Attribute - name: tier2, options: [], valueType: String, defaultValue: 350, hashModifier: nil Attribute - name: tier3, options: [], valueType: String, defaultValue: 500, hashModifier: nil Attribute - name: tier4, options: [], valueType: String, defaultValue: 1000, hashModifier: nil Attribute - name: setisSetupDone, options: [], valueType: Bool, defaultValue: false, hashModifier: nil Attribute - name: setBusinessType, options: [], valueType: String, defaultValue: Paintings, hashModifier: nil Attribute - name: setDailyImage, options: [], valueType: Optional<data>, defaultValue: nil, hashModifier: nil Attribute - name: userDefinedFields, options: [], valueType: Array, defaultValue: [], hashModifier: nil inheritedProperties: uniquenessConstraints: Entity - name: Pay superentity: subentities: storedProperties: Attribute - name: payNumber, options: [], valueType: Int32, defaultValue: 0, hashModifier: nil Attribute - name: payType, options: [], valueType: String, defaultValue: , hashModifier: nil Attribute - name: payCheckNumber, options: [], valueType: String, defaultValue: , hashModifier: nil Attribute - name: payPatronID, options: [], valueType: Int32, defaultValue: 0, hashModifier: nil Attribute - name: payPatronName, options: [], valueType: String, defaultValue: , hashModifier: nil Attribute - name: payPatronAddress, options: [], valueType: String, defaultValue: , hashModifier: nil Attribute - name: payPaymentAmount, options: [], valueType: Double, defaultValue: 0.0, hashModifier: nil Attribute - name: payDatePayed, options: [], valueType: Date, defaultValue: 2024-08-03 12:09:17 +0000, hashModifier: nil Attribute - name: payIsSelected, options: [], valueType: Bool, defaultValue: false, hashModifier: nil inheritedProperties: uniquenessConstraints: LSPrefs: could not find untranslocated node for { isDir = ?, path = '/private/var/folders/dg/ztwpgybs5d7bkqr50_9q8vg40000gn/X/E906F1EF-CD15-5C8E-BBE4-F0B2EF4C78F1/d/Wrapper/ArtManager.app' }, proceeding on the assumption it is not translocated: Error Domain=NSPOSIXErrorDomain Code=1 "Operation not permitted" LSPrefs: could not find untranslocated node for { isDir = ?, path = '/private/var/folders/dg/ztwpgybs5d7bkqr50_9q8vg40000gn/X/E906F1EF-CD15-5C8E-BBE4-F0B2EF4C78F1/d/Wrapper/ArtManager.app' }, proceeding on the assumption it is not translocated: Error Domain=NSPOSIXErrorDomain Code=1 "Operation not permitted" LSPrefs: could not find untranslocated node for { isDir = ?, path = '/private/var/folders/dg/ztwpgybs5d7bkqr50_9q8vg40000gn/X/E906F1EF-CD15-5C8E-BBE4-F0B2EF4C78F1/d/Wrapper/ArtManager.app' }, proceeding on the assumption it is not translocated: Error Domain=NSPOSIXErrorDomain Code=1 "Operation not permitted" LSPrefs: could not find untranslocated node for { isDir = ?, path = '/private/var/folders/dg/ztwpgybs5d7bkqr50_9q8vg40000gn/X/E906F1EF-CD15-5C8E-BBE4-F0B2EF4C78F1/d/Wrapper/ArtManager.app' }, proceeding on the assumption it is not translocated: Error Domain=NSPOSIXErrorDomain Code=1 "Operation not permitted" BOOL _NSPersistentUIDeleteItemAtFileURL(NSURL *const __strong) Failed to stat item: file:///Users/bobsoule/Library/Containers/B43D6A46-213E-427E-ACE5-B7EE77071C0C/Data/Library/Saved%20Application%20State/com.CHCS.ArtManager.savedState/restorecount.plist CLIENT ERROR: TUINSRemoteViewController does not override -viewServiceDidTerminateWithError: and thus cannot react to catastrophic errors beyond logging them CLIENT ERROR: TUINSRemoteViewController does not override -viewServiceDidTerminateWithError: and thus cannot react to catastrophic errors beyond logging them CLIENT ERROR: TUINSRemoteViewController does not override -viewServiceDidTerminateWithError: and thus cannot react to catastrophic errors beyond logging them -[RTIInputSystemClient remoteTextInputSessionWithID:performInputOperation:] perform input operation requires a valid sessionID. inputModality = Keyboard, inputOperation = , customInfoType = UIEmojiSearchOperations CLIENT ERROR: TUINSRemoteViewController does not override -viewServiceDidTerminateWithError: and thus cannot react to catastrophic errors beyond logging them CLIENT ERROR: TUINSRemoteViewController does not override -viewServiceDidTerminateWithError: and thus cannot react to catastrophic errors beyond logging them CLIENT ERROR: TUINSRemoteViewController does not override -viewServiceDidTerminateWithError: and thus cannot react to catastrophic errors beyond logging them CLIENT ERROR: TUINSRemoteViewController does not override -viewServiceDidTerminateWithError: and thus cannot react to catastrophic errors beyond logging them CLIENT ERROR: TUINSRemoteViewController does not override -viewServiceDidTerminateWithError: and thus cannot react to catastrophic errors beyond logging them CoreData: debug: PostSaveMaintenance: incremental_vacuum with freelist_count - 146 and pages_to_free 29 -[RTIInputSystemClient remoteTextInputSessionWithID:performInputOperation:] perform input operation requires a valid sessionID. inputModality = Keyboard, inputOperation = , customInfoType = UIEmojiSearchOperations CLIENT ERROR: TUINSRemoteViewController does not override -viewServiceDidTerminateWithError: and thus cannot react to catastrophic errors beyond logging them CLIENT ERROR: TUINSRemoteViewController does not override -viewServiceDidTerminateWithError: and thus cannot react to catastrophic errors beyond logging them -[RTIInputSystemClient remoteTextInputSessionWithID:performInputOperation:] perform input operation requires a valid sessionID. inputModality = Keyboard, inputOperation = , customInfoType = UIEmojiSearchOperations CLIENT ERROR: TUINSRemoteViewController does not override -viewServiceDidTerminateWithError: and thus cannot react to catastrophic errors beyond logging them -[RTIInputSystemClient remoteTextInputSessionWithID:performInputOperation:] perform input operation requires a valid sessionID. inputModality = Keyboard, inputOperation = , customInfoType = UIEmojiSearchOperations CLIENT ERROR: TUINSRemoteViewController does not override -viewServiceDidTerminateWithError: and thus cannot react to catastrophic errors beyond logging them CLIENT ERROR: TUINSRemoteViewController does not override -viewServiceDidTerminateWithError: and thus cannot react to catastrophic errors beyond logging them CLIENT ERROR: TUINSRemoteViewController does not override -viewServiceDidTerminateWithError: and thus cannot react to catastrophic errors beyond logging them CLIENT ERROR: TUINSRemoteViewController does not override -viewServiceDidTerminateWithError: and thus cannot react to catastrophic errors beyond logging them CLIENT ERROR: TUINSRemoteViewController does not override -viewServiceDidTerminateWithError: and thus cannot react to catastrophic errors beyond logging them error: Error: Persistent History (14) has to be truncated due to the following entities being removed: ( AppSettings, Invoice, Clientele, Pay, InvoiceItem, TrackingArt ) CoreData: error: Error: Persistent History (14) has to be truncated due to the following entities being removed: ( AppSettings, Invoice, Clientele, Pay, InvoiceItem, TrackingArt ) warning: Warning: Dropping Indexes for Persistent History CoreData: warning: Warning: Dropping Indexes for Persistent History warning: Warning: Dropping Transactions prior to 14 for Persistent History CoreData: warning: Warning: Dropping Transactions prior to 14 for Persistent History warning: Warning: Dropping Changes prior to TransactionID 14 for Persistent History CoreData: warning: Warning: Dropping Changes prior to TransactionID 14 for Persistent History error: (1) I/O error for database at /Users/bobsoule/Library/Containers/B43D6A46-213E-427E-ACE5-B7EE77071C0C/Data/Library/Application Support/default.store. SQLite error code:1, 'no such table: ZCLIENTELE' CoreData: error: (1) I/O error for database at /Users/bobsoule/Library/Containers/B43D6A46-213E-427E-ACE5-B7EE77071C0C/Data/Library/Application Support/default.store. SQLite error code:1, 'no such table: ZCLIENTELE' error: SQLCore dispatchRequest: exception handling request: , I/O error for database at /Users/bobsoule/Library/Containers/B43D6A46-213E-427E-ACE5-B7EE77071C0C/Data/Library/Application Support/default.store. SQLite error code:1, 'no such table: ZCLIENTELE' with userInfo of { NSFilePath = "/Users/bobsoule/Library/Containers/B43D6A46-213E-427E-ACE5-B7EE77071C0C/Data/Library/Application Support/default.store"; NSSQLiteErrorDomain = 1; } CoreData: error: SQLCore dispatchRequest: exception handling request: , I/O error for database at /Users/bobsoule/Library/Containers/B43D6A46-213E-427E-ACE5-B7EE77071C0C/Data/Library/Application Support/default.store. SQLite error code:1, 'no such table: ZCLIENTELE' with userInfo of { NSFilePath = "/Users/bobsoule/Library/Containers/B43D6A46-213E-427E-ACE5-B7EE77071C0C/Data/Library/Application Support/default.store"; NSSQLiteErrorDomain = 1; } error: -executeRequest: encountered exception = I/O error for database at /Users/bobsoule/Library/Containers/B43D6A46-213E-427E-ACE5-B7EE77071C0C/Data/Library/Application Support/default.store. SQLite error code:1, 'no such table: ZCLIENTELE' with userInfo = { NSFilePath = "/Users/bobsoule/Library/Containers/B43D6A46-213E-427E-ACE5-B7EE77071C0C/Data/Library/Application Support/default.store"; NSSQLiteErrorDomain = 1; } CoreData: error: -executeRequest: encountered exception = I/O error for database at /Users/bobsoule/Library/Containers/B43D6A46-213E-427E-ACE5-B7EE77071C0C/Data/Library/Application Support/default.store. SQLite error code:1, 'no such table: ZCLIENTELE' with userInfo = { NSFilePath = "/Users/bobsoule/Library/Containers/B43D6A46-213E-427E-ACE5-B7EE77071C0C/Data/Library/Application Support/default.store"; NSSQLiteErrorDomain = 1; } error: (1) I/O error for database at /Users/bobsoule/Library/Containers/B43D6A46-213E-427E-ACE5-B7EE77071C0C/Data/Library/Application Support/default.store. SQLite error code:1, 'no such table: ZCLIENTELE' CoreData: error: (1) I/O error for database at /Users/bobsoule/Library/Containers/B43D6A46-213E-427E-ACE5-B7EE77071C0C/Data/Library/Application Support/default.store. SQLite error code:1, 'no such table: ZCLIENTELE' error: SQLCore dispatchRequest: exception handling request: , I/O error for database at /Users/bobsoule/Library/Containers/B43D6A46-213E-427E-ACE5-B7EE77071C0C/Data/Library/Application Support/default.store. SQLite error code:1, 'no such table: ZCLIENTELE' with userInfo of { NSFilePath = "/Users/bobsoule/Library/Containers/B43D6A46-213E-427E-ACE5-B7EE77071C0C/Data/Library/Application Support/default.store"; NSSQLiteErrorDomain = 1; } CoreData: error: SQLCore dispatchRequest: exception handling request: , I/O error for database at /Users/bobsoule/Library/Containers/B43D6A46-213E-427E-ACE5-B7EE77071C0C/Data/Library/Application Support/default.store. SQLite error code:1, 'no such table: ZCLIENTELE' with userInfo of { NSFilePath = "/Users/bobsoule/Library/Containers/B43D6A46-213E-427E-ACE5-B7EE77071C0C/Data/Library/Application Support/default.store"; NSSQLiteErrorDomain = 1; } error: -executeRequest: encountered exception = I/O error for database at /Users/bobsoule/Library/Containers/B43D6A46-213E-427E-ACE5-B7EE77071C0C/Data/Library/Application Support/default.store. SQLite error code:1, 'no such table: ZCLIENTELE' with userInfo = { NSFilePath = "/Users/bobsoule/Library/Containers/B43D6A46-213E-427E-ACE5-B7EE77071C0C/Data/Library/Application Support/default.store"; NSSQLiteErrorDomain = 1; } CoreData: error: -executeRequest: encountered exception = I/O error for database at /Users/bobsoule/Library/Containers/B43D6A46-213E-427E-ACE5-B7EE77071C0C/Data/Library/Application Support/default.store. SQLite error code:1, 'no such table: ZCLIENTELE' with userInfo = { NSFilePath = "/Users/bobsoule/Library/Containers/B43D6A46-213E-427E-ACE5-B7EE77071C0C/Data/Library/Application Support/default.store"; NSSQLiteErrorDomain = 1; } error: (1) I/O error for database at /Users/bobsoule/Library/Containers/B43D6A46-213E-427E-ACE5-B7EE77071C0C/Data/Library/Application Support/default.store. SQLite error code:1, 'no such table: ZCLIENTELE' CoreData: error: (1) I/O error for database at /Users/bobsoule/Library/Containers/B43D6A46-213E-427E-ACE5-B7EE77071C0C/Data/Library/Application Support/default.store. SQLite error code:1, 'no such table: ZCLIENTELE' error: SQLCore dispatchRequest: exception handling request: , I/O error for database at /Users/bobsoule/Library/Containers/B43D6A46-213E-427E-ACE5-B7EE77071C0C/Data/Library/Application Support/default.store. SQLite error code:1, 'no such table: ZCLIENTELE' with userInfo of { NSFilePath = "/Users/bobsoule/Library/Containers/B43D6A46-213E-427E-ACE5-B7EE77071C0C/Data/Library/Application Support/default.store"; NSSQLiteErrorDomain = 1; } CoreData: error: SQLCore dispatchRequest: exception handling request: , I/O error for database at /Users/bobsoule/Library/Containers/B43D6A46-213E-427E-ACE5-B7EE77071C0C/Data/Library/Application Support/default.store. SQLite error code:1, 'no such table: ZCLIENTELE' with userInfo of { NSFilePath = "/Users/bobsoule/Library/Containers/B43D6A46-213E-427E-ACE5-B7EE77071C0C/Data/Library/Application Support/default.store"; NSSQLiteErrorDomain = 1; } error: -executeRequest: encountered exception = I/O error for database at /Users/bobsoule/Library/Containers/B43D6A46-213E-427E-ACE5-B7EE77071C0C/Data/Library/Application Support/default.store. SQLite error code:1, 'no such table: ZCLIENTELE' with userInfo = { NSFilePath = "/Users/bobsoule/Library/Containers/B43D6A46-213E-427E-ACE5-B7EE77071C0C/Data/Library/Application Support/default.store"; NSSQLiteErrorDomain = 1; } CoreData: error: -executeRequest: encountered exception = I/O error for database at /Users/bobsoule/Library/Containers/B43D6A46-213E-427E-ACE5-B7EE77071C0C/Data/Library/Application Support/default.store. SQLite error code:1, 'no such table: ZCLIENTELE' with userInfo = { NSFilePath = "/Users/bobsoule/Library/Containers/B43D6A46-213E-427E-ACE5-B7EE77071C0C/Data/Library/Application Support/default.store"; NSSQLiteErrorDomain = 1; } error: (1) I/O error for database at /Users/bobsoule/Library/Containers/B43D6A46-213E-427E-ACE5-B7EE77071C0C/Data/Library/Application Support/default.store. SQLite error code:1, 'no such table: ZCLIENTELE' CoreData: error: (1) I/O error for database at /Users/bobsoule/Library/Containers/B43D6A46-213E-427E-ACE5-B7EE77071C0C/Data/Library/Application Support/default.store. SQLite error code:1, 'no such table: ZCLIENTELE' error: SQLCore dispatchRequest: exception handling request: , I/O error for database at /Users/bobsoule/Library/Containers/B43D6A46-213E-427E-ACE5-B7EE77071C0C/Data/Library/Application Support/default.store. SQLite error code:1, 'no such table: ZCLIENTELE' with userInfo of { NSFilePath = "/Users/bobsoule/Library/Containers/B43D6A46-213E-427E-ACE5-B7EE77071C0C/Data/Library/Application Support/default.store"; NSSQLiteErrorDomain = 1; } CoreData: error: SQLCore dispatchRequest: exception handling request: , I/O error for database at /Users/bobsoule/Library/Containers/B43D6A46-213E-427E-ACE5-B7EE77071C0C/Data/Library/Application Support/default.store. SQLite error code:1, 'no such table: ZCLIENTELE' with userInfo of { NSFilePath = "/Users/bobsoule/Library/Containers/B43D6A46-213E-427E-ACE5-B7EE77071C0C/Data/Library/Application Support/default.store"; NSSQLiteErrorDomain = 1; } Query encountered an error: Error Domain=NSCocoaErrorDomain Code=256 "The file “default.store” couldn’t be opened." UserInfo={NSFilePath=/Users/bobsoule/Library/Containers/B43D6A46-213E-427E-ACE5-B7EE77071C0C/Data/Library/Application Support/default.store, NSSQLiteErrorDomain=1} </data></data></data>