Provisioning profiles handling in Xcode 4
I have : adhoc_myApp.mobileprovision, i would like to submit my .ipa with mail to the tester. I have done like this : Product/ Archive, and i have got the error :
Code Sign error: The identity 'iPhone Distribution' doesn't match any identity in any profile
i think that, i should add my adhoc_myApp.mobileprovision to xcode, but how i can do it in xcode 4 ??
And how i can shre the ipa?
thanks for your answer开发者_开发问答s
You can drag the provisioning profile to iTunes, or put it manually in ~/Library/MobileDevice/Provisioning Profiles
精彩评论