From 1be7a4ede1c38ae2684bfa68bd806b2781b34a0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Helge=20He=C3=9F?= Date: Tue, 10 Oct 2023 18:24:24 +0200 Subject: [PATCH] Add specific error message ... --- Sources/ManagedModels/Documentation.docc/GettingStarted.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Sources/ManagedModels/Documentation.docc/GettingStarted.md b/Sources/ManagedModels/Documentation.docc/GettingStarted.md index 5c239be..385dd73 100644 --- a/Sources/ManagedModels/Documentation.docc/GettingStarted.md +++ b/Sources/ManagedModels/Documentation.docc/GettingStarted.md @@ -22,7 +22,8 @@ It is a conversion of the Xcode template project for CoreData. and press "Add Package" twice. > At some point Xcode will stop compilation and ask you to confirm that you -> want to use the `@Model` macro provided by ManagedModels. +> want to use the `@Model` macro provided by ManagedModels +> ("Target 'ManagedModelMacros' must be enabled before it can be used."). > Confirm to continue, or review the source code of the macro first.