We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 994c2a9 commit afa97b7Copy full SHA for afa97b7
README.md
@@ -114,7 +114,7 @@ _Tip:_ Add the `*.generated.swift` pattern to your `.gitignore` file to prevent
114
3. Drag the new `Run Script` phase **above** the `Compile Sources` phase, expand it and paste the following script:
115
```bash
116
if mint list | grep -q 'R.swift'; then
117
- mint run R.swift rswift generate "$SRCROOT/R.generated.swift"
+ mint run R.swift@v6.1.0 rswift generate "$SRCROOT/R.generated.swift"
118
else
119
echo "error: R.swift not installed; run 'mint bootstrap' to install"
120
return -1
0 commit comments