Skip to content

Commit 4caa78a

Browse files

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,8 @@ sidebar_position: 1
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.
4545
>
46-
> If you're on macOS Tahoe with Xcode 26 (Swift 6.2) as the default toolchain and use
47-
> [swiftly](https://github.com/swiftlang/swiftly) to manage Swift versions, some packages require
48-
> a different Swift version than the default one, which can cause conflicts with MacOSX26.0.sdk.
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.
4948
> If you see related errors, try **`swiftly run Scripts/bootstrap.sh +xcode`**.
5049
5150
Alternatively, you can create git hooks to automatically execute the `bootstrap.sh` script every

0 commit comments

Comments
 (0)