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'...
1 vote
0 answers
286 views

Environment: Flutter SDK: 3.29.3 • channel stable • Dart 3.7.2 • DevTools 2.42.3 Xcode: 16.3 (16E140) with Command Line Tools at /Applications/Xcode.app/Contents/Developer iOS Simulator: iPhone 16 ...
0 votes
0 answers
391 views

I'm stuck with this issue and it's driving me a bit crazy. Hope someone can throw me a lifeline here. So I have a frontend Angular project. In this project, I have a private package (my-shared-lib) ...
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-...
0 votes
0 answers
118 views

I'm trying to deploy my project on Render, but I'm facing an issue during the build process, and I can't seem to figure out the root cause. Here's the error: [vite:load-fallback] Could not load /opt/...
0 votes
0 answers
22 views

so this is the error: Error [AxiosError]: Request failed with status code 401 at eO (.next/server/chunks/859.js:1:47996) at IncomingMessage.<anonymous> (.next/server/chunks/859.js:3:9448) at aN....
0 votes
0 answers
258 views

I'm working on a C++ project in Visual Studio 2019 targeting Windows with vcpkg dependencies. I keep encountering an issue where the first build fails due to missing .tlog files, specifically a ...
1 vote
0 answers
56 views

Question: I am setting up a React Native project on my MacBook Pro and have installed the necessary tools: Node.js, Xcode, Ruby, and CocoaPods. I've also configured .xcode.env properly. Despite ...
0 votes
0 answers
660 views

I am developing a React Native application on a Mac and trying to build it for Android. However, when I run npm run android to launch the app on my phone, I encounter the following error: BUILD FAILED ...
0 votes
0 answers
1k views

I am currently trying to archive my xcode project and i am getting this error: Sandbox: mkdir(23381) deny(1) file-write-create Does anyone know what this error means? I am not using swift or ...
0 votes
0 answers
2k views

I am trying to build a Unity project(version 2023.1.9f1) on Xcode beta 15.1 and I am running into a build error when I try to archive it. Here is the error: Command PhaseScriptExecution failed with a ...
1 vote
0 answers
581 views

I was building website with vite + react However, when trying to compile the production build, I run in the following error: error during build: RangeError: Maximum call stack size exceeded at String....
0 votes
0 answers
1k views

I am trying to build and run a Flutter application on Linux, but I am encountering issues with CMake. The application runs successfully on Google Chrome, but I'm having trouble getting it to work on ...
1 vote
0 answers
775 views

I have a Xcode Project was build from Unity with Unity 2020.3.40f1 Xcode 13.4 After build iOS project from Unity, i run pod install in Xcode project folder. Then in Unity-Iphone > Unity-Iphone > ...
1 vote
0 answers
524 views

Im trying to build a docker image and get: ERROR: failed to solve: cannot replace to directory /home/user/.local/share/docker/overlay2/4x9idkq31iucxi4u45xhi7wqp/merged/bin with file This happens when ...
0 votes
0 answers
114 views

When i run build task from the terminal in vs code i get this error: c:/mingw/bin/../lib/gcc/mingw32/6.3.0/../../../../mingw32/bin/ld.exe: cannot find -lpangowin64-1.0 C:/msys64/mingw64/bin/../lib/...
1 vote
0 answers
89 views

I am trying to integrate the Stripe library for payment with the dependency line: implementation 'com.stripe:stripe-android:20.17.0' and gets this error when building the project: Could not resolve ...
0 votes
0 answers
615 views

I'm unsure of what's causing the following errors when building for Android in Unity. Android build error Building C:\Users\LIMEFRIENDS\Documents\GitHub\21cube\Library\Bee\artifacts\unitylinker_xy1a....
0 votes
0 answers
117 views

error[E0599]: no method named `map_err` found for type parameter `Self` in the current scope --> src\server\error.rs:40:24 | 34 | pub trait ResultExt<T>: Sized { | --------------------...
0 votes
0 answers
176 views

I am getting the below in the output window when building the dotnet project. No way to resolve conflict between "Microsoft Practices EnterpriseLibrary Common, Version=5.0.414.0, Culture=neutral, ...
0 votes
0 answers
450 views

I'm getting an error, "Could not copy the file [file name in app folder] because it was not found." This is giving me a build error, not a runtime error. There is no path or file given. I am ...
0 votes
0 answers
226 views

I already build some other applications but in this time, I am facing an unfixable error. Please help me out. In the error it show "Manifest merger failed with multiple errors, see logs". So,...
1 vote
0 answers
1k views

System configuration OS : Ubuntu 18.04 opencv version : 4.2.0 opencv_contrib version : 4.2.0 I am trying to build OpenCV 4.2.0 from source and I am facing the following error : [ 78%] Built target ...
1 vote
0 answers
867 views

I'm trying to implement a resizable array class in C++. I started out with a basic C++ Console Application Template. I'm unable to build the basic Hello World program in Visual Studio 2022. This is ...
2 votes
0 answers
58 views

I have created native script angular application using npm command "ns create projectName --ng". After running the application, getting the build error. How to fix this issue?