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

learn more… | top users | synonyms

74
votes
3answers
14k views

How can I resolve “Error: No developer directory found at /Developer”?

I just upgraded XCode to 4.3.1. I'm using a script to build (and then deploy through Testflight) my app. But I now receive this error: Error: No developer directory found at /Developer. Run ...
50
votes
8answers
15k views

Continuous Integration for Xcode projects?

After using Hudson for continuous integration with a prior project, I want to set up a continuous integration server for the iPhone projects I'm working on now. After doing some research it looks like ...
46
votes
12answers
21k views

Running xcodebuild from a forked terminal

I'm trying to setup an automated build server for an iPhone application. I'd like to be able to have nightly adhoc beta builds so that testers can follow the development. I've setted up xcode ...
34
votes
4answers
16k views

Xcode 4: Run tests from the command line (xcodebuild)?

I've created a brand new iOS project in Xcode 4, and included unit tests. The default app has 2 targets, the main application and the unit test bundle. Using "Product > Test" (Command-U) builds the ...
33
votes
2answers
10k views

How can I use .xcconfig files in Xcode 4?

I just switched over to Xcode 4 and I'm having trouble working with .xcconfig files for build settings. My targets that already had files assigned in Xcode 3 are all set up - a column titled ...
32
votes
4answers
8k views

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 i'm seeing when i try to run my tests Unknown Device Type. Using ...
30
votes
16answers
52k views

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 a build, I get the following: Code Sign error: Provisioning profile 'FooApp test' ...
27
votes
3answers
39k views

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" points out to be an error with Icon.png size, etc... I've tried to upload my application ...
21
votes
1answer
8k views

How to run / install xcodebuild?

If I try to run xcodebuild from the command line, I receive the message: error: can't exec '/Developer/usr/bin/xcodebuild' (No such file or directory) But, xcrun appears to work. Does this mean ...
21
votes
3answers
3k views

Building with xcodebuild Timed out waiting for <IDEWorkspace, 0x2004cebc0>/“runContextManager.runContexts”

I am setting up my iphone project to run with hudson, my build script works fine locally, but when executing the following command on my snow leopard server mac xcodebuild -sdk iphoneos4.3 -workspace ...
21
votes
2answers
31k views

XCode bundle identifier formatting from {PRODUCT_NAME}

Assume I have an iPhone application whose Product Name is "My App" (with a space between words) in XCode build settings. In my info.plist, the Bundle identifier is specified as ...
18
votes
3answers
11k views

xcodebuild: simulator or device?

How do I specify to xcodebuild (the command line tool) whether I want to build for the simulator or device?
18
votes
9answers
29k views

Xcode 4 build succeeds, command line build fails?

