You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
choose one of the following usage. No matter which method you use, you need to ensure that the directory where `buildServer.json` is located is **the root directory** of lsp
this will parse the log, save compile info in a `.compile` file, and update `buildServer.json` with a `kind: manual` key to instruct `xcode-build-server` to use the flags from the `.compile` file.
55
59
56
60
57
-
`<build_log_file>` can be created by redirecting `xcodebuild build` output to a file, or exported from xcode's build log.
61
+
`<build_log_file>` can be created by redirecting `xcodebuild build` output to a file, or exported from xcode's build log UI.
58
62
59
63
`<cmd generate build log>` will usually be xcodebuild, or `pbpaste` if copy from xcode's build log. for example:
0 commit comments