Questions tagged [build-error]

An error that occurs during the build process.

626 questions
215
votes
13 answers

What causes imported Maven project in Eclipse to use Java 1.5 instead of Java 1.6 by default and how can I ensure it doesn't?

I imported a Maven project and it used Java 1.5 even though I have 1.6 configured as my Eclipse default Preferences->Java->Installed JREs. When I changed the Maven project to use the 1.6 JRE it still had the build errors left over from when the…
Chris Collins
  • 3,440
  • 5
  • 27
  • 24
180
votes
30 answers

CocoaPods Errors on Project Build

I'm unable to build a project that uses CocoaPods. I get the following errors: diff: /../Podfile.lock: No such file or directory diff: Manifest.lock: No such file or directory error: The sandbox is not in sync with the Podfile.lock. Run 'pod…
Undistraction
  • 42,754
  • 56
  • 195
  • 331
94
votes
21 answers

how to fix the issue "Command /bin/sh failed with exit code 1" in iphone

I used a cocoa static library in my application. When I compile my library I got the following error: Shell Script invocation error:can't open input file: /Users/sijuthomas/Library/Developer/Xcode/DerivedData/SCXML2- …
Ben10
  • 3,221
  • 2
  • 34
  • 61
88
votes
24 answers

Android Studio 3.0 Execution failed for task: unable to merge dex

android studio was getting build error while build execution with following: Error:Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'. java.lang.RuntimeException: java.lang.RuntimeException:…
Anguraj
  • 935
  • 1
  • 8
  • 9
77
votes
2 answers

ERROR: No signature of method: com.crashlytics.tools.gradle.CrashlyticsPlugin.findObfuscationTransformTask()

I am getting the following error while trying to build my project on Android Studio: ERROR: No signature of method: com.crashlytics.tools.gradle.CrashlyticsPlugin.findObfuscationTransformTask() is applicable for argument types:…
56
votes
5 answers

Could not launch "" failed to get the task for process ?

Using Xcode 4.5.2 and building for iOS4 or newer, I get this message when building for my device (iOS 6.0.1 on 4s). I dismiss the dialog then relaunch the app on my device which seems to work. I am newer to iOS development, so I aplogize in…
a-coder
  • 661
  • 1
  • 5
  • 3
32
votes
6 answers

Xcode 9.4 : unexpected service error: The Xcode build system has crashed

I’m getting strange error while building project in Xcode 9.4 Build system information - unexpected service error: The Xcode build system has crashed. Please close and reopen your workspace. I tried Xcode quit and reopen but that didn’t worked.…
Jayprakash Dubey
  • 35,723
  • 18
  • 170
  • 177
30
votes
3 answers

Invalid value 'armeabi' in $(AndroidSupportedAbis). This ABI is no longer supported. Xamarin.Forms - VS2019

I have a Mobile App built with Xamarin.Forms when I am trying to upgrade my project from VS2017 to VS2019 I get this error in Android Project Invalid value 'armeabi' in $(AndroidSupportedAbis). This ABI is no longer supported. Please update your…
28
votes
3 answers

Why is dh_usrlocal throwing a build error?

I am trying to compile a deb package for my server. When I go to build, everything looks good until it gets to dh_usrlocal The build stops and make returns an error. The problem is I am trying this for the first time and I really don't know where to…
AtomicPorkchop
  • 2,625
  • 5
  • 36
  • 55
27
votes
9 answers

No resource found that matches the given name (at 'dialogCornerRadius' with value '?android:attr/dialogCornerRadius')

Can anybody help why I am getting an error in the following? Error:(7, 41) No resource found that matches the given name (at 'dialogCornerRadius' with value '?android:attr/dialogCornerRadius'). apply plugin: 'com.android.application' //Add…
Pavan Pyati
  • 950
  • 2
  • 13
  • 18
25
votes
6 answers

Build fails with "Command PrecompileSwiftBridgingHeader failed with a nonzero exit code"

I just insert the NVActivityIndicatorView library and then I remove this framework in to trash. When I build the project it's showing following image. Command PrecompileSwiftBridgingHeader failed with a nonzero exit code
Krunal Nagvadia
  • 1,083
  • 2
  • 12
  • 33
25
votes
3 answers

'System' : a namespace with this name does not exist

I had a C++ project which was running perfectly. Now I copied the project to another folder and added the project to a WPF application solution. Now the C++ project is giving me lot of build errors. One of them is "System' : a namespace with this…
Narendra
  • 3,069
  • 7
  • 30
  • 51
20
votes
4 answers

GenerateDSYMFile warning: unable to open object file

The background: I have a project that I last built on 10.5 on a PPC computer using xcode v3.1. It builds against the 10.4 SDK. I now have a MacBook with 10.6 on it and Xcode v3.2.1. I installed the 10.4 SDK with xcode. So now I want to build the…
regulus6633
  • 18,848
  • 5
  • 41
  • 49
20
votes
4 answers

TFS 2010 build error - imported project "project_path" was not found

Have been trying to build a solution which contains a number of projects and keep getting a recurring error. I have managed to get the build to partially succeed but always get the error shown below: C:\Builds\1\MBS.Payments.Forms.Mvc\MBS Payment…
CryoFusion87
  • 796
  • 1
  • 8
  • 28
17
votes
2 answers

How to fix "Failed to notify build listener" error?

this error came up when turned on my PC. And opened the Android Studio. The Gradle build took longer than normal and when it finally built there was this error. It is may be caused by the wrong committing my work from PC to my laptop (through…
Vendelín Filip
  • 180
  • 1
  • 1
  • 8
1
2 3
41 42