kvs-coder / health_kit_reporter

A Flutter wrapper for the HealthKitReporter library
https://pub.dev/packages/health_kit_reporter
MIT License
38 stars 38 forks source link

Crash in iOS 12 #73

Open samueljiwandono0310 opened 1 month ago

samueljiwandono0310 commented 1 month ago

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?