-
Notifications
You must be signed in to change notification settings - Fork 443
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
Xcode 14/Ventura Beta5 issue with compiling carekitstore #665
Comments
I'm not seeing this issue on my end. Can you share your configuration (MacOS version, Xcode version, and CareKit branch)? Of note - it also looks the CareKit SPM package is being built here, is that intentional? |
When building a project that uses CareKit (latest commit on main) via SPM on macOS Ventura, the CareKitStore produces the following error: This error doesn't occur when building on macOS Monterey using Xcode 14.1. Though apps can still build and run with this error, Xcode Cloud will not build successfully because of it. To build a successful archive, the build has to be completed manually. |
And How to fix this error? Should we wait for a newer version of CareKit? |
Thanks for the additional info folks, I'm going to look into this on our end. |
I had the same issue, and it seemed to go away when I cloned the package and used it locally instead. |
Hi team, do we have any updates on this issue? This does not block the build & compile for local tests but does block the archive process which prevents us from releasing new versions. @gavirawson-apple |
I see, apologies for the inconvenience folks. We're working on this on our end but will need some more time to get it resolved. In the meantime, I recommend embedding the frameworks in Xcode instead of using SPM. From my testing it seems like this issue doesn't appear when going down that route. To embed the frameworks you can follow these instructions, but let me know if you have any questions along the way. |
@gavirawson-apple I see this error when using the latest issue which seems to be closer to the problem:
Let me know what you think of the workaround in #679 |
Yep I see that on my end too, thanks Corey. |
Thanks @gavirawson-apple, l'll try the fallback instructions. |
The text was updated successfully, but these errors were encountered: