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

0 votes
0 answers
7 views

UseContext errors when doing ```next build```

I am trying to build my app, however i get this long error, i used Claude AI to help me diagnose this and it said it is to do with useContext, it told me: It looks like you're encountering several ...
RakibulB's user avatar
0 votes
0 answers
8 views

unreal 5.0.3 error from stating RECIEVER_EXPORTED for api 34+ android

i just wanted to share, to get your thoughts as to why the 5.0.3 version of unreal casting this error: UATHelper: Packaging (Android (ASTC)): Z:\app\src\main\java\com\epicgames\unreal\GameActivity....
Aras Tahiron's user avatar
0 votes
0 answers
19 views

Colcon build CMake error for gz_ros2_control: gz_sim_vendor not found

I am trying to build $ colcon build --mixin release the moveit2_tutorials repo using their Getting started guide, however I am faced with this CMake error (full console output gist link): --- stderr: ...
Muhid's user avatar
  • 101
0 votes
0 answers
9 views

BUILD FAILED in Exception: Gradle task assembleDebug failed with exit code 1

Launching lib\main.dart on RMX3191 in debug mode... Running Gradle task 'assembleDebug'... Invalid depfile: E:\github_flutterproject\volunteer_management\.dart_tool\flutter_build\...
Mahafujer Rahman's user avatar
0 votes
0 answers
10 views

Error MSB4018 "ResolvePackageAssets" task failed unexpectedly in .NET Project

I've tried to build a .NET project(with ABP framework), but I encountered the following error message. I'm not sure what the issue is or how to solve it. I'm working with : .NET SDK Version 8.0 Visual ...
siham's user avatar
  • 1
0 votes
0 answers
22 views

Specify code as optimised in debug configuration

Generally, I always develop in the debug configuration, as I find it very useful and the fact that its a little slower doesn't hamper productivity. However, I have some code that runs particularly ...
jessejbweld's user avatar
0 votes
0 answers
5 views

Github actions job being cancelled due to (likely) concurrency issues?

Here is my workflow file: name: Run Tests on: push: branches: - main - 'dev' - 'unstable' jobs: run-unit-tests: concurrency: ...
notacorn's user avatar
  • 3,889
1 vote
1 answer
14 views

PMD Cyclomatic Complexity Causing Problem - Can I Disable?

I'm running a Gradle (Kotlin) build in Java, and overall it's going well. However, the PMD report is set to automatically stop the build if the cyclomatic complexity is 5 or more. This hasn't been too ...
SimicSlaw's user avatar
1 vote
1 answer
51 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
  • 163
0 votes
0 answers
21 views

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

XCODE Error: I already tried to delete the DerivedData folder but it did not work. error: unable to open dependencies file (/Users/codecrewinfotech/Library/Developer/Xcode/DerivedData/...
kaumil patel's user avatar
0 votes
0 answers
32 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
3 answers
59 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
26 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
16 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
28 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

15 30 50 per page
1
2 3 4 5
1584