Top "Xcrun" questions

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

Xcode: iPhone app codesign error

When building a new iPhone app in Xcode, I'm getting this error: codesign error: code signing identity 'iphone developer' does …

iphone ios xcode code-signing xcrun
xcrun: error: active developer path ("/Applications/Xcode.app/Contents/Developer") does not exist

I'm having xcode issues when I try to use brew and git: xcrun: error: active developer path ("/Applications/Xcode.app/…

xcode path xcrun
xcrun unable to find simctl

Attempting: xcrun simctl in terminal yields: xcrun: error: unable to find utility "simctl", not a developer tool or in PATH …

ios xcode xcrun
Better way of incrementing build number?

I have been using a shell script as part of my Xcode build process to increment the build number within …

xcode shell version xcrun agvtool
Invalid active developer path on MAC OS X after installing Ruby

I get this error: xcrun: error: invalid active developer path (/Applications/Xcode.app), missing xcrun at: /Applications/Xcode.app/usr/…

ruby xcode macos xcrun
Xcode fails with "Code Signing" Error

Alternate Titles (to aid search) Xcode 'CodeSign error: code signing is required' Xcode: iPhone app codesign error /usr/bin/codesign …

iphone ios xcode code-signing xcrun
Can an Xcode .mobileprovision file be 'installed' from the command line?

I'm trying to automate the process of building apps for our clients using bash scripts running on a Mac Mini …

ios bash xcodebuild xcrun
xcrun can't find Xcode path

Mac OS X 10.8.2 Xcode 4.5.2 (installed at /Applications/Xcode.app) Tried xcode-select -switch /Applications/Xcode.app After that xcode-select -print-path outputs …

xcode command-line xcrun
Clean IOS xcode target in command line

I am building/running an IOS app from command line with following commands: xcodebuild -sdk "${TARGET_SDK}" -xcconfig "${CONFIG_FILE_…

ios xcode build xcodebuild xcrun
xcrun: Error: failed to exec real xcrun. (No such file or directory)

I've upgraded OSX Lion to Mountain Lion and reinstalled the Command Line Tools (as the upgrade deleted them). From then …

xcode macos xcrun