Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Specify location for ipa file in Xcode 7 Ad-Hoc release

Tags:

UPDATE: This issue is still present in Xcode 7.1 beta 2. Looks like this will be here a while.

I just updated to Xcode 7 GM and am in the process of generating ad-hoc archives for various builds. However, it does not appear that you can specify the directory path where you want to save the resulting .ipa file. It is going straight to the desktop in a pre-named folder that includes a timestamp.

Steps to (hopefully) reproduce

  1. From the main menu, select Product --> Archive

  2. In the resulting window, select 'Export...'

  3. Choose 'Save for Ad Hoc Deployment' and select 'Next' (other methods seems to exhibit the same behavior)

  4. Choose the provisioning profile and select 'Choose'

  5. In the 'Device Support' window, select 'Export one app for all compatible devices'

  6. In the 'Summary' window, select 'Next'

Rather than enabling the 'Export' button (which previously allowed the user to select the destination), it now directly saves the .ipa in a folder on the desktop.

It is more of an annoyance that a required feature, but it is a pain that it appears you cannot specify the destination folder for the archive.

Anyone else have this issue and/or know how to fix it?

Thanks.

like image 480
Dan Nichols Avatar asked Sep 14 '15 20:09

Dan Nichols


People also ask

Where is .ipa file located in XCode?

~/Library/Application Support/iPhone Simulator/<OS version>/Applications/<some UUID>/.

Where do I find ipa files on Mac?

For computers running an older version of iTunes, the IPA file can be downloaded directly through iTunes. They're saved to this location so that the device can access them the next time it syncs: Windows: C:\Users\\Music\iTunes\iTunes Media\Mobile Applications\ Mac: ~/Music/iTunes/iTunes Media/Mobile Applications/


2 Answers

It looks like the latest version of Xcode (7.3) allows you to select the destination and folder name that contains the IPA file when generating ad-hoc releases.

like image 86
Dan Nichols Avatar answered Nov 13 '22 15:11

Dan Nichols


Xcode generate .ipa file automatically on your desktop. It should be in the directory named from your app+date. If you cannot find it then try: CMD+space and type [name of archive].ipa and you should find it :) Hope it helps.

like image 32
Piotr_iOS Avatar answered Nov 13 '22 15:11

Piotr_iOS