"Code Signing: No matching code signing identity found" Error in iOS Adhoc Build

Asked 2 years ago, Updated 2 years ago, 112 views

I followed the instructions in the document to run the iOS build.
There is no problem running in Debug Build, but Adhoc build encountered an error.
Of course, we followed the distribution instructions.
I have attached the error status.
I'm wondering what I'm missing in the build settings.
Has anyone else ever experienced this situation?
Also, please let me know if there are any countermeasures.

Enter a description of the image here

ios monaca

2022-09-30 20:32

2 Answers

The error message has a "Check App ID~", so make sure the Apple AppID matches the AppID you want to set in Monaca.

Also, if you are using wildcards in Apple's AppID settings, make sure that com.example.* is set to com.example.xxxx (where "xxxx" is any character) in Monaca settings instead of confirming that it matches.

[Apple AppID Settings Screen]

1 Apple AppID Settings Screen

[Monaca AppID Settings Screen]

2Monaca AppID Settings Screen


2022-09-30 20:32

Thank you for your comments.

I understand the cause.
Please refer to this link for the same issue.
Monaca will not allow Adhoc and Release build of iOS apps


2022-09-30 20:32

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.