Trouble with ios build

I’m having some trouble creating an ios build, android build is going fine.

First I ran: npm install -g exp to get the latest version of expo.
Secondly I ran: exp build:ios --clear-credentials

I have 1 .p12 file and 1 .mobileprovision. I used the .p12 as distribution AND push notification certificate and the .mobileprovision as the provisioning profile.

Expo then starts building the javascript bundles but after I get the URL’s for monitoring the script stops with the error message: Standalone build failed!

This is the url I get when creating the build is: https://expo.io/builds/a46e5966-e066-415b-b06d-51e67b572579

Does someone know what I am doing wrong?

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