iOS Standalone Build Failed (no explanation)

I have my iOS build failing and can’t work out why? I am running expo build:ios

Build number: fdaac2ca-c6da-4aed-a642-ae4d6d7c30b2

There are other failed attempts for this app too. Android is building as we speak with no issue.

Please advise! :slight_smile:

Your credentials expired, run expo build:ios --clear-dist-cert --clear-provisioning-profile --revoke-credentials

Error: codesign ident not present in find-identity: ----
Looking for identities matching "(----!)"
     0 valid identities found

    at Object.ensureCertificateValid (/usr/local/turtle-js/node_modules/@expo/xdl/build/detach/IosCodeSigning.js:46:11)
    at <anonymous>
1 Like

A classic case of not reading the error messages properly - my apologies!

I ended up logging into itunes connect, accepting some outstanding terms and running the build with a -c flag.

I had to re-setup and delete some provisioning profiles etc, but i got there in the end!

Thanks :pray:

2 Likes

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.