Xcode is Apple's integrated development environment (IDE). This tag should only be used for questions about Apple's development tools, not general Mac and iOS programming topics. (Ask yourself if your question would be unchanged if you were using vi and make. If so, it's not an Xcode question.)
590
votes
6answers
122k views
How to “add existing frameworks” in Xcode 4?
I can't find the good old "Add existing frameworks" option. How do I do this?
We're talking about Xcode 4 DP2 (in the context of iPhone development, as far as it matters...).
338
votes
89answers
124k views
Hidden Features of Xcode
With a huge influx of newbies to Xcode, I'm sure there are lots of Xcode tips and tricks to be shared.
What are yours?
175
votes
4answers
31k views
How do I setup NSZombieEnabled in Xcode 4?
How do I set up NSZombieEnabled and CFZombieLevel for my executable in Xcode 4?
149
votes
6answers
38k views
Warning iPhone apps should include an armv6 architecture even with build config set
It's been awhile since I've had to adjust project build settings. After upgrading to a recent SDK I'm having trouble building my ad hoc distribution configuration.
Build generates this warning and ...
146
votes
9answers
38k views
Git ignore file for Xcode projects
Which files should I include in .gitignore when using Git in conjunction with Xcode?
143
votes
14answers
22k views
What is the best way to unit test Objective-C code?
What frameworks exist to unit test Objective-C code? I would like a framework that integrates nicely with Xcode.
119
votes
30answers
117k views
iPhone app signing: A valid signing identity matching this profile could not be found in your keychain
I'm pulling my hair out over this. I just downloaded the iPhone 3.0 SDK, but now I can't get my provisioning profiles to work. Here is what I have tried:
Delete all provisioning profiles
Delete ...
111
votes
16answers
81k views
How to change the name of an iPhone app?
I began an iPhone project the other day with a silly development code name, and now I want to change the name of the project since its nearly finished.
But I'm not sure how to do this with Xcode, ...
109
votes
8answers
29k views
Codesign error: Provisioning profile cannot be found after deleting expired profile
Tried to rebuild an app that was just working yesterday. Got a message that a profile had expired, so I removed it from the iPod and from Itunes. When I chose a new profile (one with an * in the ...
102
votes
9answers
25k views
Xcode “Build and Archive” from command line
Xcode 3.2 provides an awesome new feature under the Build menu, "Build and Archive" which generates an .ipa file suitable for Ad Hoc distribution. You can also open the Organizer, go to "Archived ...
102
votes
13answers
44k views
Can git be integrated with Xcode?
Is there any way to use a git repository with the built in SCM functions of Xcode?
94
votes
9answers
35k views
NSLog tips and tricks [closed]
I'm doing a presentation on debugging in Xcode and would like to get more information on using NSLog efficiently. I'd like to know if there are any tips and tricks to using NSLog which you guys have ...
94
votes
22answers
111k views
EXC_BAD_ACCESS signal received
When deploying the application to the device, the program will quit after a few cycles with the following error:
Program received signal: "EXC_BAD_ACCESS".
The program runs without any issue on the ...
79
votes
18answers
11k views
XCode 4 says “finished running <my app>” on the targeted device — Nothing happens
The app neither installs nor runs on my device. All provisioning profiles are up to date. I've already tried deleting and re-installing them.
The status bar shows that xcode is building my project, ...
77
votes
7answers
40k views
How do I test if a string is empty in Objective C?
How do I test if an NSString is empty in Objective C?
73
votes
2answers
10k views
Archiving project in XCode incorrectly creates multi-application bundle
Archiving my project in XCode is creating a multi-application bundle, instead of bundling my main target for release, which is what I want. Specifically, when I validate my archive in Organizer, it ...
72
votes
11answers
22k views
How to enable NSZombie in Xcode?
I have an app that is crashing with no error tracing. I can see part of what is going on if I debug, but can't figure out which object is "zombie-ing".
Does anybody know how to enable NSZombie in ...
68
votes
32answers
15k views
XCode 4 hangs at “Attaching to (app name)”
Hey guys, this is driving me crazy! I just upgraded to XCode 4 and for some reason my app won't run in the simulator or iOS device. It was working perfectly in XCode 3, but all of a sudden now when I ...
66
votes
1answer
11k views
How can I disable ARC for a single file in a project?
I am using ARC successfully in my project, however, I have encountered a few files, namely in unit tests and mock objects, where the rules of ARC are a little more fragile right now. I recall hearing ...
64
votes
4answers
63k views
Install xCode 3.2.3 w/ iPhone SDK 4, get “Base SDK missing”, can't see other SDKs
I created this community wiki to bind together a number of
other Q/A's I've seen here on SO. If you're here, you've probably
installed the final version of Xcode 3.2.3 with iPhone SDK 4 (download
...
63
votes
5answers
11k views
How can we restore ppc/ppc64 as well as full 10.4/10.5 SDK support to Xcode 4?
Since Apple only ships SDK 10.6 with Xcode4, developing PPC applications with Xcode4 became impossible. While it is possible to develop applications with Xcode4 that can also run on 10.5 and maybe ...
57
votes
8answers
32k views
Xcode 4: create IPA file instead of .xcarchive
In Xcode 3.2.5 I use "Build And Archive" to create an IPA file. In Xcode 4 you can use "Product -> Archive" to archive an application in an .xcarchive bundle.
How can I create an .ipa file with Xcode ...
57
votes
10answers
16k views
Xcode strange warning - Multiple build commands for output file
I am getting an error like this,
[WARN]Warning: Multiple build commands for output file /Developer/B/Be/build/Release-iphonesimulator/BB.app/no.png
[WARN]Warning: Multiple build commands for output ...
56
votes
3answers
23k views
How to fully remove Xcode 4
I want to remove all existing SDK versions as well as Xcode 4.
Xcode 4 Guide says to do this:
sudo /Xcode4/Library/uninstall-devtools --mode=all
But I don't have Xcode4 at this location and the ...
54
votes
3answers
6k views
What kind of leaks does Objective-C's automatic reference counting (in Xcode 4.2) not prevent/minimize?
In the Mac and iOS platforms, memory leaks are often caused by unreleased pointers, so it is (as of now, at least) important to check your allocs, copies and retains to make sure each has a ...
52
votes
5answers
3k views
XCode 4 Sort Files By Name
In Xcode 3.x I could do Edit > Sort > By Name. I cannot find this functionality in the new version of Xcode. Anyone know how to accomplish this?
52
votes
5answers
14k views
Build fat static library (device + simulator) using Xcode and SDK 4+
It appears that we can - theoretically - build a single static library that includes both simulator and iPhone and iPad.
However, Apple has no documentation on this that I can find, and Xcode's ...
50
votes
1answer
2k views
How do you codesign framework bundles for the Mac App Store?
After a recent submission I have gotten the following error:
Invalid Signature - the nested app bundle (FooBar.app/Contents/Frameworks/GData.framework) is not signed, the signature is invalid, or ...
49
votes
7answers
33k views
iPhone Debugging: How to resolve 'failed to get the task for process'?
I have just added a provisioning profile to XCode (needed to support notifications and in app purchase), setup as needed the build configuration for ad hoc distribution, and tried to run the app on ...
48
votes
2answers
10k views
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 iPad simulator and on a device, but when I hit build or build and run, the binary ...
48
votes
5answers
15k views
Problem running iPhone application on iPhone from Xcode (and in Instruments)
I have a problem running one application on the iPhone from Xcode (or Instruments).
When I try to run the app I get the error message Failed to upload XXX.app in the bottom left corner of Xcode. The ...
47
votes
3answers
5k views
Xcode 4 - detach the console/log window
Please tell me it's possible. Even better, tell me how.
If it's not possible, someone please slap Apple. This is ridiculous.
45
votes
37answers
3k views
What is a good first C app to build, besides “Hello World”
I'm learning the C language on my Mac with Xcode.
I've created a "Hello World" app, and played around with simple maths.
What should be my next goal? If someone was to ask me about PHP for example, ...
45
votes
5answers
9k views
“Failed to upload *.app on Device ” Error in iPhone
I am getting an error while uploading my app on device. It does installs it but not able to upload it.
Also I want to run the instrument tool on device but when I run it shows nothing.
Anyone facing ...
45
votes
12answers
144k views
How can I deploy an iPhone application from Xcode to a real iPhone device?
How can I deploy an iPhone application from Xcode to real iPhone device without having a US$99 Apple certificate?
44
votes
2answers
7k views
error: writable atomic property cannot pair a synthesized setter/getter with a user defined setter/getter
I recently tried to compile an older Xcode project (which used to compile just fine), and now I'm seeing a lot of errors of this form:
error: writable atomic property 'someProperty' cannot pair a ...
44
votes
4answers
63k views
43
votes
4answers
9k views
How can I indent multiple lines in xcode?
When I select multiple lines of code and want to indent them as usual with TAB, it just deletes them all. I come from Eclipse where I always did it that way. How's that done in Xcode? I hope not line ...
42
votes
8answers
1k views
Xcode 4.2 jumps to main.m every time after stopping simulator
This is more of a general annoyance. Every time after stopping the simulator, Xcode jumps to main.m for some reason. On the left nav, it jumps to the Debug Navigator.
Is there a way to fix this?
...
41
votes
6answers
7k views
XCode4 + iOS 4.3: “No Packager exists for the type of archive”
I just upgraded to XCode 4 and am trying to create an adhoc build of an earlier project. Whenever I use the "Archive" option I either end up with no archive at all in the Organizer window OR there is ...
40
votes
7answers
11k views
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 instead of .xcarchive
So--I got my Archive completing successfully--supposedly. It ...
38
votes
5answers
7k views
Possible to target older iOS versions when using XCode 4.2 and iOS 5 SDK?
I just recently downloaded the Xcode 4.2 with iOS 5 SDK package and I immediately noticed that I am unable to use my iPhone 3Gs with iOS 4.2.1 for debugging. I am only able to debug and test on my ...
38
votes
5answers
14k views
XCode 'Build and Archive' menu item disabled
I have been using the new 'Build and Archive' feature of the latest XCode 3.2.3. I like it.
Now I noticed that it is always disabled for some reason. I can't seem to figure out what I changed to ...
38
votes
5answers
11k views
Define __MyCompanyName__ in XCode per project?
I've seen how to define the __MyCompanyName__ macro value that displays in all header comments in XCode by defining it globally via a terminal command:
defaults write com.apple.Xcode ...
37
votes
10answers
7k views
Xcode 4 - slow performance
I have an issue with Xcode 4 really responding very slowly to user interactions, e.g. editing code, scrolling areas etc. This particularly happens with larger scale projects with many controllers/view ...
37
votes
7answers
32k views
How do I debug with NSLog(@“Inside of the iPhone Simulator”)?
I'm used to programming and having log messages be viewable. I know you used to be able to use NSLog() to trace out messages when debugging Cocoa applications. What is the best way to "trace" messages ...
37
votes
6answers
10k 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 ...
36
votes
7answers
9k views
Missing file warnings showing up after upgrade to XCode 4
I recently upgraded to Xcode 4 (which is a great upgrade) but now I'm getting some warnings that I did not get before. I have looked through forums and other SO posts but have not come across how to ...
35
votes
7answers
8k views
Xcode 4 Archive Version Unspecified
I'm trying to build a release version of my iPhone app in Xcode 4 and when it finishes and launches Organizer, there is no version number, it only says "unspecified". This is preventing me from using ...
34
votes
9answers
11k views
Implementing Unit Testing with the iPhone SDK
So I've followed this tutorial to setup unit testing on my app when I got a little stuck.
At bullet point 8 in that tutorial it shows this image, which is what I should be expecting when I build:
...