-
In viewWillAppear of ORKTaskViewController, a request for HealthKit authorization is completed for non instructional ORKSteps:
```
if (![step isKindOfClass:[ORKInstructionStep class]]) {
[self st…
-
**I try to save a workout route harmonized but I git error**
**I try to save like this:**
```
try {
final canWrite = await HealthKitReporter.isAuthorizedToWrite(
SeriesType.work…
-
-
-
-
-
-
-
### Describe the bug
As title states, the initHealthKit callback function is never executed resulting in requests to AHK failing with message:
```
{ code: 'ECOM.APPLE.HEALTHKIT5',
message: 'Aut…
-
Getting this error while building with xcodebuild. Using release 0.7.2v.
I've tried `bundle exec pod install` and removing my `Podfile.lock` with no luck so far. Any idea what might be causing this…