logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Xcode Build - Build iOS/macOS Projects | Online Free DevTools by Hexmos

Build iOS and macOS projects effortlessly with Xcode Build. Compile code, manage configurations, and generate deliverables using the command line. Free online tool, no registration required.

xcodebuild

Build Xcode projects. More information: https://developer.apple.com/library/archive/technotes/tn2339/_index.html.

  • Build workspace:

xcodebuild -workspace {{workspace_name.workspace}} -scheme {{scheme_name}} -configuration {{configuration_name}} clean build SYMROOT={{SYMROOT_path}}

  • Build project:

xcodebuild -target {{target_name}} -configuration {{configuration_name}} clean build SYMROOT={{SYMROOT_path}}

  • Show SDKs:

xcodebuild -showsdks

See Also