I am trying to upload my app to. After tip Archive,it shows :Code Sign error: The default keychain doesn't have an identity matching the profile 'submitsearch' and identity 'iPhone Developer.
Which step may be wrong?
thanks
I am trying to upload my app to. After tip Archive,it shows :Code Sign error: The default keychain doesn't have an identity matching the profile 'submitsearch' and identity 'iPhone Developer.
Which step may be wrong?
thanks
More than one thing can cause this problem:
I find the best way to fix it is generating both certificate and profile again.
In my case it is due to not attaching key to p12 file.
for windows I simply run following command in openSSL:
pkcs12 -export -inkey privatekey.key -in ios_development.pem -out ios_development.p12
Its work for me.
You can find the solution on this link :
You just have to make a difference between the Distribution Provisoning Profile and the Development Provisioning Profile.