Skip to content

Xcode

Checking Xcode SDK Path

Will check whether SDK is linked with path. Command Line tools should be installed and symlinked with path.

xcrun -k --sdk iphoneos --show-sdk-path

Installing Command Line tools

This command would install the Command line tools on the machine.

xcrun -k --sdk iphoneos --show-sdk-path