I can't build iOS apps with Adhoc and Release on Monaca.

Asked 2 years ago, Updated 2 years ago, 36 views

The iOS app was successfully built by DEBUG, but
Adhoc and Release build failed.
If you look at the error log,

1 key imported.Unable to delete certificate matching "iPhone Distribution: XXXXX Co., Ltd.\C2\A0
(XXXXXXX)"....Check dependencies Code Sign error: No matching
coding identity found —No coding identity (i.e.
) certificate and private key pairs) matching haggard Phone Distribution:
XXXXX Co., Ltd.\C2\A0(XXXXXXX) 窶where found.CodeSign error:code
signing is required for product type 'Application' in SDK
'iOS 8.0'

was found.

The same Distribution Certificate and Adhoc Provisioning built XCode6.
I don't know how to handle it with Monaca.
Have you ever had that problem?
I need to clean the old Certificate, but I don't know how to do it.

ios monaca

2022-09-30 16:08

2 Answers

The problem has been resolved.
The reason is that when I registered my Apple account, the company name was last with characters.
XXXXXXX Co., Ltd. has become .
When I looked at the Log file, I saw the character "\C2\A0".

I asked Apple Support Center to remove and then created the certificate again to successfully build it.

Dear Middle, Thank you.


2022-09-30 16:08

I have had the problem myself, but in my case there was a discrepancy between the provisioning profile and the certificate I uploaded.After uploading the correct provisioning profile, I was able to build it successfully. If it doesn't work and you don't have any apps published, why don't you set it up again from scratch?


2022-09-30 16:08

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.