Skip to content

A XCBBuildService that logs messages for debugging purposes

Notifications You must be signed in to change notification settings

tuist/XCBLoggingBuildService

Repository files navigation

XCBLoggingBuildService

XCBLoggingBuildService is an Xcode's XCBBuildService executable that logs the messages sent between Xcode and the service. This is useful to debug issues with the build service.

Usage

  1. Clone the repository: git clone https://github.com/tuist/XCBLoggingBuildService.
  2. Build the project: swift build.
  3. Use the service:
  • With xcodebuild:
    XCBBUILDSERVICE_PATH=$(pwd)/.build/debug/XCBLoggingBuildService xcodebuild ...
  • With Xcode:
    env XCBBUILDSERVICE_PATH=$(pwd)/.build/debug/XCBLoggingBuildService /Applications/Xcode.app/Contents/MacOS/Xcode
  1. The logs are persisted in /tmp/XCBLoggingBuildService.log. You can use tail -f /tmp/XCBLoggingBuildService.log in a different terminal session to see the logs in real-time.

About

A XCBBuildService that logs messages for debugging purposes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages