build Questions
2
Solved
I am trying to wrap this library (https://github.com/lemire/EWAHBoolArray) in Go using SWIG, but I'm having a lot of problems since I upgraded to 1.4
I had successfully gotten everything to work u...
12
Trying to build a simple Vite project that has tailwindcss in it and getting the following error, any ideas?
> [email protected] build
> vite build
vite v2.3.4 building for production.....
Kaczmarek asked 25/5, 2021 at 23:51
37
Running Xcode 10 and can not seem to find much information on this error that occurs when building my project.
Any ideas on how to fix this?
Here is the last line before the error:
Desktop/...
Tweak asked 25/9, 2018 at 1:50
12
Solved
I am new to react and react-router. The app is created using create-react-app. I need to implement routing in my app with two main pages. I have tried many options and finally made it work with the...
Babb asked 10/4, 2017 at 13:33
8
Solved
I'm trying to add TypeScript compilation to an existing Javascript project.
AFAIK this is supposed to be possible (even easy), and you can incrementally spread TS through the codebase. Unfortunatel...
Corpuscle asked 23/8, 2020 at 1:40
13
Solved
I'm trying to build a gradle project but, when I try $ gradle build I get the following output:
Starting a Gradle Daemon (subsequent builds will be faster)
> Task :jar FAILED
FAILURE: Build fai...
Effable asked 26/4, 2021 at 10:52
6
Solved
3
I'm currently using HP Fortify tool to scan for security vulnerabilities in a project. At the time of scanning Fortify's CLI allows build tools to integrate into its CLI commands so as to build and...
2
I'm new using kotlinpoet and I've been reading the documentation and it seems like a great library, but I could not find an example to solve my problem.
I have a dependency lib-domain-0.1.jar in w...
Borough asked 19/12, 2018 at 17:32
16
Solved
I have created a new project called auth using react-native init auth at terminal.When i tried to run the project using react-native run-ios. The build failed and gave a error 'React/RCTBridgeDeleg...
Exsanguinate asked 6/7, 2019 at 18:49
12
Solved
I have a TypeScript nodejs server with this structure:
tsconfig.json
package.json
src/
middleware/
utils/
index.ts
dist/
middleware/
utils/
index.js
When using TypeScript 2, I was able to tr...
Luciennelucier asked 31/8, 2018 at 19:35
16
Solved
When running an iOS App on a real iPhone (not Simulator) you may run into this problem.
The reason is because the app isn't signed by a trusted source.
12
Solved
Execution failed for task ':app:kspDebugKotlin'. Unable to build with ksp
'compileDebugJavaWithJavac' task (current target is 1.8) and 'kspDebugKotlin' task (current target is 17) jvm target compa...
7
Solved
According to the documentation, it's possible to define multiple args for the flag --build-arg, but I can't find out how. I tried the following:
docker build -t essearch/ess-elasticsearch:1.7.6 --...
6
Solved
For a new module I'm trying to use npm build without gulp / Grunt / other specialised build tools.
"scripts": {
"build": "node build.js"
},
My build.js is simply
console.log('Hello')
However...
Gail asked 29/4, 2015 at 9:33
4
Solved
I have a web application that needs to be built using a nant script. All the projects in the solution build fine but for this error that crops up each time at the end of the build. I couldn't find ...
7
Solved
I am trying to deploy a github.io blog but having an issue with build and deployment. I can build the files without any issue on local server, but when I try to publish it on github server by pushi...
Aprylapse asked 3/1, 2022 at 15:58
13
Solved
I build the project at gitlab ci
./gradlew assembleDebug --stacktrace
and sometimes it throws an error:
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':...
Summary asked 13/12, 2017 at 10:51
13
I have a problem showed on this screenshot:
Android Resolver
JAVA_HOME environment references a directory (C:\Program
Files\Java\jdk1.8.0_212) that does not contain java which is required
to proc...
Torbernite asked 23/6, 2019 at 8:36
3
Solved
I have successfully built an app using Expo EAS build and now I want to retrieve the .dSYM file generated.
Anyone know if it's possible? I couldn't find anything related to that in the Expo AES bui...
Gobbledygook asked 29/4, 2022 at 20:2
9
my first iPhone app is ready for submission using the Application Uploader. I think I understand that I have to create the file by going Product : Archive in Xcode, but when I do I get this message...
6
So I'm a total beginner. I am building a web client with react. I am using parcel to build it and bundle it. I am doing this via the Career Foundry boot camp.
I got this error, and I don't know how...
41
Solved
I have this error
I am try reinstall android studio and remove .gradle folder , any solution please?
Error:FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for tas...
4
Solved
How can I make CLion automatically copy my compiled executable to a specified directory after each build?
Since CLion uses CMake, I guess this should be possible with some CMake command in the CMa...
6
Solved
If I press F5, my project runs but it doesn't "see" any of the changes that I made. I need to manually (re)build before pressing F5 for it to work.
It worked well previously. Any idea what I need ...
Presentation asked 7/2, 2011 at 14:20
© 2022 - 2024 — McMap. All rights reserved.