How can one debug errors related to code-signing and missing certificates? Can I do the process from command line?
In XCode under 'Organizer > Provisioning Profiles', I get 'A valid signing identity matching this profile could not be found in your keychain'. How can I debug this problem?
...
I use InstallShield 2010 which requires a SPC/PFX and a PVK file to sign my files. I just got a GoDaddy Code Signing CERT but all they gave me was a SPC file. I right-clicked it and installed it in Windows 7. I assume the PVK file is somewhere on this system but I cannot find it using the Certificates MMC, etc.
So how will I use this...
I can build my project on one computer but not on another. I have imported my certificate, the distribution certificate and my private key. The provisioning profiles have also been installed. The provisioning profile matches my certificate when checking under "Edit Project Settings". The provisioning profile does apparently not match the...
Hi all,
The problem occurs when trying to select the code signing identity. In current 3.x projects on selecting the code signing identity it displays a scrolling popup with all the current valid identities. In older projects it doesn't do this.
So I suppose it is simpler to just copy over to a new iPhone project of the same name. ...
I have having difficulties protecting my blackberry application persistent data with ControlledAccess object.
According to http://www.blackberry.com/developers/docs/4.5.0api/net/rim/device/api/system/PersistentObject.html, I need a PersistentObject, CodeSignKey, and ControlledAccess objects to work. I have everything except one piece:
...