0

My requirement is this, because we can use Xcode run to install my app to my iPhone conveniently.

But, as you know, use this method to install app, this is debug app, it did not use distribution provision profile or Adhoc provision profile, it is use development provision profile.

If I want access my goal, I must archive the .ipa, and export as Adhoc, so I can in itunes to install the .ipa file, then it is using Adhoc provision profile.

  1. But this may take me a long time to aceess that.
  2. It is very not easy to debug.

So, is there a simple and convenient way to get my goal?

aircraft
  • 25,146
  • 28
  • 91
  • 166

1 Answers1

0

Connect the iPhone to your system and set the Adhoc profile select your device and install the app in this way app will install in your device than app will close and a popup is open in Xcode just ignore that and open the app in your Device

Gurinder Batth
  • 655
  • 9
  • 18
  • do you mean in the Target -> Building Setting -> Signing -> Provisioning profile to choose ? – aircraft Jan 10 '17 at 09:11
  • 1
    in iOS 10, the Provisioning Profile is `Automatic`, and before's provisioning profile is deprecated. – aircraft Jan 10 '17 at 09:16
  • @aircraft a small correction: provisioning profile is automatic from Xcode 8 and later. http://stackoverflow.com/questions/39488782/xcode-8-provisioning-profile-vs-provisioning-profile-deprecated/39506131#39506131 – Nhat Dinh Jan 10 '17 at 09:31
  • @Nhat Dinh, I mean how to choose `Adhoc provisioning profile` in Xcode8, bro. – aircraft Jan 10 '17 at 09:46