i create a provision and developer identity.certificate with apple provision as开发者_高级运维sistant and i have huge problem , everything done , but when i add my certificate into KeyChain , the certificate add , but doesn't show on the Keys and my Certificate :( and xcode Organizer says
a valid signing identity matching this profile could not be found in your keychain
and compiler :
Code Sign error: The identity 'iPhone Developer' doesn't match any
valid certificate/private key pair in the default keychain
i didn't have this problem on the leopard with sdk 3.1 my current os is 10.6.2 SDK 3.1.3 what's the problem ?
Hope this link will be useful for you.
All the best.
Make sure the Bundle ID matched to the Mobile Provisioning's Bundle ID.
Xcode Project > Build Setting > Code Signing
If the bundle ID matched, you will see those valid cert will
精彩评论