Error in building and signing IPA

I’ve manually deleted/revoked every certificate and profile in my account and entered these:
exp build:ios --revoke-apple-dist-certs --revoke-apple-push-certs -c
exp build:ios -c
Will you provide your own Distribution Certificate? Let Expo handle the process
Will you provide your own Push Certificate? Let Expo handle the process

Then I received this error:
Reason:No cert available to make provision profile against, raw:"Make sure you were able to make a certificate prior to this step"

So I created a certificate and entered the same as above.
Now I’m unable to build and sign IPA with this error:

Error: validateProvisioningProfile: provisioning profile is not associated with uploaded distribution certificate

It also created duplicate of my certificate “**** Limited”

I also tried the solution here: Errors on exp build:ios - #7 by ericmorgan1 but still unable to build

Hey @iah.buenacosa,

What version of the Expo-CLI are you using?

Hi @charliecruzan, Expo-CLI 2.14.0

Okay, that’s good! And can you make sure that the Bundle Identifiers are identical (in app.json and in distribution cert)?

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