iOS & Android standalone build failed?

Hi folks,

I’ve built an app and followed the guides but still getting this:

My build number is:

77dba061-0c90-493d-a2fc-0e04ce37d57b

Can anyone shed light on what I am doing wrong here? I am not getting why if fails.

Thanks,

Ben.

And this is happening on Android builds too.

Here is my app.json file:

{
  "expo": {
    "name": "directank",
    "slug": "directank",
    "version": "1.0.0",
    "orientation": "portrait",
    "icon": "./assets/icon.png",
    "splash": {
      "image": "./assets/splash.png",
      "resizeMode": "contain",
      "backgroundColor": "#ffffff"
    },
    "updates": {
      "fallbackToCacheTimeout": 0
    },
    "assetBundlePatterns": [
      "**/*"
    ],
    "ios": {
      "supportsTablet": true,
      "bundleIdentifier": "com.directank.directank",
      "buildNumber": "1.0.0"
    },
    "android": {
      "adaptiveIcon": {
        "foregroundImage": "./assets/adaptive-icon.png",
        "backgroundColor": "#FFFFFF"
      },
      "package": "com.directank.directank"
    },
    "web": {
      "favicon": "./assets/favicon.png"
    }
  }
}

What am I doing that keeps failing these builds? Thanks

Can you maybe post the build output? The build information is not accessible for me

Hey @lightstalker89 sorry how do I do that? I would be more than happy to. Thanks, Ben.

In the console there is that: you can monitor that build: And there is a link. Just click on it and inspect the logs

This link:

Thanks!

Yes, but in fact your project is private an so the build information is not available :wink: Only you can see it

Ah ok give me a second and I will change that, I do not mind it being public!

1 Like

I’ve made this public - is this correct? Thanks :slight_smile:

Hmm, does not work - maybe you need to rebuild? Or builds are not meant to be shared.

If so you could also post the error from the build step here

Thanks, ok let me delete and rebuild right now. Cheers!

1 Like

Can you see this:

This is the build:

Hmm so it failed,

Can you see the above link?

Nope :frowning:

Ugh, maybe there is a conflict or something like that?

Can you see this:

Yes this one is fine :slight_smile: … But can’t you just post the error, when you inspect the build yourself?

Hey ok so how do I post the log or errors? Thank you!

This is what I get in the expo page:

and this is the build: