2

我已经从苹果开发者网站下载了示例 Health-kit 应用程序 ( FitStoreandRetrieveHealthKitData )。尝试使用Xcode 6 beta 在我的 iPhone 上运行它。但未能在设备上运行应用程序并出现错误

dyld: Symbol not found: _HKQuantityTypeIdentifierDietaryCalories
  Referenced from: /private/var/mobile/Containers/Bundle/Application/95F193C0-52CE-47E0-92C4-0BF436AEB3AE/Fit.app/Fit
  Expected in: /System/Library/Frameworks/HealthKit.framework/HealthKit
 in /private/var/mobile/Containers/Bundle/Application/95F193C0-52CE-47E0-92C4-0BF436AEB3AE/Fit.app/Fit

任何人都可以解决这个问题吗?

4

1 回答 1

3

HKQuantityTypeIdentifierDietaryCalories 已重命名为 HKQuantityTypeIdentifierDietaryEnergyConsumed。确保使用与您在 iPhone 上安装的 iOS 8 版本相对应的 iOS 8 SDK 版本构建项目。

于 2014-09-08T16:21:31.220 回答