The tag has no wiki summary.

learn more… | top users | synonyms

133
votes
4answers
23k 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 ...
15
votes
11answers
18k views

After upgraded to Xcode 4.2, Organizer - SVN repository stopped working

I recently upgraded my Xcode to 4.2. Since then my Organizer-Repository stopped working. Initially it said "Host is unreachable" and placed red dot every where. In the same Mac 10.6.8, i do have SvnX ...
14
votes
5answers
10k views

Xcode won't recognize my new provisioning profile

My app's development provisioning profile expired a couple of weeks ago, so I went to the provisioning portal to get a fresh new one. After obtaining it, I visited the Xcode Organizer, removed the ...
8
votes
2answers
8k views

Multiple Certificates/Provisioning Profiles in one XCode organizer?

there are several similar questions here, but none could answer my basic question: Is it possible to have two separate developer certificates in the keychain and two corresponding distribution ...
5
votes
7answers
4k views

Packaging Operation Failed in Xcode 4

When I use Xcode 4 to create an app IPA fie, I go to Product --> Archive to get an Xcode Archive. I recently read the SO post here detailing on how to distribute an app in the AppStore. I followed the ...
3
votes
3answers
5k views

What does the “Use for Development” button in Xcode Organizer to an iOS device?

When selecting an iOS device and clicking the "Use for Development" button in Xcode organizer, what does it changes on the device (iPhone or iPad)? Are there any debugging symbols installed or some ...
0
votes
1answer
2k views

Cannot delete derived data in Xcode 4's organizer

I'm trying to restore Code Sense, which has stopped working for my project, and it looks like the accepted way to do that is to delete the derived data. The problem is that the project has to be ...
4
votes
2answers
5k views

Provisioned iPhone not showing in Xcode Organizer (or iTunes)

I've recently set up an app id and provisioning profile and was able to test my app on the device successfully. I then downloaded some sample iOS XCode projects and upon deploying one of them and ...