Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compiling for iOS 13.0, but module 'ResearchKit' has a minimum deployment target of iOS 15.0 #8

Open
AbdalWadud opened this issue Mar 22, 2022 · 3 comments

Comments

@AbdalWadud
Copy link

Screenshot 2022-03-22 at 4 10 49 PM

Everytime.. I try to build the recover app these errors pop-up.
I have re-installed it multiple times but nothing change.
I am using latest update of Xcode(13.3).

@samuelalake
Copy link

I'm having the same problem too. The issue is described here: carekit-apple/CareKit#645 (comment)

I believe you'd need to update CareKit to support iOS15.

I've tried but I'm having an issue with SPM url install. Let me know if it works for you

@AbdalWadud
Copy link
Author

@samuelalake Thank you so much sir for your help.

@Hengyu
Copy link

Hengyu commented Apr 3, 2022

Don't use the latest ResearchKit in main branch, it requires iOS 15.0 as the minimum deployment target.
Instead, try using the commit ResearchKit/ResearchKit@90c68d0 prior to the iOS 15.0 requirement.

cd ResearchKit
git checkout 90c68d0d195f23fff1f618a9a4ffa518be9ac845

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants