File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
docs/getting-started/mobile/ios Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -43,9 +43,8 @@ sidebar_position: 1
43
43
> when files have been added, removed or moved). It is typically best practice to run
44
44
> ` bootstrap.sh ` any time you switch branches or pull down changes.
45
45
>
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.
49
48
> If you see related errors, try ** ` swiftly run Scripts/bootstrap.sh +xcode ` ** .
50
49
51
50
Alternatively, you can create git hooks to automatically execute the ` bootstrap.sh ` script every
You can’t perform that action at this time.
0 commit comments