Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
29 views

The error occurs between two projects (PortalAdmin and Portal) that both contain the same static web asset. This appears to be related to the new static web asset compression feature in .NET 10. What'...
2 votes
1 answer
4k views

No matter what I try my nextjs 14 app keeps failing on build (on this for days now). Unfortunately the error is thrown in webpack'd minimized files, but monkey patching and commenting out has me ...
38 votes
10 answers
31k views

I’m getting strange error while building project in Xcode 9.4 Build system information - unexpected service error: The Xcode build system has crashed. Please close and reopen your workspace. I tried ...
12 votes
10 answers
33k views

Error: No Output Directory named "build" found after the Build completed. You can configure the Output Directory in your Project Settings. i got this error here is my repository https://...
21 votes
4 answers
20k views

I am using Gradle 4.6 which allows me to run build scans using the --scan option without having to explicitly apply or download extra plugins which is great. However this forces me to add the ...
1 vote
1 answer
124 views

I am facing a persistent build failure on a fresh Flutter installation on Windows 11. The build fails with hundreds of errors pointing to core Flutter/Dart types not being recognized (e.g., Error: '...
2 votes
1 answer
769 views

I'm trying to implement file upload functionality in my React Native CLI project (targeting Android) using react-native-document-picker. I've encountered a compilation error related to ...
14 votes
2 answers
3k views

I'm currently working on a Compose Multiplatform project using Kotlin and targeting desktop platforms. I'm encountering an issue when trying to create a distributable build for desktop in Android ...
1 vote
1 answer
600 views

Problem When building a React Native 0.80 project with lottie-react-native version 7.2.2, the build fails with the following Kotlin compilation errors: > Task :lottie-react-native:...
0 votes
0 answers
76 views

I'm facing a persistent error when trying to build my Expo React Native app using EAS Build. The build fails with an SDK resolution error related to the ANDROID_SDK_ROOT and sdk.dir properties. Build ...
0 votes
0 answers
48 views

I'm working on a React Native mobile application for iOS and Android. I've always been able to make development builds using the command: eas build --profile development --platform android --clear-...
7 votes
5 answers
5k views

The project was working fine before just I reinstalled the OS and Visual Studio, when I build the project this error is showing. "Failed to resolve 'System.Net.Http.HttpClientHandler' from 'Mono....
0 votes
1 answer
33 views

I have customized the fetch in a Next.js app to get the token whenever a request is made. This is the function: import { getNewAccessToken } from "./getNewAccessToken"; import { cookies } ...
2 votes
2 answers
847 views

I used google-signin-unity plugin on my game. But this issue happened when I built android apk on unity. unity version is 2022.3.16f1. What went wrong: Execution failed for task ':launcher:...
1 vote
3 answers
2k views

Help please. I'm currently having issued creating a windows build for my flutter projects - which are basically projects from YT tutorials. It was working just last week, but now every time I build ...
2 votes
4 answers
7k views

I have inherited a project that has compiled in the past, but after making a very small change and attempt to build results in the following error: Execution failed for task ':meeting:...
2 votes
1 answer
1k views

I am encountering an issue when trying to build my Expo app using npx expo run:ios in a Turborepo monorepo setup. The error message I receive is: Error: Cannot find module 'metro/src/lib/...
5 votes
2 answers
2k views

I'm working on a C++/CLI project in Visual Studio 2019 (32-bit target platform) using .NET SDK 6.0.135. This project runs on a build server and has a dependency on System.Text.Json, although it's not ...
1 vote
1 answer
754 views

I have upgraded all my project dependencies in gradle to spring boot 3 compatible. for ex: springframewor.boot version to 3.0.7 and Hibernate-core version to 6.1.7 final, java version to 17. During ...
1 vote
1 answer
83 views

I am trying to deploy a MERN App on render. The build gives this error. ../backend/src/models/hotel.ts(1,22): error TS2307: Cannot find module 'mongoose' or its corresponding type declarations. ../...
2 votes
0 answers
204 views

We are working on a Next.js 14 project with the following routes: Our App router app/[lang]/(frontend)/... app/[lang]/(admin)/admin/... app/[lang]/(auth)/auth/... app/[lang]/layout.tsx contains: <...
0 votes
1 answer
84 views

I am attempting to make my first Electron app using Angular 18. I have followed a couple of tutorials closely, but I keep getting an error message when building the app. I created a basic service to ...
4 votes
1 answer
531 views

A problem occurred configuring project ':expo'. Could not get unknown property 'release' for SoftwareComponent container of type org.gradle.api.internal.component.DefaultSoftwareComponentContainer. ...
3 votes
2 answers
2k views

I receive an error in the build, with the following messages: useSearchParams() should be wrapped in a suspense boundary at page "/404". Read more: https://nextjs.org/docs/messages/missing-...
0 votes
1 answer
553 views

I’m encountering an issue during my Android project build in Android Studio. The build fails with the following error: org.w3c.dom.DOMException: INVALID_CHARACTER_ERR: An invalid or illegal XML ...

1
2 3 4 5
14