I have a project in Xcode 4 (the latest non-beta version) that builds fine when built in Xcode itself. Specifically, the Ld command correctly uses the derived data directory (where build products, ...
17
votes
2answers
8k views

When I “Build for archive” in Xcode 4, where does the file go?

When I "Build for archive" in Xcode 4, where does the file go? As in, where on my computer is the archived app saved? Thanks
17
votes
3answers
1k views

Xcode with iOS - Creating a library in a way that is easy to run in debug mode, distribute, iterate

This is for Xcode 4.5.x iOS armv7 armv7s and the sim and specifcially about Xcode project setup / project build setup: I have a project "A" that is an app in the app store. I have a project "B" that ...
17
votes
1answer
681 views

Xcode distributed build not working

Here is my test setting: 2 Computers (MacPro 8 cores, Mac mini 2 cores), same MacOSX version (10.6.5 10H574, i386), same Apple clang version 2.0, same Xcode version (Version 3.2.5) it simply wont get ...
15
votes
3answers
10k views

Archive with Xcode's command line build tool (xcodebuild archive)

The command line tool to build Xcode projects, xcodebuild, has a new build action available in Xcode 4: archive. From man xcodebuild: archive Archive a scheme from the build root ...
12
votes
7answers
5k views

how do I force Xcode to rebuild the Info.plist file in my project every time I build the project?

Apparently the file gets cached, so it only gets built when it gets changed. I have environment variables set to increment my version number though, and such, and update them independently of the ...
12
votes
10answers
4k views

iOS App crashing before entering main() with Xcode 4.2 & iOS 5

Background After upgrading xcode4.1/ios4 to xcode4.2/ios5 I am experiencing crashes while the App is loading and before it even enters main(). I have set a break point in main() but it is never ...
12
votes
6answers
6k views

Choose a destination with a supported architecture in order to run on this device

my Xcode is Version 4.4.1 The project thoroughly before, but now I can't who can help me?
12
votes
1answer
204 views

SSL Connections Issues when running Unit Tests from the command line

Goal Our goal is to execute our Unit Tests within a Continuous Integration environment (Jenkins) (I believe it is essential for every question to state what exactly one is trying to achieve. Maybe ...
11
votes
3answers
15k views

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 sort of option to set the provisioning profile? There seems to be not very much information about ...
11
votes
6answers
4k views

What automated build system do Mac developers use?

my team is currently using buildbot to automate overnight and continuous-integration builds and regression tests. For builds and unit tests, the builder just invokes a script which syncs the sources ...
11
votes
2answers
2k views

install application in iphone device through command line

I'm using xcodebuild install -alltargets -iphoneos4.2 -activeconfiguration provisioning_profile=path_of_my_provisioningprofile code_sign_identity=identity. This command is building my app and i am ...
10
votes
3answers
2k views

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 Server (OSX 10.7). My script is based on the spectacularly useful script from github ...
10
votes
6answers
15k views

llvm-gcc-4.2: error

The Project build & runs fine on a real device but a build for the iphone simulator finishes in this error 'llvm-gcc-4.2: error'. Any ideas? llvm-gcc-4.2: error trying to exec ...
10
votes
3answers
16k views

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 it as a build dependency I can drag the project in pretty easily, but ...
10
votes
2answers
3k views

Building with LLVM and any optimization causes app to crash on startup

When I try to build my app with LLVM 2.0 in XCode 4.0.1 and any level or optimization that is not none (anything but -O0), the app crashes after i launch it on the device (simulator is ok). I can't ...
9
votes
5answers
5k views

Debugging exception thrown in Objective C and XCode

I am a long time Microsoft developer and I am new to iPhone development using XCode. So, I am reading a book and going through examples trying to teach myself how to write an iPhone application using ...
9
votes
1answer
4k views

xcodebuild - 'Code Sign error: Provisioning profile X can't be found'

Yet another code sign error. I'm running command: xcodebuild -project $DIR/myproject.xcodeproj -sdk iphoneos5.0 -alltargets and my project.pbxproj "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone ...
8
votes
3answers
6k views

How to display compiler output or custom build steps output when building with xcode?

How can I see the output from the compiler of from the custom build steps (pre-action or post-action)?
8
votes
5answers
2k views

How to speedup xcode builds without any project modifications?

Last version or XCode (3.2.1) is running very slow on OS X 10.6. What kinds of tweaks can you do to your Mac in order to speedup Xcode build process. I'm not looking for general hints like how to ...
8
votes
2answers
1k views

Which version of Xcode does xcodebuild use?

I have installed both Xcode 3.2 and Xcode 4.0.2 on the same machine, which uses Hudson for automated CI (continuous integration) builds. When I say that both were installed, what I mean by that is ...
8
votes
4answers
2k views

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 error is the same as with running xcrun -find: xcode-select: ...
8
votes
2answers
833 views

Building a backwards compatible OS X app, when a new API is present?

I'm trying to upgrade an app (Clarke) to provide 10.6 compatibility. My plan is to use two different code paths depending on the version of OSX in use. On 10.5 it will use one controller, which ...
8
votes
3answers
13k views

Install iOS app into xcode simulator?

We're iOS (and other mobile platform) developers and our sales folks routinely need to provide demos of our apps for clients. What we're trying to do is automate a process so sales people can go to a ...
8
votes
1answer
2k views

Using info.plist for storing target-specific values for a multi-target app

I have a multi-target iPhone app which currently includes a header file with constant definitions that are conditionally included at build time depending on which target is being built. However, I ...
8
votes
1answer
2k views

Running iOS Unit Tests from Command Line with Xcode 4.5

While running Unit Tests from command line (necessary for Jenkins) used to work until Xcode 4.4.1 with this hack, it does not seem to work anymore with Xcode 4.5. Now I get the following error ...
8
votes
1answer
466 views

In an Xcode 4 workspace, how do I cascade build settings & configs to subprojects

Overview I'm using static libraries and Xcode 4 workspaces to effect modularity in iOS development, an increasingly common technique. For example, I might have a workspace which contains an App ...
7
votes
7answers
17k views

Xcode duplicate symbol _main

I'm getting the following error in Xcode 3.2.1 on Snow Leopard 10.6.2 whenever I try to compile any iPhone application generated by Appcelerator's Titanium . However , the build error only appears ...
7
votes
5answers
6k views

Why are xcodebuild and Xcode 4.2 so slow?

I am using Xcode 4.2 on a relatively large project (a few ten thousand lines of code) and it is horribly slow. Editing is ok, but whenever I try to compile the project (in Xcode, or with xcodebuild on ...
7
votes
1answer
15k views

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 need to duplicate "Release" to create "iphoneDistrubition" configuration. Or can I straight away ...
7
votes
2answers
1k views

XCode: Interface Builder crashes while compiling XIB

When i compile my app with the command line tool xcodebuild (XCode 4.2.1 - iOS SDK 5.0) randomly the ibtoold (Interface Builder) crashes. When i rerun the build everything works fine. The following ...
6
votes
3answers
4k views

Unable to copy dSYM file into archive

Whenever I run 'build and archive' from XCode I get the following message: Unable to copy dSYM file into archive. Please make sure that your application has set the “Debug Information Format” ...
6
votes
2answers
4k views

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 if I change the [Linking|Mach-O Type] field from "Dynamic Library" to ...
6
votes
3answers
5k views

Packaging a Bundle with a static library

I have a static library that includes some xibs. These will basically be the same across projects. I'd like to include the xibs as part of the library. I can include their veiwcontrollers, ...
6
votes
3answers
984 views

PhoneGap how to make a release build from the command-line

I make release builds by calling: xcodebuild -project HelloWorld -sdk iphoneos5.1 -configuration Release install But for PhoneGap apps I get this error: ** BUILD FAILED ** The following ...
6
votes
1answer
2k views

Is there an API or any other method to automate the submission process?

I have a number of apps which are similar in functionality and UI. I create the user interface by picking up variables from a .plist file. For instance, I save the source of the API from where I pick ...
6
votes
1answer
756 views

otest crash with -[id<NSURLAuthenticationChallengeSender> userCredential:]

We have a class that uses AFHTTPClient and AFHTTPRequestOperation's internally. In development, we connect to a server with an invalid SSL Certificate, so we have this code in the method that returns ...
5
votes
3answers
2k views

Is the project.xcworkspace file important?

I am doing command line xcodebuild using a shell script, the problem which I face is that if I open and close the xx.xcodeproj file once and then use that command it works well. Somehow if I get deep ...

1 2 3 4 5 9