The following line of code is giving me "globalID is a required value." error:
let result = try await appData.jointUseTable.queryFeatures(using: query)
This code works in version 100.12 (not using try await but completion block)
The jointUseTable comes from a mobile map package. I capture a reference to it after the map is loaded. I have verified that it has GlobalID field.
EDIT: Ends up that this is a CoreData issue and not related to the ESRI SDK at all.