Replies: 1 comment
-
Thank you for sharing this with the class! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We've seen a recurring issue where, seemingly at random, build errors will stop the app from compiling. The errors typically occur in the AppDelegate in the Account Configuration, and may include messages about "key path not found". It turns out that this is a common issue in which the package resolution fails silently, and Xcode can't find the correct package versions. For a solution, see:
https://github.com/orgs/StanfordSpezi/discussions/75
Beta Was this translation helpful? Give feedback.
All reactions