Corona device builds failing due to missing Code Signing Identities WHICH ARE NOT IN USE!

I’m stuck with not being able to create builds due to missing certificates for two year old projects that I removed from my system since I no longer contract with those companies (this includes profiles of other users who had installed builds on my machine).

I’m currently trying to use a working code signing identity (worked just before I removed the old, unused ones) but even though I have the working identity selected, Corona throws errors for the unselected ones that were deleted and never gets to the working one that is selected in the dropdown.

Is there a way to clear the drop down menu for Code Signing Identity and remove unused profiles that were actually deleted from the system?

Any advice appreciated.

is this for android or IOS ?

if this is for Android and you are using your own Keystore make sure you use the correct password that you use to generate the key.

Larry

Hi Larry, this is for IOS. I realize my previous cry for help may have been unclear. Let me restate my issue. Corona is giving me device build errors for multiple missing code sign profiles that I’m NOT targeting. The profile that I DO want to target is selected in the Corona simulator’s code sign identity drop down menu, but for some reason the unselected profiles (that have been deleted yet are somehow still referenced in this drop down) are being used instead. The simulator throws errors about two of the profiles I deleted. I can’t find any docs on how to reset this list to clear out the offending profiles. And deactivating and reactivating my license has no effect. I’m at a loss as to how to get Corona to ignore these unused and expired profiles and focus on the valid profile I actually want and have selected in the drop down .

Came in today, prepared to clear out my keychain access and rebuild everything…  But now, suddenly, builds are working…

Jeez.

Did anyone ever figure out how to clear all unused profiles from the menu when building?

In the Library folder off of your home directory there is a folder called “MobileDevice” and a folder inside of that called “Provisioning Profiles”.  They are all stored there.  From the command line:

cd ~/Library/MobileDevice/Provisioning\ Profiles/

from there you can do an rm command to remove the profiles you want to remove.

is this for android or IOS ?

if this is for Android and you are using your own Keystore make sure you use the correct password that you use to generate the key.

Larry

Hi Larry, this is for IOS. I realize my previous cry for help may have been unclear. Let me restate my issue. Corona is giving me device build errors for multiple missing code sign profiles that I’m NOT targeting. The profile that I DO want to target is selected in the Corona simulator’s code sign identity drop down menu, but for some reason the unselected profiles (that have been deleted yet are somehow still referenced in this drop down) are being used instead. The simulator throws errors about two of the profiles I deleted. I can’t find any docs on how to reset this list to clear out the offending profiles. And deactivating and reactivating my license has no effect. I’m at a loss as to how to get Corona to ignore these unused and expired profiles and focus on the valid profile I actually want and have selected in the drop down .

Came in today, prepared to clear out my keychain access and rebuild everything…  But now, suddenly, builds are working…

Jeez.

Did anyone ever figure out how to clear all unused profiles from the menu when building?

In the Library folder off of your home directory there is a folder called “MobileDevice” and a folder inside of that called “Provisioning Profiles”.  They are all stored there.  From the command line:

cd ~/Library/MobileDevice/Provisioning\ Profiles/

from there you can do an rm command to remove the profiles you want to remove.