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
.
- But this may take me a long time to aceess that.
- It is very not easy to debug.
So, is there a simple and convenient way to get my goal?