xcode_clean
Remove build artifacts from Xcode projects to free up storage and ensure clean builds. Specify the path to the .xcodeproj or .xcworkspace file to start cleaning.
Instructions
Clean the build directory for a specific project
Input Schema
Name | Required | Description | Default |
---|---|---|---|
xcodeproj | Yes | Path to the .xcodeproj file (or .xcworkspace if available) - supports both absolute (/path/to/project.xcodeproj) and relative (MyApp.xcodeproj) paths |