我正在尝试按照https://github.com/NativeScript/sample-iOS-HealthKit上的文档进行操作,因为这些文档很难被记录下来... tsk tsk tsk
我在xcode项目中启用了healthkit。
根据我尝试导入的此示例https://github.com/NativeScript/sample-iOS-HealthKit/blob/master/app/components/main/main.ts文件:
var healthStore: HKHealthStore;
cant find name HKHealthStore
如何正确导入?
由于
答案 0 :(得分:0)
该样本2岁,从NativeScript的早期开始。看起来平台类型定义是当时tns_modules的一部分,所以这就是项目将它们放在一起的原因(在https://raw.githubusercontent.com/NativeScript/sample-iOS-HealthKit/master/app/tns_modules/ios.d.ts中查找HKHealthStore
)。
您需要添加此插件并按照说明在项目中获取HealthKit类型和代码完成情况:https://www.npmjs.com/package/tns-platform-declarations