"exp build:ios" aborting

No problems building an APK, but Expo times out when I attempt to build the equivalent IPA:

command: exp build:ios -c

I enter the push notification cert P12, mobile provisioning profile, distribution certificate filenames and all passwords.
The build commences as expected.
I get the “Waiting for build to complete.” message.

and then…
Timeout reached! Project is taking longer than expected to finish building, aborting wait…

My build logs look fine until…
Error: codesign ident not present in find-identity: <>
Looking for identities matching <>
0 valid identities found

More information @:
https://expo.io/builds/9259532a-d363-45b7-831e-16911b149602

Hi @expo2orcadia

You are using an old version of expo-cli, you need to update it (npm -g i expo-cli). exp command name changed, so after the update, you need to use it as expo or expo-cli

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