So, I'm trying to run a project in Xamarin Studio on my device. I get the error "There are no valid iOS code signing keys found in the keychain."
I created a new iOS development certificate, as shown here:

Then I downloaded the certificate and opened it to add it to the keychain. Here he is in keychains:

Then I created a training profile. I added the appropriate devices and installed the certificate on the one I just created. Viewing the section for editing the provisioning profile that you see is installed on the correct certificate:

After all this, I went to Xcode, then clicked Xcode-> settings. I added my AppleID and looked at the details in the account. Everything seems to be there, except that the iOS signature identifier called "Missing Private Key".

I guess that is why I got an error in Xamarin Studio. How can i fix this?
source share