【发布时间】:2016-08-31 03:14:52
【问题描述】:
我已经从https://labs.appcelerator.com/project/55c3c788e014044625e9b2a1/HealthKit-Module 下载了 ti.healthkit,但我无法构建它,尽管我按照说明做了。
所以我得到了错误
Chances are there is an issue with your entitlements. Verify the bundle IDs in the generated Info.plist file.
我还添加
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>healthkit</string>
</array>
进入 tiapp.xml。但我仍然遇到同样的错误。
那么,我该如何解决呢?
期待您的回答。
非常感谢。
【问题讨论】:
标签: appcelerator appcelerator-titanium healthkit titanium-modules