Skip to content

Commit e5c84f0

Browse files
Improve CLAUDE.md example app building instructions
It was trying to run BuildTool, getting an error about no platform specified, and then just trying to run xcodebuild instead.
1 parent 2b38ee5 commit e5c84f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ swift run BuildTool lint --fix # Auto-fix where possible
4343
**Other BuildTool commands:**
4444

4545
- `swift run BuildTool build-library` - Build the library
46-
- `swift run BuildTool build-example-app` - Build example app
46+
- `swift run BuildTool build-example-app --platform <platform>` - Build example app (platform: iOS, macOS, or tvOS)
4747
- `swift run BuildTool spec-coverage` - Generate spec coverage report
4848
- `swift run BuildTool build-documentation` - Build docs
4949
- `swift run BuildTool generate-code-coverage` - Generate code coverage

0 commit comments

Comments
 (0)