Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
1 answer
24 views

Branch x in my git repository contains the undesired build files. It happened because I do not separate build directory from the source code and I git add-ed the build files. The main branch is in a ...
nougako's user avatar
  • 240
-2 votes
0 answers
21 views

I am using Mac 14 and the highest version of Xcode that I can install is 16.2 And it comes with the bundled swift component - 6.0.3 version. But my project requires swift 6.2 or later. I was able to ...
Pavlo Pylypchuk's user avatar
-3 votes
1 answer
71 views

I want to keep voluminous "auto-generated" files separate from the files I write and edit. I also want the same Rust project to run in Linux and in W10. And I assume it's better that each ...
mike rodent's user avatar
  • 16.1k
4 votes
1 answer
199 views

I'm trying to build a Python library from C code. I'm on macOS. When I only build the .so file and link it in Python like this, all the functions work as intended: import sys sys.path.append("...
Jean1000's user avatar
1 vote
1 answer
39 views

So I'm trying to build my Next.js project, which, for context, was being deployed without a problem, up until my main branch. When I then tried to implement mdx, with rehype and shiki, and tried to ...
Santiago Uribe Gil's user avatar
2 votes
0 answers
74 views

I'm experiencing intermittent build failures with my Angular application in an Nx monorepo. The build command nx run frontend:build:development sometimes succeeds and sometimes fails, but I cannot get ...
timolino13's user avatar
1 vote
1 answer
105 views

I am trying to compile latest version of the OpenSSL on Windows 10 machine (version 3.5.4). Prerequisites are: I ran x64 Native Tools Command Prompt for Visual Studio 2022 Community Edition I ...
Petr Lazecky's user avatar
  • 1,867
1 vote
1 answer
65 views

I am quite new to Angular and I've developed an application which I would like to use as an online portfolio of my programing achievementaz&. Locally, everything works fine, the routing is doing ...
MELANIE BLONDIN's user avatar
0 votes
1 answer
107 views

While building my C++ application, the postbuild event contains the following command: NuGet pack "$(ProjectPath)" -OutputDirectory "$(TargetDir)NuGet" -...
Dominique's user avatar
  • 17.6k
0 votes
1 answer
186 views

I created a new Next.js project using the command: npx create-next-app@latest The project installs without problems. The created package.json: { "name": "test_4", "version&...
Spektor225's user avatar
0 votes
1 answer
28 views

I'm encountering a TypeScript build error in Next.js 15 with dynamic routes. The error occurs during next build and seems related to the new Async Request API. .next/types/app/(app)/seo-audit-tool/[...
SHREY RAJ's user avatar
0 votes
1 answer
116 views

I’m trying to deploy a Medusa v2 project on Render, but I’m running into an issue where Render cannot find the index.html file for the admin panel. I’ve already set the folder from the medusa2 admin ...
Jesús Pareja Fernández's user avatar
1 vote
0 answers
164 views

I am calling make-commands of an SDK inside CMake. They will build static libraries which are IMPORTRED targets in CMake, which I use for linking our implementation against. The sdk is contained in a ...
NetoBF's user avatar
  • 178
0 votes
0 answers
41 views

I have tried to build an Android application using. eas build --platform android Command. But it gave me the following error after the process of installing dependencies. Running "npm ci --...
Isuru Jayasinghe's user avatar
0 votes
1 answer
58 views

i add nacos-plugin to nacos-2.0.3,but when i create images error,i modify dockerfile, when i build nacos ,occur pring.config.name=application,custom --logging.config=/conf/nacos-logback.xml --server....
QingHan Kong's user avatar
0 votes
1 answer
69 views

I am new to flutter. I created a new project in flutter, the project runs well in web and ubuntu desktop but whenever i run on the emulator i get the below error. Kindly help to identify where the ...
lugala moses's user avatar
0 votes
0 answers
66 views

How can I debug this cmake issue to find out why a build works fine on one PC but fails on another? On both PCs I cloned a repository as follows: git clone --recurse-submodules https://github.com/...
codlord's user avatar
  • 101
0 votes
1 answer
40 views

Sometimes, when I do code cleaning, I happen to rename my solutions and projects. Usually I also rename folders on disk to keep it in line. I know that I need to edit the sln file to put in the ...
pumasoft's user avatar
0 votes
1 answer
71 views

I am using Unity 6000.1.14f with a custom .aar plugin for a Standalone VR-App. The plugin uses AGP 8.7.3 and Gradle 8.12.1. Complete Error message is: Execution failed for task ':launcher:...
N8W1nD's user avatar
  • 73
0 votes
1 answer
78 views

I'm working on a robot that consists of an ARM based SBC with an AVR based control board and would like to use CMake to manage the builds. My desire is to just run CMake once and have the build ...
LostSnail's user avatar
  • 149
2 votes
0 answers
95 views

Error (Xcode): Build input file cannot be found: '/Users/medhavhidevice/Desktop/bhawani/medhavhi-mobileapp-bloc/build/ios/Debug-iphonesimulator/video_player_avfoundation/...
Kushal Magar's user avatar
0 votes
0 answers
82 views

I've found that other devs might be doing this to address common issues (e.g., build exceptions) with their app/build.gradle by changing properties like flutter.ndkVersion, flutter.compileSdkVersion, ...
DevQt's user avatar
  • 1,920
1 vote
0 answers
318 views

I am trying to deploy an Angular v20 project on Railway, linked to my GitHub repository. During the build phase, Railway detects a Node.js version that is not supported by Angular CLI. 📌 Error I get ...
Angel Rodriguez Loa's user avatar
0 votes
1 answer
107 views

I’m trying to build a Flutter APK on my Mac Mini (M2, macOS Sonoma) using the latest stable Flutter version (3.35.1) and Gradle (8.12). When I run: flutter build apk --split-per-abi the build fails ...
Razu ahmed's user avatar
0 votes
0 answers
43 views

My project works well with expo go: tne connection with its backend is fine. I created the android apk, installed it with "eas build --platform android --profile preview" on my mobile and ...
Didier2791's user avatar

1
2 3 4 5
520