Top "Xcodebuild" questions

Questions related to the use of the command-line xcodebuild tool, which is part of Apple's Xcode toolset

Xcode 4.5 Command Line Tools - xcode-select issue

After installing Xcode CLT 4.5.1 on OS X 10.8.2, I'm having issues installing native ruby gems which need to compiled. The output …

xcode xcodebuild
xcodebuild - setting build dir doesn't generate dSYM

I am doing an archive with xcodebuild (xcode 5) through the command line as so: xcodebuild -project MyProject.xcodeproj -scheme MyScheme …

ios objective-c xcode xcodebuild
Is it possible to use xcodebuild on linux?

Say I've got an Xcode project on a linux machine and I want to, like I can do on the …

linux xcode compiler-construction xcodebuild
How do I change an existing Xcode target from dynamic to static?

I'm working with an existing project that produces a dynamic library (Cocoa API). I'd rather generate a static library, but …

xcode xcodebuild
How to detect that a provisioning profile is for development or distribution, programmatically

I would like to detect if a given provisioning profile is a development profile or a distribution (adhoc or app …

xcode openssl xcodebuild provisioning-profile
Xcodebuild Archive Location

I'm currently trying to build an .xcarchive using this command line: xcodebuild -project onething.xcodeproj -target onething archive This places …

ios xcode command-line archive xcodebuild
How to use xcodebuild with -only-testing and -skip-testing flag?

I've noticed that there are two options in xcodebuild's man page. -only-testing:TEST-IDENTIFIER constrains testing by specifying tests to include, …

xcode xcodebuild
How to debug dylib with Xcode?

I have a Xcode project for library arith. I could build it with debug configuration, and I need to debug …

xcode debugging xcodebuild dynamic-library
How to get a distribution app when using xcodebuild -exportArchive (Xcode8.3, Auto Signing)?

After update Xcode8.3, the options '-exportSigningIdentity', '-exportProvisioningProfile' and '-exportFormat' are removed from 'xcodebuild -exportArchive'. When i try to get a …

ios xcode8 xcodebuild
XCFramework with Pods Dependencies

Our goal is to create a framework that hides our internal code and provide SDK to our customers. We have …

ios frameworks xcodebuild xcframework