Top "Xcode4" questions

Xcode 4, released in June 2011, is Apple's integrated development environment (IDE) for Mac OS X and iOS.

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/…

xcode xcode4 xcode4.3 xcodebuild
How to link a .xib file to a class file with Xcode 4

have started a universal project under the new Xcode4. My Application works on both iPhone & iPad devices but not …

iphone ipad xcode4 xib
How to make a new line in UITextView in nib/storyboard?

I am trying to make a new line in Xcode 4.2 UITextView, and when I do alt+return, it goes to …

ios xcode xcode4 ios5 uitextview
why can't Xcode find this header file?

Hi I'm getting an xcode "no such file or directory" for: #import "Three20Core.h" I also note when I'm …

iphone ios xcode4 three20
Why doesn't Xcode 4 create any products?

Regardless of build configuration, building my iPad app does not actually output a .app file. It does run in the …

xcode ios xcode4
How to create variables for use in Xcode build settings values?

XCode has a number of built-in variables that are used for convenience in Build Settings, for example "$(PRODUCT_NAME)" or "$(…

xcode4 xcode5
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 …

xcode xcode4 xcconfig
Localised Strings Xcode 4 ... Copy .strings file Error Validation failed

How do I define localised strings in Xcode 4? I assumed I could just add languages to InfoPlist.strings using the "…

localization xcode4
How can I build a specific architecture using xcodebuild?

I have legacy code that relies on pointers being 32-bit and want to use xCodeBuild to build that code from …

macos command-line xcode4 xcodebuild
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 …

xcode unit-testing xcode4 xcodebuild ocunit