Skip to content

Commit 4b38deb

Browse files
authored
Update Xcode version requirement instructions (#2)
Add explicit description that Xcode 15.3+ is required
1 parent 8fd2472 commit 4b38deb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Sources/Playdate/Documentation.docc/BuildingTheExamples.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ After a successful build, the `.build/release` directory will contain object fil
7575
7676
### Build with Xcode
7777

78+
> IMPORTANT:
79+
> Xcode 15.3+ is required to run the examples in Xcode.
80+
7881
Open an example's `Package.swift` with Xcode via the command line or the Xcode graphical interface.
7982

8083
```console
@@ -88,4 +91,5 @@ Select your Swift nightly toolchain from the Xcode > Toolchains menu item.
8891

8992
Select the Run icon in the toolbar or press Cmd+R on your keyboard to start a build. This will first build the example for the host machine using `xcbuild`. After a successful initial build, Xcode will automatically build again with `make` then open the Simulator with the newly built game.
9093

91-
> Note: Learn more about [Xcode](https://developer.apple.com/xcode/)
94+
> Note:
95+
> Learn more about [Xcode](https://developer.apple.com/xcode/)

0 commit comments

Comments
 (0)