When I debug my application on device,it alert the info " Codesign error: no certificate was found in your keychain for the specified identifier "(null)"
I have no idea what you mean by this.
St3fan
2010-02-04 03:38:45
This should be a comment, not an answer itself.
Greg Martin
2010-02-06 05:35:37
A:
You may not have an application identifier set. Make sure that in your Target Settings > Properties, you have a valid reverse DNS identifier (com.apple.myapp, for example) entered into your Identifier field. Also make sure your Code Signing Identity is set to the correct certificate (Target Settings > Build).
Ben Gottlieb
2010-02-04 03:41:46