Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [build]

The process of converting source code files into standalone software artifact(s) that can be run on a computer

1 vote
1 answer
34 views

Java libraries built from source have differences to those published wrt to anonymous classes

I am trying to build groovy (and others) from source using the instructions in their help file. https://github.com/apache/groovy/tree/GROOVY_3_0_21?tab=readme-ov-file The built binaries operate just ...
visionset's user avatar
  • 164
0 votes
0 answers
18 views

While genrating Archive build for my react native No Expo project I get error

XCODE Error I already tried delete the DerivedData folder: but its not work. error: unable to open dependencies file (/Users/codecrewinfotech/Library/Developer/Xcode/DerivedData/panchal_application-...
kaumil patel's user avatar
0 votes
0 answers
26 views

Build Apk Flutter

My flutter project uses googlefont poppins. But when I build the apk, the font changes to default. Can anyone help me solve this? I have tried to make it a theme, it still doesn't work. I think my ...
jii's user avatar
  • 1
0 votes
1 answer
28 views

msbuild error: AssemblyRef does not contain a definition for 'Configuration'

I am 'migrating' a visual studio build to a batch script, I have a one big project that has many dependencies, i build my project with msbuild.exe using windows batch script, the main project (client) ...
Shachar297's user avatar
-3 votes
1 answer
24 views

Why does npm run build keep getting stuck with no error? Workaround? [closed]

Why does npm run build keep getting stuck with no error? Workaround? MyMacComputer project% npm run build > build > webpack --mode=development ...stops here forever... The project previously ...
Jeremy Irons's user avatar
-1 votes
0 answers
11 views

Target debug_ios_bundle_flutter_assets failed: PathNotFoundException: Cannot open file, path = 'ios/Flutter/AppFrameworkInfo.plist'

So, I'm not an iOS developer and don't really understand what's going on here. I have a Flutter app working on Web and building for android, but when I try to build on iOS simulator the build fails ...
Allan Bastian's user avatar
1 vote
0 answers
24 views

After spring-boot update pom resolution failed

I updated the spring-boot version from 3.0.5 to 3.3.2. I am working with gradle 8.9 springBootVersion=3.3.2 dependencyManagementVersion=1.1.6 After that I sporadically get a lot of error messages ...
Tony's user avatar
  • 418
0 votes
1 answer
22 views

Twine/PyPI - Invalid distribution file

I am trying to upload my package (SyntenyQC) to test pypi as described here via Anaconda prompt. I have installed twine and build as described in the link, and got a dist folder with a wheel and gz ...
Tim Kirkwood's user avatar
1 vote
2 answers
37 views

how to solve ':app:compileFlutterBuildDebug' in flutter build apk

Error when building the project with flutter build apk command I was trying to build my Flutter app and this error shows up: Unhandled exception: RangeError (offset): Invalid value: Not in inclusive ...
HooDie's user avatar
  • 11
-2 votes
0 answers
26 views

App Rejected For Meta side - iOS App Crashing for App Review Team but Works in Simulator

App Rejected - iOS App Not Loading Meta Developer Policy 6.1 - Login We found that your app had loading errors that prevented us from testing it. issues is : - When I run the Fancall app build in my ...
Apudo's user avatar
  • 7
0 votes
1 answer
82 views

using std::mutex without including it

I am trying to build openrave on the production branch and I can't understand what I am seeing. The code looks like it isn't including #include <mutex> but it is making use of std::mutex ...
Pinknoise's user avatar
0 votes
0 answers
16 views

how to build Packages or Artifacts for Node JS from VSCode that cab be deployed in GitLab / Harness pipeline as continuous integration?

how to build Packages or Artifacts for Node JS from VSCode that cab be deployed in GitLab / Harness pipeline as continuous integration? have created playwright + JS tests that are currently executed ...
johnsonambrose's user avatar
0 votes
1 answer
13 views

I'm getting an error while building my Next.js app. I used Next.js and Sanity to create my portfolio

I am currently facing an issue while trying to finalize the build of my portfolio. Specifically, I am working on creating a production build to host my portfolio online. However, I keep encountering ...
shikhar0512L's user avatar
0 votes
0 answers
35 views

How to build and Install compiler g++-4.8.5 on ubuntu 24.04 from source code?

I am getting error while building gcc-4.8.5 on ubuntu 24.04 I had followed the below steps as mentioned in the page How to Install compiler g++-4.8.5 in ubuntu 20.04 sudo dpkg --add-architecture i386 ...
Prabhu634's user avatar
-1 votes
0 answers
50 views

Visual Studio SFML setup system cannot find file specified

I have used vscode for few months now and was starting to learn sfml.So i started with visual studio and sfml just followed a tutorial step by step to set it up and copy pasted code from documentation....
Gaurav Raut's user avatar

15 30 50 per page
1
2 3 4 5
1584