expo:build:ios Failing, No Logs Output

Hey there,

I’m currently hitting a snag generating the .IPA for an iOS build through the expo-cli. Current steps are:

1. Triggering build with expo:build:ios (I have also tried : (expo build:ios --release-channel default --clear-dist-cert --clear-push-key --clear-push-cert)

2. Successfully authorizing with Apple Developer Portal, letting expo handle the credentials, using an existing certificate, generating new Push Notification service key.

3. Expo builds iOS bundle and publishes successfully.

4 Build starts, spins for a few minutes, and then I just get :

Waiting for build to complete. You can press Ctrl+C to exit.
✖ Build failed.
Standalone build failed!

With no logs when I view the build through the link. On that screen i see:

Your build is errored.
No logs exist for this build yet. Once a build has logs they will appear here.

Expo Diagnostics:

  Expo CLI 3.11.7 environment info:
    System:
      OS: macOS 10.15.7
      Shell: 5.7.1 - /bin/zsh
    Binaries:
      Node: 12.14.1 - /usr/local/bin/node
      Yarn: 1.21.1 - /usr/local/bin/yarn
      npm: 6.13.4 - /usr/local/bin/npm
    IDEs:
      Android Studio: 3.5 AI-191.8026.42.35.6010548
      Xcode: 12.1/12A7403 - /usr/bin/xcodebuild
    npmPackages:
      expo: ^38.0.9 => 38.0.10
      react: ~16.9.0 => 16.9.0
      react-native: https://github.com/expo/react-native/archive/sdk-38.0.2.tar.gz => 0.62.2
      react-navigation: ^4.3.7 => 4.4.0

Any help/visibility would be appreciated! Thanks for your time!

For anyone interested:

expo build:ios --release-channel default --clear-dist-cert --clear-push-key --clear-push-cert

was missing one ‘clear’ step, the Provisioning Profile.

once I cleared that and let the expo generate new certs and profile, we were golden!

1 Like

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