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.
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
In the console there is that: you can monitor that build: And there is a link. Just click on it and inspect the logs
Yes, but in fact your project is private an so the build information is not available Only you can see it
Ah ok give me a second and I will change that, I do not mind it being public!
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!
Can you see this:
This is the build:
Nope
Ugh, maybe there is a conflict or something like that?
Can you see this:
Yes this one is fine … 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!