25,992 questions
-1
votes
1
answer
24
views
How to systematically untrack build files from a git repository?
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 ...
-2
votes
0
answers
21
views
How to use custom version of swift in Xcode? [duplicate]
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 ...
-3
votes
1
answer
71
views
Make rust place "auto-generated" files in configurable path (one for Linux, one for W10)
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 ...
4
votes
1
answer
199
views
Why when I build my Python library from C code, the Python functions don't work
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("...
1
vote
1
answer
39
views
Nextjs 15.2 Mdx, Shiki, Rehype-pretty-code Build error
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 ...
2
votes
0
answers
74
views
Nx Angular build fails intermittently with nx run frontend:build:development - no error output despite --verbose flag
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 ...
1
vote
1
answer
105
views
How to compile 64-bit binaries for latest versions of OpenSSL (3.5.x) on the Windows 10
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 ...
1
vote
1
answer
65
views
Application Angular 18 not working after the build
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 ...
0
votes
1
answer
107
views
"NuGet Pack ..." error: The user name or password is incorrect. Where is "NuGet Pack" getting its information from?
While building my C++ application, the postbuild event contains the following command:
NuGet pack "$(ProjectPath)"
-OutputDirectory "$(TargetDir)NuGet"
-...
0
votes
1
answer
186
views
next.js - error build - [TypeError: Cannot read properties of null (reading 'useContext')]
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&...
0
votes
1
answer
28
views
Next.js 15 Build Error: Type 'OmitWithTag<{ reportId: string; }, keyof PageProps, "default">' does not satisfy constraint
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/[...
0
votes
1
answer
116
views
Problem finding index.html for Medusa v2 Admin during deployment on Render
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 ...
1
vote
0
answers
164
views
"build.ninja: multiple rules generate" when copying a file for temporary compilation into a directory which is used by multiple targets
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 ...
0
votes
0
answers
41
views
Expo application building issue for the platform's store
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 --...
0
votes
1
answer
58
views
Build nacos Error bin/docker-startup.sh: line 104: exec: -X: invalid option i use official document
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....
0
votes
1
answer
69
views
How do you fix the error Gradle task assembleDebug failed with exit code 1 in flutter
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 ...
0
votes
0
answers
66
views
How to debug cmake issue? Works on one PC fails on another
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/...
0
votes
1
answer
40
views
VS 2019 SqlBuildTask failed unexpectedly 04018 Error after renaming projects and folders
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 ...
0
votes
1
answer
71
views
How to fix the following Unity Build Error (Android build, Unity 6000.1.14f): "Jetifier failed to transform .. fastdoubleparser-2.0.1.jar"
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:...
0
votes
1
answer
78
views
Using CMake for a multi-chip embedded project [duplicate]
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 ...
2
votes
0
answers
95
views
Build issue Flutter Did you forget to declare this file as an output of a script phase or custom build rule which produces it?
Error (Xcode): Build input file cannot be found: '/Users/medhavhidevice/Desktop/bhawani/medhavhi-mobileapp-bloc/build/ios/Debug-iphonesimulator/video_player_avfoundation/...
0
votes
0
answers
82
views
Is it fine to modify the FlutterExtension file for build configuration properties?
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, ...
1
vote
0
answers
318
views
Error deploying Angular 20 on Railway: Node.js unsupported version (v22.11.0 instead of v20.19 or v22.12)
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
...
0
votes
1
answer
107
views
Gradle build daemon disappeared unexpectedly when building Flutter APK on Mac M2
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 ...
0
votes
0
answers
43
views
Expo Eas Build apk of my app doesn't connect to the backend on real device but it works fine on expo go
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 ...