From 66c4892a4e1c059eadfc6687c42b345e1fd02601 Mon Sep 17 00:00:00 2001 From: Aaron LaBeau <80424345+biozal@users.noreply.github.com> Date: Thu, 17 Oct 2024 17:21:46 -0500 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6659111..e02e059 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,8 @@ The app Package Dependencies were updated, removing the Realm and Realm Database > [!WARNING] > Some XCode users have reported issues restoring the SPM dependencies. If you have issues, you might need to reset your package cache. When searching the internet on this problem, most “solutions” on the forums revolve around some magical combination: > - Cleaning your project (cmd-shift-K) -> - Deleting Xcode’s DerivedData/, - Running File > Packages > Reset Package Caches +> - Deleting Xcode’s DerivedData/, +> - Running File > Packages > Reset Package Caches > - Running File > Packages > Resolve Package Versions > - Closing and re-opening Xcode. >