swift - Generate .ipa file in Xcode 7.2 -


i had created ios application successfully. want generate executable file (.ipa).

i know following steps:

  1. product
  2. archive
  3. save ipa file

but archive disabled. ideas?

1.you need connect real device.
2.build not emulator, build real device.
3.now can see "archive"


Comments

Popular posts from this blog

Unlimited choices in BASH case statement -

Redirect to a HTTPS version using .htaccess -

javascript - jQuery: Add class depending on URL in the best way -