Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Archive type changed to Generic Xcode Archive and is not making ipa

with the reference of this Xcode has started making archives, not apps. How do I change it back? question and answer i have to change my "Skip Installation" flag but i am unable to find this flag. I am using xcode 4.4.1. Kindly help me how can I fix it?enter image description here

like image 732
Mashhadi Avatar asked Sep 21 '12 05:09

Mashhadi


People also ask

Why I can't archive in Xcode?

Archive menu option grayed out If you can't create an archive in Xcode, usually it's because you have the destination set to the simulator.

How do I make an IPA from Xcarchive?

Now you have to do below steps: Go to Window->Organiser->Archives Here, select your archive fine and click on "Distribute App" button on right side Then Instead of upload, select Export option, and continue selecting default options, it will end you up with generating ipa file.

How do I create an archive build in Xcode?

Navigate to your project's settings. Under iOS (or the target you want to build your app for) > Identity, you'll want to increment the Build number. For example, if the Build number was 1, you'll want to set it to 2. Then, in the top menu, under Product, click on Archive.


1 Answers

Go to project - build settings. In the search field type "skip". It will show you the Skip Install option in Deployment.

like image 55
MacMark Avatar answered Sep 22 '22 04:09

MacMark