user1756097
user1756097

Reputation: 45

Xcode and Distribution .ipa application provisioning profiles

I lost few days trying to figure this out. I created new provisioning profile on my dev account for Ad Hoc distribution, I added required certificates. I did set everything to this profile in General tab and Build settings for both project and target, I'm not using Automatic signing. When I archive project I'm using diawi app to install .ipa file on my iPhone but I keep getting error that provisioning profile inside this app doesn't seem to contain your device's UDID.

Upvotes: 0

Views: 294

Answers (1)

Ezatu.
Ezatu.

Reputation: 9

your provisioning profile must contain your device's UDID.

Upvotes: 1

Related Questions