You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Helo i have problem to running in iOS 12, i got error like this
dyld: Symbol not found: _OBJC_CLASS_$_HKElectrocardiogramQuery Referenced from: /private/var/containers/Bundle/Application/78839E94-30FE-4E9F-9ADB-F5C39FC9A97A/Runner.app/Frameworks/HealthKitReporter.framework/HealthKitReporter Expected in: /System/Library/Frameworks/HealthKit.framework/HealthKit in /private/var/containers/Bundle/Application/78839E94-30FE-4E9F-9ADB-F5C39FC9A97A/Runner.app/Frameworks/HealthKitReporter.framework/HealthKitReporter
but I don't use or call, I don't even need to call an Electrocardiogram. Is there a solution for this case?
The text was updated successfully, but these errors were encountered:
Helo i have problem to running in iOS 12, i got error like this
dyld: Symbol not found: _OBJC_CLASS_$_HKElectrocardiogramQuery Referenced from: /private/var/containers/Bundle/Application/78839E94-30FE-4E9F-9ADB-F5C39FC9A97A/Runner.app/Frameworks/HealthKitReporter.framework/HealthKitReporter Expected in: /System/Library/Frameworks/HealthKit.framework/HealthKit in /private/var/containers/Bundle/Application/78839E94-30FE-4E9F-9ADB-F5C39FC9A97A/Runner.app/Frameworks/HealthKitReporter.framework/HealthKitReporter
but I don't use or call, I don't even need to call an Electrocardiogram. Is there a solution for this case?
The text was updated successfully, but these errors were encountered: