views:

172

answers:

2

I have a developer license and I've generated .mobileprovision and .cer files. I've put the provision file on my device, double-clicked the .cer file and added it to the login keychain. But when I'm trying to build the app in XCode, I get the error: CodeSign error: code signing is required for product type 'Application' in SDK 'Device - iPhone OS 3.1.3'

What am I doing wrong? Thanks in advance!

+1  A: 

Is your private key associated with the certificate in the Keychain utility?

Jon-Eric
Sorry, but what does this mean?
Knodel
A: 

Figured out the problem-the .cer file was generated on another computer.

Knodel