I am having a problem with ad-hoc distribution on my iPhone. I have developed an application with SDK 3.0. I have a developer\'s license. I have added certificates and provi
Sorry that this is very late, but I just was looking at this question and found something that worked for me. I went to PROJECT->Build Settings and found the Code Signing section. Beside debug, my distribution profile that said Iphone Distribution: MY NAME
was selected. I instead selected Iphone Developer: MY NAME
on the drop-down list under IpodProfile (for bundle identifiers com.myName.myApp
which was the provisioning Profile for my device. Hope this helps!