xcbuildlogger
is a CLI that invokes xcodebuild
and logs the messages sent between xcodebuild
and XCBBuildService
.
You can run it with Mise:
mise run x spm:tuist/xcbuildlogger -- xcbuildlogger xcodebuild -scheme Test -workspace Test/Test.xcodeproj
- Clone the repository:
git clone https://github.com/MobileNativeFoundation/XCBBuildServiceProxyKit
. - Run:
swift run xcbuildlogger xcodebuild -scheme Test -project Test/Test.xcodeproj
- XCBBuildServiceProxyKit for having pioneered and built the tools to understand and work with the
XCBBuildService
protocol.