
xcrun
List of commands for xcrun:
-
xcrun:tldr:02b42 xcrun: Find a tool for a given toolchain.$ xcrun --toolchain ${name}try on your machineexplain this command
-
xcrun:tldr:58bc3 xcrun: Find and run a tool from the active developer directory.$ xcrun ${tool} ${arguments}try on your machineexplain this command
-
xcrun:tldr:f60b7 xcrun: Find a tool for a given SDK.$ xcrun --sdk ${sdk_name}try on your machineexplain this command
-
xcrun:tldr:fd9bd xcrun: Show verbose output.$ xcrun ${tool} ${arguments} --verbosetry on your machineexplain this command