Top "Xcodebuild" questions

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

Xcode : Adding a project as a build dependency

Im playing around with the soundcloud api, in its instructions it says to drag SoundCloudAPI.xcodeproj into your project add …

xcode xcodebuild build-dependencies
xcodebuild says does not contain scheme

I have a curios issue. I have a project that I've worked on and always built from the XCode IDE, …

xcode xcodebuild bamboo
No architectures to compile for (ONLY_ACTIVE_ARCH=YES, active arch=x86_64, VALID_ARCHS=armv7 armv7s)

Running in Xcode is correctly, but when I want to use command line with $ /usr/bin/xcodebuild -scheme projectA -workspace …

xcode xcodebuild
How do I run a terminal command in a Swift script? (e.g. xcodebuild)

I want to replace my CI bash scripts with swift. I can't figure out how to invoke normal terminal command …

swift bash shell xcodebuild
How do I determine which iOS SDK I have?

I'm sure this is simple, but how do I determine which version of the iOS SDK I currently have installed?

ios xcode xcodebuild
Setting a provisioning profile from within xcodebuild when making iPhone apps

I'm using xcodebuild to compile my iPhone app from the command line. Is there a way to pass in some …

iphone xcode xcodebuild provisioning
"Too many symbol files" after successfully submitting my apps

I downloaded Xcode 6 GM and submitted two Swift apps to the app store today. Both passed all pre-upload verification and …

ios xcode app-store xcodebuild app-store-connect
Code sign error with Xcode 3.2

I had a fully working build environment before upgrading to iPhone OS 3.1 and Xcode 3.2. Now when I try to do …

iphone xcodebuild provisioning
Use xcodebuild (Xcode 8) and automatic signing in CI (Travis/Jenkins) environments

With the release of Xcode 8, Apple introduced a new way of managing the signing configuration. Now you have two options …

xcode jenkins continuous-integration travis-ci xcodebuild
How to solve "Application failed codesign verification" when uploading to iTunes Connect?

I've got a problem that I couldn't solve with a deep search in different resources as most of the "similar" …

xcode iphone-sdk-3.0 xcodebuild provisioning app-store-connect