I am completely new to creating an ipad / iphone application. I am completely unfamiliar with the phone. I downloaded the HelloWorld application and opened it using xcode. It works great in a simulator. So I tried to deploy it on my iPad. When I click Build and Run in xcode, I get this error:
Code Sign error: The identity 'iPhone Developer' doesn't match any valid certificate/private key pair in the default keychain.
I have no idea what that means. A few months ago, I applied for the Apple Developer program. I returned a letter in which I successfully wrote down. Do I need to copy some kind of certificate from my Apple account to a website in my ipad in order to enable xcode to deploy my helloworld for ipad program?
I am completely confused about how to test the HelloWorld application on my iPad.
Additional notes
OK, I followed a few steps on how to sign a certificate and install it in xcode. Now, when I try to create and run on the device, I get this error:
Code Sign error: Provisioning profile 'forgelink' specifies the Application Identifier 'forgelink' which doesn't match the current setting 'R8T3VN6VR7.forgelink.forgelink'
Did I enter something wrong when creating my certificates, package identifiers, application identifiers, etc. ??
source share