我已经从苹果开发者网站下载了示例 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
任何人都可以解决这个问题吗?