It is very simple to get .ipa file from Xcode:

  1. Select correct provisioning profile in Project and Targets -> Build Settings -> Code Signing -> Code Signing Identity
  2. In Targets change the Bundle Identifier by Targets -> Info -> Bundle Identifier
  3. Clean your project
  4. Archive your project by Product -> Archive
  5. Organizer automatically open with separate window there you can see you project with Archive date/time and project name
  6. Click Share button from the Organizer window
  7. It will ask to you choose the correct Provisioning profile do this correctly
  8. It will ask you for the location to store, select Desktop or anywhere else
  9. In your selected location the project .ipa file will be stored.
posted on 2013-01-23 10:21  nanoCramer  阅读(205)  评论(0编辑  收藏  举报