Lighter, Faster, Stronger
iOS Build Commands
kxbuild is a command-line tool optimized for Windows and
cross-platform environments. It parses Xcode projects directly, handling
the full workflow from code to IPA with simple commands.
Core Command Details
Build Project
Supports complex build workflows, including cache cleaning, architecture specification, Archive exporting, and automatic deployment to real devices.
-
--targetSpecify the target to build -
--archSet architecture (arm64 / x86_64) -
--cleanClean cache before building
-
-i, --installInstall after build -
--configurationConfig (Debug/Release)
kxbuild build --target MyApp --configuration Release --clean --install
Project Inspection
Use list to view all Schemes and Targets in the
current directory. Pair with the --src flag to list
all source code files.
Env Queries
showsdks lists all available iOS/Simulator SDKs.
showBuildSettings prints detailed compilation
variables.