mariusgab

Results 2 comments of mariusgab

how you managed to install the library in the first place? for me it gives an error when running pod install: "target has transitive dependencies that include static binaries"

managed to make it work for sleep by changing to this code `var sample: HKObject? if (unitLookUp(key: type) == HKUnit.init(from: "")) { sample = HKCategorySample(type: dataTypeLookUp(key: type) as! HKCategoryType, value:...