Questions tagged [xcrun]

xcrun provides to locate or invoke ios developer tools from the command-line to support multiple Xcode tool chains.

xcrun provides a means to locate or invoke developer tools from the command-line, without requiring users to modify Makefiles or otherwise take inconvenient measures to support multiple Xcode tool chains. The tool xcode-select is used to set a system default for the active developer directory, and may be overridden by the DEVELOPER_DIR environment variable (see ENVIRONMENT). The SDK which will be searched defaults to the boot system OS SDK, and can be specified by the SDK-ROOT SDKROOT ROOT environment variable or the --sdk option (which takes precedences over SDKROOT). When used to invoke another tool (as opposed to simply finding it), xcrun will provide the absolute path to the selected SDK in the SDKROOT environment variable. See ENVIRONMENT for more information.

153 questions
0
votes
1 answer

xcrun: How to add to the Header Search Path?

I want to build an existing application using xcrun under Mac OS X 10.9. The application integrates with libxml. It comes with includes such as: #include For testing, I ran: echo '#include ' | xcrun clang -xc -v…
mrcalvin
  • 3,291
  • 12
  • 18
0
votes
1 answer

xcrun doesn't embed provisioning profile into ipa

I am writing a build script for my phonegap-ios program. I am experiencing some problems during the code signing process. I use my script to build and code signing the project and generate ipa file. But the ipa failed to install to my iphone via…
Wei Zhang
  • 110
  • 1
  • 7
0
votes
1 answer

xcrun file shell script code in Mac OSX 10.7.5

I updated my /usr/bin/xcrun file on my computer running on Mac OS X Lion 10.7.5 by mistake. Can anybody send me the shell script code or any link where I can find this? FYI, I have Xcode (4.6) also installed on my system. If anybody body using MAC…
clint
  • 1,786
  • 4
  • 34
  • 60
1 2 3
10
11