I am totally new to making ipad/iphone application. I am totally new to using phonegap. I downloaded a HelloWorld application and opened it up with xcode. it works fine in simulator. So i tried to deploy it to my iPad. When I hit 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 this means. I applied for the Apple Developer program a few months ago. I got back an email saying I successfully enrolled. Do I need to copy some kind of certificate from my Apple Account on the website to my ipad to enable xcode to deploy my helloworld program to the ipad?
I am totally confused on how to test the HelloWorld application on my iPad….
Additional Notes
OK, i followed some steps on how to sign a certificate and install it in xcode. Now when I try to Build and Run to a 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 type something wrong when creating my certificates, bundle identifiers, app ids etc…?
you need to get developer certificates (code signing certificates) from your apple developer site.
log into developer.apple.com and follow the steps
Edit:
Here’s the link to iOS Provisioning portal
http://developer.apple.com/ios/manage/overview/index.action