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

Fix Xcode errors when using Framework in SPM #679

Closed
wants to merge 1 commit into from

Conversation

cbaker6
Copy link
Contributor

@cbaker6 cbaker6 commented Jan 13, 2023

One way to partially address #665 is to exclude the migrations file, CoreData/Migrations/2_0To2_1/2.0_2.1_Mapping.xcmappingmodel when using SPM. Though this is not ideal, we can recommend that users who need to migrate from an old version of OCKStore use drop the CareKit project into their projects directly as specified in #665 (comment).

People already using the current data store won't be effected by this change.

@gavirawson-apple
Copy link
Collaborator

I'd like to dig into the place where we use the mapping model before we think about removing it. I wouldn't want this to disappear if the framework specifies the file during the migration process. If migration is left up to the client, removing it might be okay for now.

@cbaker6 cbaker6 closed this Apr 9, 2023
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

Successfully merging this pull request may close these issues.

2 participants