Reputation: 31
I want to generate a .ipa file, so that I can install it with iTunes without a provisioning profile.
Upvotes: 1
Views: 6829
Reputation: 842
You cannot do this on an un-jailbroken device the app will simply not install if it does not contain a registered provisioning profile.
The best way if you don't want to create one provisioning profile for one particular app is to use a Team Provisioning Profile wildcard and build out straight from Xcode your connected device.
Upvotes: 1