Error: Build configuration 'Release does not exist in list with id
See original GitHub issueHi,
From about 2 days, we get the following error on our build environment :
All credentials are ready to build @e*****/e***** (com.*******.***)
- Compressing project files
- Uploading to EAS Build (0 / 8.7 MB)
✔ Uploaded to EAS 1s
Error: Build configuration 'Release does not exist in list with id
'00E357021****517003FC87E'
Used CLI version : "eas-cli": "^0.16.0",
Nothing changed on our side on build script. We are on gitlab’s CI/CD env with docker runner in private env.
Thanks, Regards.
Nicolas
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Unable to use other configurations than Debug and Release ...
This is a bug/feature of Xcode. It attempts to build sub-projects using the same configuration as the main project. If that configuration does...
Read more >Creating New Build Configuration Results in Header Not ...
Select your target in the navigator, go to Build Settings. · Click the +, add the user-defined setting REACT_HEADERS_PATH and set the value...
Read more >Common Problems | TeamCity On-Premises Documentation
If a build fails or otherwise misbehaves in TeamCity but you believe it should not, the first thing to do is to check...
Read more >Troubleshooting — conan 1.56.0 documentation
By default, Conan doesn't build packages from sources. There are several ... ERROR: Invalid setting '4.19' is not a valid 'settings.compiler.version' value.
Read more >Task failed since repository with id does not exist | Bamboo
Bamboo build plan fails to start with RepositoryDefinitionException: Task failed since repository with id does not exist ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This only seems to happen with
0.16
. Downgrading to0.15.1
fixed the issue for me.I have the same issue even on an empty new project created by
npx react-native init AwesomeTSProject --template react-native-template-typescript
and followed byeas build:configure
andeas build --platform ios