tags:

views:

25

answers:

2

I got a message when build a MyApp using with a Distribution Provisining Profile. But I successed when build a MyApp using with a Development Provisining Profile.

What's mean this message?

My Device is iPhone 3GS installed iOS4. and I created a Certificate follow apple's documents and Created App ID and a Development Provisioning Profile and a Distribution Profile. I create Build Info (create Distribution activity (duplicated Release) and selected my Distribution Provisioning Profile.

Please help me. I was sending for the two days...

alt text

+1  A: 

the value of theBundle Identifier Key within your info.plist file must match the App-ID that you have assigned to your provisioning profile in the portal.

another reason could be, that said provisioning profile is indeed not installed on the computer you're developing on. In that case you simply download your profile and open it. it will then appear in XCODE's Organizer Window.

hope I could help

sam

samsam
A: 

Im having same issue, I checked Bundle Identifier and also profile is installed. No change. Anyone solved this?

Tankista