Exp build:ios failed but android succeeded

[exp] Build ID: 2deffd9b-cd72-4e00-993e-36483e449c53
[exp] iOS: There was an error with this build.

Is there a way for us to view what the error is, or is it only accessible to the Expo team?

app.json:
{
“expo”: {
“name”: “Synergy Lab: Time Estimation Task”,
“icon”: “icon.png”,
“version”: “1.0.1”,
“slug”: “sampling-survey”,
“sdkVersion”: “21.0.0”,
“ios”: {
“bundleIdentifier”: “riwu.sampling-survey”
},
“android”: {
“package”: “riwu.sampling.survey”
},
“loading”: {
“icon”: “icon.png”,
}
}
}

hey @riwu, i kicked off your build again, and it looks like it was a transient error. Get your finished build from s3 by running exp build:status

1 Like