I have updated my managed package – going from beta 14 to beta 15. The 14 previous versions all worked just fine. I am able to upload without problem and an install link is generated. However, when I try to install the beta in a separate developer org, I get the following message (i’d call it an error but there is no detail at all suggest whether it is an error or not):
Your requested install failed. Please try this again.
None of the data or setup information in your salesforce.com
organization should have been affected by this error.If this error persists, contact salesforce.com Support through your
normal channels and reference number: 35557683-12022 (1510032338)
I’ve submitted a ticket with SFDC support, but since I’m not a premier customer, they say it will take 2 days to get back to me. Does anyone no how to dig into this? Is there a log file somewhere that I can look at that will indicate what the problem is? Thanks in advance you can provide any guidance.
I got confirmation from Salesforce Support today that if you have a static resource named “x” or “c”, then the process that builds the package will not see the resource. This was exactly my experience. In addition, it would not let me remove the static resource I had named “x” even after removing all references to it in my code.
To resolve I had to move all of my code (minus the static resource named “x”) to a new dev org, and deploy from there.