Top "Xcodebuild" questions

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

xcodebuild different provisioning profile for target dependency

I'm trying to build my app with xcodebuild: xcodebuild -workspace "RG.xcworkspace" -scheme "Production" -configuration "Release" build CONFIGURATION_BUILD_DIR="${…

ios xcode xcodebuild
Provide xcodebuild with .mobileprovision file

I am setting up Jenkins for automating iOS builds. Are there any possibility to provide a .mobileprovision file that is …

ios xcodebuild provisioning-profile
xcodebuild - how to define preprocessor macro?

How can I define a preprocessor macro when using xcodebuild? I need to build my app using a bunch of …

iphone xcode xcodebuild
Timeout when running xcodebuild tests under Xcode 6 via SSH

I seem to be having issues with integrating Xcode6 with jenkins, I currently have this setup and working with Xcode 5. …

ssh jenkins ios-simulator xcode6 xcodebuild
Separate build directory using xcodebuild

The man page for xcodebuild reads: Run xcodebuild from the directory containing your project (i.e. the directory containing the …

macos xcodebuild
Steps to upload an iPhone application to the AppStore in xcode4

as xcode 3 and xcode 4 is totally different. i'm a bit lost to submit app to app store. Do i still …

iphone xcode xcode4 xcodebuild xcode3to4
Set xcode "build setting" from terminal?

Is there anyway that I can change a setting in xcode without opening xcode? I have an automated xcodebuild / xcrun …

xcode xcodebuild xcrun
Unable to execute tests from command line via xcodebuild

I am trying to build and run test cases using command line for iOS test cases. I have given the …

ios xcodebuild xctest
Xcode 4.5 command line unit testing

Having an issue since updating to Xcode 4.5 when running my unit tests via command line. The following is the output …

unit-testing ios6 xcodebuild xcode4.5
Can't generate release build for Cordova iOS App

I am using Phonegap CLI 3.1 and XCode5. I want to generate the release build for iPhone Application through command line, …

ios xcode cordova xcodebuild xcrun