By MU on Wednesday, 13 April 2022
Posted in Native Mobile App
Replies 3
Likes 0
Views 525
Votes 0
can you pls share logs of why the iOS build failed?

com.modernlms.coway
'
Hi,

Here are your logs for the failed build

building and signing IPA
saved provisioning profile to temporary path
provisioning profile copied to home directory
done retrieving provisioning profile data
checking if teamID is present in keychain and that certificate is valid...
removed provisioning profile from the home directory
Error: codesign ident not present in find-identity: 17271534757793A26B4421B630B43C50DAFEEE56
Looking for identities matching "(86TDNFN39R)"
0 valid identities found

at Object.ensureCertificateValid (/usr/local/turtle-js/node_modules/@expo/xdl/build/detach/IosCodeSigning.js:123:11)
at async Object.build (/usr/local/turtle-js/node_modules/@expo/xdl/build/detach/IosIPABuilder.js:120:32)
at async buildAndSignIPA (/usr/local/turtle-js/build/builders/ios/archive.js:73:5)
at async Object.buildArchive [as default] (/usr/local/turtle-js/build/builders/ios/archive.js:40:9)
at async Object.iosBuilder [as ios] (/usr/local/turtle-js/build/builders/ios/index.js:30:13)
at async build (/usr/local/turtle-js/build/jobManager.js:181:33)
at async processJob (/usr/local/turtle-js/build/jobManager.js:118:32)
at async Object.doJob (/usr/local/turtle-js/build/jobManager.js:49:5)
at async main (/usr/local/turtle-js/build/server.js:66:13)


Based on the log it is most likely the team id is wrong.

You may try again and see if the build is success.

regards,
Hasif
·
Wednesday, 13 April 2022 17:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Hasif,

I can confirm the team ID is correct:


I tried compile without team id also caused error.
MU
·
Wednesday, 13 April 2022 17:26
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi MU,

After further inspection we found out the issues was not due the Team ID,

However we did manage to discover the issues might be caused by various reasons:

1. Your build seem to be failed at expo server, which not in our control.

2. We also tested a bunch of other app with our builder, and every one of the app seem to have no issue building an iOs version. The issue seem to be only occurring for your iOs build.

3. From our findings, the certificate is most likely to be the main culprit. Maybe it was incorrectly generated.

Error: codesign ident not present in find-identity:


I suggest you may start to troubleshoot the issue for the certificate by googling the following error. It may give some pointer where or how to start resolving the issue.

Hope this helps.

regards,
Hasif.
·
Thursday, 14 April 2022 12:49
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post