148
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 ...
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 ...
93
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 ...
78
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
39k 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?
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 ...
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 ...
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
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 ...
50
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 ...
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 ...
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?
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 ...
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 ...
37
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 ...
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
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 ...
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: ...
32
votes
6answers
23k views

How do you setup Eclipse to work on iPhone development (instead of Xcode)?

Although I've been getting more and more familiar with Xcode while developing for the iPhone, there are times I just wished I had a better IDE, something like Eclipse. So I was wondering does anyone ...
31
votes
8answers
35k views

Memory leak detection tools in Xcode

Does Apple's Xcode development enviroment provide any tools for memory leak detection? I am especially interested in tools that apply to the iPhone SDK. (currently my favorite platfrom for hobby ...
30
votes
7answers
17k views

libXcodeDebuggerSupport.dylib is missing in iOS 4.2.1 development SDK

Note: getting this on Xcode 4.3.2? Check out the answer to this question. Note: creating a symbolic link to use the 4.2 lib seems to work fine cd ...
30
votes
3answers
12k views

Embedding Python in an iPhone app

So it's a new millennium; Apple has waved their hand; it's now legal to include a Python interpreter in an iPhone (App Store) app. How does one go about doing this? All the existing discussion ...
30
votes
9answers
10k views

Where do I set my company name?

When creating new source files xcode adds comments with your name and company name. Where do I set my company name for xcode (not the project).
28
votes
1answer
5k views

Xcode 3.2.1 GCC CLANG and LLVM demystification

The readme included with the new Xcode 3.2.1 this week says the following: Static code analysis is fully integrated within the Xcode IDE via the Build and Analyze option under the Build menu or via ...
27
votes
6answers
10k views

Xcode 4 failure to symbolicate Crash Log

I have just updated my Xcode to 4.0.1. Now I have a problem with the symbolication of the crash logs received from my tester and even from my phone too. When I build the AdHoc distribution I am ...
27
votes
11answers
23k views

Setting Xcode's target to iPhone NOT iPad

I just upgraded to iPhone SDK 3.2 Beta 4. Since doing so, I have not been able to get the app to launch in the iPhone simulator - it keeps launching in the iPad simulator. I have tried option-clicking ...
26
votes
13answers
27k views

How to fix “failed codesign verification” of an iPhone project?

Last night, the iPhone project was built perfectly. This morning, I installed XCode 3.2.3 in a separate folder. When I open the same project in the old XCode 3.2.2 and re-built the project. I got ...
26
votes
2answers
9k views

Subdirectories within an iOS application

Is there a way to have directories within an .app? At the moment if I add a file into Xcode, regardless of what Group hierarchy it is in, the file always lands in a flat filesystem within my ...
26
votes
8answers
67k views

Xcode: iPhone app codesign error

When building a new iPhone app in Xcode, I'm getting this error: codesign error: code signing identity 'iphone developer' does not match any code-signing certificate in your keychain. once ...
25
votes
2answers
3k views

Version vs Build in XCode 4

I have an app that I developed with XCode 3 and recently started editing with XCode 4. In the Target Summary I have the iOS Application Target form with fields: Identifier, Version, Build, Devices, ...
25
votes
2answers
5k views

How to add a breakpoint to objc_exception_throw?

this was the answer from the brad larson on this SO question If you add two breakpoints, you should be able to debug these exceptions. To do this, go to Run | Show | Breakpoints and create two global ...
25
votes
4answers
25k views

Reading HTML content from a UIWebView

Is it possible to the raw HTML content of a web page that has been loaded into a UIWebView? If not, is there another way to pull raw HTML content from a web page in the iPhone SDK (such as an ...
24
votes
9answers
37k views

XCode could not find a valid private certificate/valid key-pair for this profile in your keychain

I'm having a problem installing a provisioning profile created by another developer. Development Certificate already exists App I'm working on has a Provisioning Profile associated with the ...
24
votes
9answers
2k views

Why [object doSomething] and not [*object doSomething]?

In Objective-C, why [object doSomething]? Wouldn't it be [*object doSomething] since you're calling a method on the object, which means you should dereference the pointer? Thanks!
23
votes
5answers
9k views

Can't resize UIView in IB

Probably something simple, but I can't figure why I cannot resize a UIView in a xib in Interface Builder. I created a new view XIB in xcode and in the size inspector, the width and height are ...
22
votes
3answers
13k views

Way to update iPhone SDK without having to re-download Xcode?

Silly question - but is there a way to download the iPhone SDK without Xcode when Apple releases an update?
22
votes
1answer
4k views

Instruments ObjectAlloc: Explanation of Live Bytes & Overall Bytes

I'm using Instument's ObjectAlloc tool in an attempt to understand what the memory my application (iPhone) is doing and when and where it is doing it. I would really like a basic explanation of ...
21
votes
3answers
9k views

How to run iPhone program with Zombies instrument?

I'm running XCode 3.2 on Snow Leopard and I'm trying to run the Zombies instrument against my app but the selection is grayed out and I don't know why. I know about the NSZombieEnabled environment ...
20
votes
6answers
12k views

What are the advantages of armv7 over armv6 when compiling iPhone apps?

If there are any advantages at all... couldn't find anything conclusive in the docs. Apparently armv7 is for newer version of iOS... is it faster? smaller? Better at X?
20
votes
7answers
9k views

How do I change my iPhone App binary filename

I get the following error when I try to upload the application on iTunes Connect: "Binary file names cannot contain a space. Please rename your binary file and try again." If I try to Validate the ...
20
votes
2answers
18k views

How to add a button to UINavigationBar?

How to add a button to UINavigationBar programmatically?
20
votes
2answers
5k views

Download image from url

I am trying to download the image from the url http://a3.twimg.com/profile_images/414797877/05052008321_bigger.jpg I am using the following code, but image is not saved. I want to know what i m doing ...
20
votes
4answers
8k views

Rounded UIView using CALayers - only some corners - How?

In my application - there are four buttons named as follows. Top - left Bottom - left Top - right Bottom - right Above this buttons there is an image view / or we can use also UIView. Now, ...
20
votes
7answers
25k views

libxml/tree.h no such file or directory

i am getting following errors. I have already added libxml2.dylib to my project, how ever i am getting this type of trouble. Plz any body help me.
19
votes
2answers
4k views

pdf file text reading and searching

I want to read text from pdf file and search text into pdf file. here the link that i know. none of this help me out. Getting text position while parsing pdf with Quartz 2D HIghlighting the text ...

1 2 3 4 5 232