Unable to sign build successfully

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?

It’s been a month, any ideas out there?
It’s literally impossible for my client to ever use Corona for iOS builds unless this is resolved or given some kind of work-around.

Hi @jack52,

This was probably suggested already, but can you change the quotes to “special quotes” (like HTML-style ““” and “””)? That may cause the same problem, but it’s worth a shot.

Thanks,

Brent

It’s been a month, any ideas out there?
It’s literally impossible for my client to ever use Corona for iOS builds unless this is resolved or given some kind of work-around.

Hi @jack52,

This was probably suggested already, but can you change the quotes to “special quotes” (like HTML-style ““” and “””)? That may cause the same problem, but it’s worth a shot.

Thanks,

Brent