我正在尝试遵循https://github.com/NativeScript/sample-iOS-HealthKit的文档,让我们面对它是很糟糕的文档……嘟嘟嘟嘟
我在我的xcode项目中启用了healthkit。
根据我尝试导入的这个示例https://github.com/NativeScript/sample-iOS-HealthKit/blob/master/app/components/main/main.ts文件:
var healthStore: HKHealthStore;
cant find name HKHealthStore如何正确导入?
谢谢
https://stackoverflow.com/questions/44648018
复制相似问题