Top "Xcode4" questions

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

How to change output directory for a target

I am using a workspace where I have a main app project and then a static library project which is …

xcode xcode4
Xcode 4 hangs at "Attaching to (app name)"

I just upgraded to Xcode 4 and for some reason my app won't run in the simulator or iOS device. It …

iphone objective-c xcode ipad xcode4
Archives not showing up in Organizer for Xcode 4

I'm trying to create an IPA in Xcode 4, much like the person who asked this question: Xcode 4: create IPA file …

xcode ios xcode4
Objective C, Thread 1 Program Received Signal SIGABRT

I am trying to compile and run a simple tutorial for an Objective C app using Interface Builder. I am …

ios objective-c xcode4 xib sigabrt
Xcode4 Linking Problem. File was built for archive which is not the architecture being linked (arm6)

Recently, I switched to Xcode4 and when I compile my project I got following error. ld: warning: ignoring file /Users/…

iphone xcode4 static-linking
Code Sign error: Provisioning profile can't be found

I have been working the whole day to try to build my app on my device. I get this error …

iphone xcode4 code-signing
Missing private key iphone developer in keychain

I'm trying to run an application on my iPhone, but I'm having problems with the code signing identity. Actually I …

iphone ios xcode4 provisioning-profile code-signing-certificate
How do I set up a C++ project in Xcode 4?

This probably has a really obvious answer, but I can't seem to find it. I am trying to use Xcode 4 …

c++ xcode4 osx-snow-leopard
How do you enable ARC project-wide in Xcode 4.2

I have an iOS app that I want to convert to using ARC. I would just use the migration tool, …

ios xcode xcode4 ios4
Difference between framework and static library in xcode4, and how to call them

I am quite new to xcode and objective-c. I want to ask a very basic question. I saw that when "…

objective-c xcode4 static-libraries