Skip to content

Commit 084c77e

Browse files
Update iOS docs (#674)
* Add notes for developers on macOS Tahoe * Update index.md Co-authored-by: Katherine Bertelsen <[email protected]> * Update wording https://github.com/bitwarden/contributing-docs/pull/674/files/22fd60a0df7c8e5bf6fb91576f6d9bb2d4119f3e#r2373319754 --------- Co-authored-by: Katherine Bertelsen <[email protected]>
1 parent 4a286f3 commit 084c77e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/getting-started/mobile/ios/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ sidebar_position: 1
4242
> need to be run every time the project configuration or file structure has changed (for example,
4343
> when files have been added, removed or moved). It is typically best practice to run
4444
> `bootstrap.sh` any time you switch branches or pull down changes.
45+
>
46+
> If you're using [swiftly](https://github.com/swiftlang/swiftly) to manage Swift versions, some packages require
47+
> a different Swift version than the default one, which can cause conflicts.
48+
> If you see related errors, try **`swiftly run Scripts/bootstrap.sh +xcode`**.
4549
4650
Alternatively, you can create git hooks to automatically execute the `bootstrap.sh` script every
4751
time a git hook occurs. To use the git hook scripts already defined in the `Scripts` directory,

0 commit comments

Comments
 (0)