clear_derived_data¶
Deletes the Xcode Derived Data
Deletes the Derived Data from path set on Xcode or a supplied path
clear_derived_data | |
---|---|
Supported platforms | ios, mac |
Author | @KrauseFx |
2 Examples¶
clear_derived_data
clear_derived_data(derived_data_path: "/custom/")
Parameters¶
Key | Description | Default |
---|---|---|
derived_data_path |
Custom path for derivedData | * |
* = default value is dependent on the user's system
To show the documentation in your terminal, run
fastlane action clear_derived_data