Questions tagged [build]

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

In the field of computer software, the term software build refers either to the process of converting source code files into standalone software artifact(s) that can be run on a computer, or the result of doing so.

Useful Links

20283 questions
777
votes
14 answers

Xcode process launch failed: Security

I have been developing an app for 1 or 2 weeks now and just yesterday I have updated my iPhone 5S to the iOS 8 GM. Everything worked fine and I could test on my device as well until I deleted the app from my phone and wanted to build again. The…
Tom Spee
  • 8,939
  • 4
  • 26
  • 47
629
votes
23 answers

How can I run multiple npm scripts in parallel?

In my package.json I have these two scripts: "scripts": { "start-watch": "nodemon run-babel index.js", "wp-server": "webpack-dev-server", } I have to run these 2 scripts in parallel everytime I start developing in Node.js. The first…
André Pena
  • 48,518
  • 37
  • 172
  • 216
525
votes
8 answers

What does the Visual Studio "Any CPU" target mean?

I have some confusion related to the .NET platform build options in Visual Studio 2008. What is the "Any CPU" compilation target, and what sort of files does it generate? I examined the output executable of this "Any CPU" build and found that they…
galets
  • 16,187
  • 17
  • 66
  • 98
499
votes
24 answers

Xcode warning: "Multiple build commands for output file"

I am getting an error like this: [WARN]Warning: Multiple build commands for output file /Developer/B/Be/build/Release-iphonesimulator/BB.app/no.png [WARN]Warning: Multiple build commands for output file…
Futur
  • 8,314
  • 5
  • 26
  • 34
412
votes
20 answers

Xcode "Build and Archive" from command line

Xcode 3.2 provides an awesome new feature under the Build menu, "Build and Archive" which generates an .ipa file suitable for Ad Hoc distribution. You can also open the Organizer, go to "Archived Applications," and "Submit Application to…
Dan Fabulich
  • 31,628
  • 35
  • 121
  • 153
404
votes
7 answers

ant warning: "'includeantruntime' was not set"

I receive the following warning: [javac] build.xml:9: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds What does this mean?
user496949
  • 75,601
  • 138
  • 297
  • 413
374
votes
63 answers

Visual Studio "Could not copy" .... during build

I keep getting this error during the build of my VS2012 C# project Error 41 Could not copy "obj\Debug\WeinGartner.WeinCad.exe" to "bin\Debug\WeinGartner.WeinCad.exe". Exceeded retry count of 10. Failed. Error 42 Unable to copy file…
bradgonesurfing
  • 28,325
  • 12
  • 101
  • 188
363
votes
9 answers

What is a Maven artifact?

What is an artifact and why does Maven need it?
Maxim Veksler
  • 25,736
  • 34
  • 119
  • 148
339
votes
23 answers

Still getting warning : Configuration 'compile' is obsolete and has been replaced with 'implementation'

I have replaced every occurrence of compile by implementation in my project's build.gradle, but I'm still getting this warning : I tried to look for "compile " in the whole project but no match was found. So what could be the cause?
Rob
  • 3,770
  • 2
  • 23
  • 47
310
votes
6 answers

Difference between Rebuild and Clean + Build in Visual Studio

What is the difference between just a Rebuild and doing a Clean + Build in Visual Studio 2008? Is Clean + Build different then doing Clean + Rebuild?
Jim McKeeth
  • 37,154
  • 23
  • 116
  • 187
297
votes
19 answers

Build unsigned APK file with Android Studio

I'm developing an Android app with the Android Developer Tool. Now I tried the new Android Studio, everything works fine if connect my smartphone with the PC and directly run the program in the Android Studio. But now I want to test the program with…
klange
  • 3,245
  • 3
  • 14
  • 16
283
votes
5 answers

What is pluginManagement in Maven's pom.xml?

This is a snippet of my pom file. .... org.apache.maven.plugins maven-dependency-plugin 2.4
271
votes
6 answers

Warning: The Copy Bundle Resources build phase contains this target's Info.plist file

I've separated a project into two builds and given each of them a plist file. Everything works fine, but I keep getting this build warning: Warning: The Copy Bundle Resources build phase contains this target's Info.plist file…
nevan king
  • 108,735
  • 42
  • 196
  • 237
270
votes
2 answers

WARNING in budgets, maximum exceeded for initial

When build my angular 7 project with --prod, i have a warning in budgets. I have a angular 7 project, i want to build it, but i have a warning: WARNING in budgets, maximum exceeded for initial. Budget 2 MB was exceeded by 1.77 MB these are chunk…
Masoud Bimar
  • 5,860
  • 4
  • 22
  • 29
270
votes
5 answers

What are the differences between Autotools, Cmake and Scons?

What are the differences between Autotools, Cmake and Scons?
Wazery
  • 13,971
  • 15
  • 55
  • 91
1
2 3
99 100