Skip to content

Commit 01b22f0

Browse files
committed
More word polish
1 parent 29ca432 commit 01b22f0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Sources/swift-openapi-generator/Documentation.docc/Articles/Frequently-asked-questions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,13 +74,13 @@ For details, check out <doc:Configuring-the-generator>.
7474

7575
### How do I enable the build plugin in Xcode and Xcode Cloud?
7676

77-
By default, build plugins must be explicitly enabled by the adopter.
77+
By default, you must explicitly enable build plugins before they are allowed to run.
7878

79-
In Xcode, the first time you add a build plugin as a dependency of your project or package, the build fails and requires you to enable the plugin.
79+
Before a plugin is enabled, you might encounter a build error with the message _"OpenAPIGenerator" is disabled_.
8080

81-
In Xcode Cloud, you might encounter the error _"OpenAPIGenerator" is disabled_, caused by the fact that build plugins must also be enabled explicitly when run in automation.
81+
In Xcode, enable the plugin by clicking the "Enable Plugin" button next to the build error and confirm the dialog by clicking "Trust & Enable".
8282

83-
One way to enable build plugins in Xcode Cloud is by adding the script `ci_scripts/ci_post_clone.sh` next to your Xcode project or workspace, containing:
83+
In Xcode Cloud, add the script `ci_scripts/ci_post_clone.sh` next to your Xcode project or workspace, containing:
8484

8585
```bash
8686
#!/usr/bin/env bash

0 commit comments

Comments
 (0)