Code Signing identity popup menus shows (Certificate not Installed) for my AdHoc profile

I’m trying to build for device (Ad Hoc build for iphone) and when I select Code Signing identity, the popup up menu shows my AdHoc profile but it’s grayed out and preceded by “(Certificate not Installed)”. Things were OK a few days ago but now Corona won’t recognize my certificate. I went back and followed the steps in the manual for getting and installing a certificate but that doesn’t help. Also the certificate is in Users/me/Library/MobileDevice/Provisioning Profiles/

How do I get my my my AdHoc profile? [import]uid: 295 topic_id: 2644 reply_id: 302644[/import]

I finally got things running but I’m not sure how I did it. I just know the problem has nothing to to with Corona. It’s all about the .cer files in the keychain and whether the Xcode Organizer shows this error or not (“A valid signing identity matching this profile could not be found in your keychain”) when the Provisioning Profile is selected in the Provisioning Profiles category: I know the following *.cer files are needed in a keychain for Corona to see the necessary one when building:

AppleWWDRCA.cer
developer_identity.cer (Adding this was what cured my problem)
distribution_identity.cer

And the signing identity of the ,cer files got to match up with your app provisioning profile that is in /Users/(your user)/Library/MobileDevice/Provisioning Profiles/ YourApp_Provisioning_Profile.mobileprovision

This might tend to help some: http://stackoverflow.com/questions/999313/iphone-app-signing-a-valid-signing-identity-matching-this-profile-could-not-be-f
[import]uid: 295 topic_id: 2644 reply_id: 7749[/import]

I’m wondering about one thing though…Can all the .cer files and my app provisioning profile which I generated on my iMac for the App I’m developing (on my iMac) be copied to my MacBook and used there too? Or do I have to generate a separate NEW set for working on the SAME app on my MacBook which is different from the main computer (my iMac) I’m using to developing the app? [import]uid: 295 topic_id: 2644 reply_id: 7750[/import]