Hello,
The new iOS 15 'Verifiable Health Records' sample code has an issue when I tap on the 'Request Samples' button:
The call to HKVerifiableClinicalRecordQuery in ContentView.swift:63 comes back with an error:
"Missing required entitlement identifier: verifiable-health-records"
But it's unclear to me where I need to add this entitlement?
In the Target , the HealthKit Capability is added with 'Clinical Health Records' selected. Is that not enough?
I also added "Privacy - Health Records Usage Description" in the Info.plist, but that didn't resolve it.
Thanks, Eiman