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

Build Xcode Projects - Control Builds with xctool | Online Free DevTools by Hexmos

Control Xcode builds with xctool. Automate building, testing, and analyzing iOS and macOS projects. Free online tool, no registration required.

xctool

Build Xcode projects. More information: https://github.com/facebookarchive/xctool.

  • Build a single project without any workspace:

xctool -project {{YourProject.xcodeproj}} -scheme {{YourScheme}} build

  • Build a project that is part of a workspace:

xctool -workspace {{YourWorkspace.xcworkspace}} -scheme {{YourScheme}} build

  • Clean, build and execute all the tests:

xctool -workspace {{YourWorkspace.xcworkspace}} -scheme {{YourScheme}} clean build test

See Also