Expo Build Failed, no reason given

SDK Version: 35
Platform: iOS only

I’m trying to build a standalone build but the build keeps failing with “Standalone build failed” message, without any other reason given.

Any help would be appreciated.

Hey @saeho,

Were you able to build an .ipa? If not, could you try building a new project and see if you still get the error?

Cheers,
Adam

Yes I was able to resolve it. It was painful because I had to go through a lot of old outdated help threads and creating a lot of certs/provisioning keys manually. But I eventually solved it.

Long story short, there’s a big difference between “expo build:ios --clear-provisioning-profile” and “expo build:ios -c”. The second command did the trick for me.

1 Like

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