I’ve been having a fairly difficult time having Corona SDK produce an iPhone build that’s successfully signed using one very specific certificate.
The certificate in question is valid, and I’m capable of signing things via console commands using it, but Corona fails as if it’s expired or invalid.
I’ve narrowed the problem down to it being specifically due to quotations in the certificate name (iPhone Distribution: <first part of company name> “LLC”) and I’m perfectly capable of signing using Corona using certificates that do not contain the LLC with quotation marks.
Unfortunately it’s part of the business name for my client and I’m unaware of a way to produce an iphone distribution build with a modified name / one that doesn’t contain the business name.
So is there a way to make corona spit out an unsigned build that I can then sign via the console using codesign?