carekit-apple / CareKit

CareKit is an open source software framework for creating apps that help people better understand and manage their health.
https://www.researchandcare.org
Other
2.4k stars 443 forks source link

No such module ResearchKit #15

Closed ksoftllc closed 8 years ago

ksoftllc commented 8 years ago

When I try to build the sample app, I get the error "no such module ResearchKit" in the HealthSampleBuilder.swift source file.

YuanZhu-apple commented 8 years ago

@ksoftllc Did you use this command to clone?

git clone --recurse-submodules https://github.com/carekit-apple/carekit.git
ksoftllc commented 8 years ago

No, I simply downloaded the zip file. I have resolved the issue by downloading the ResearchKit as well and adding it to the workspace. It is now building.