build Questions

2

Solved

I recently updated Android Studio to Ladybug and since then I encounter this error when i try to build my app: Launching lib\main.dart on sdk gphone64 x86 64 in debug mode... Running Gradle task 'a...
Bigwig asked 7/10 at 8:4

2

I'm working on a single-file script that is meant to be included on pages through a <script> tag, it's being built with Vite.js using the Terser minifier. After making changes I noticed that ...
Gilboa asked 3/10, 2021 at 18:5

2

What does the phrase "build (some program) against (some library)" mean? I read this many times, but can't figure what does it mean. Thanks for help.
Brenan asked 8/4, 2018 at 1:12

5

Solved

I'm stumbling on an error every time I run npm run build error: /node_modules/mini-css-extract-plugin/node_modules/schema-utils/dist/validate.js:66 const ajv = new Ajv({ ^ TypeError: Ajv is not a...
Pannier asked 14/2, 2022 at 11:45

2

Solved

I have an images directory that I want to watch. The directory can have many different file types. I know you can specify a list of file types for nodemon to watch, but how can I tell nodemon to wa...
Gaitan asked 15/11, 2014 at 19:5

3

I installed VS2019 with .NET5 SDK on Windows 10. Today it stops working. VS2019 cannot build any .NET project, without showing any error. I tried to run dotnet build and dotnet restore. It hangs fo...
Scribe asked 17/9, 2021 at 1:55

8

Error: No Output Directory named "build" found after the Build completed. You can configure the Output Directory in your Project Settings. i got this error here is my repository https://...
Permenter asked 28/2, 2023 at 13:4

3

Solved

I recently upgraded the Android Gradle Plugin in my Android app project from version 7.4.2 to 8.0.2. However, I'm now encountering an error during the release build when the minifyReleaseWithR8 tas...
Spinoza asked 13/6, 2023 at 7:5

5

Solved

I am looking for a tool that would let me switch the running Java implementation, like Ruby's RVM (or RBENV). I am aware that Debian systems provide the alternatives mechanism, and that I can set J...
Diffraction asked 20/4, 2012 at 3:13

2

Solved

I'm facing to an issue when I'm running my unit tests on a VSTS build. When I'm launching all my tests on Visual Studio locally, everything works fine. No error at all. Perfect. But when I'm launch...
Simmonds asked 24/7, 2018 at 16:28

5

Solved

I have a problem trying to make a build of a new Vue3.js + Vite.js application. Once my application is finished i made the npm run build action in order to generate the final deployment files. Prob...
Target asked 25/4, 2022 at 20:7

7

Solved

I have a project structure that looks like the below. I want to use the TestReport functionality in Gradle to aggregate all the test results to a single directory. Then I can access all the test re...
Dev asked 4/6, 2013 at 15:10

2

Solved

I am building iOS project on command line using xcodebuild. Building with Release configuration is ok which created and App.xcarchive. Then I am trying to export archive for App Store IPA using, x...
Caveat asked 21/2, 2017 at 3:56

7

Solved

I'm working on getting a new Rails 7 project deployed to production (trying on both Heroku and Render.com) and am getting the following error during build: $ tailwindcss -i ./app/assets/stylesheets...

10

Solved

Most of the posts I found related to this issue were created when Maui was still in beta. This issue affected the Android build only! The iOS build worked the first time. Following this Microsoft M...
Borzoi asked 1/12, 2022 at 18:22

12

Solved

I just installed python on VS Code and I can't run any python code using python command. python command: Running the code seems to run python command by default and it does not recognize it. When I...
Nursemaid asked 14/9, 2018 at 12:59

3

Solved

When I try flutter run the following error occurs: Error: ADB exited with exit code 1 Performing Streamed Install adb: failed to install C:\Flutter\appname\build\app\outputs\flutter-apk\app.apk: F...
Diley asked 9/10, 2022 at 10:47

3

Solved

I'm trying to find a fix for my problem. After changing my .net 4.0 C# Win Service project to Any CPU/Release build configuration, I am getting this compile time error: Cannot specify /main if bui...
Noleta asked 19/7, 2010 at 14:8

6

I am having a problem with my build (TFS2010). All has been well with this build recently until today where I am now getting an error pretty much as soon as the build starts: Delete Sources Direct...
Daimyo asked 9/9, 2013 at 10:41

3

Solved

I use ANT for all my builds and I also use eclipse as my IDE and I would like to be able to use the latest version of ANT in my eclipse, frequently the ANT that ships with eclipse is a point releas...
Gaston asked 5/3, 2011 at 20:1

4

Solved

Let's assume we would like to use boost::file_system library in our cmake multiplatform project (ios, macos, android, windows, linux). One way to do it is to directly copy boost source code into ou...
Himyaritic asked 8/7, 2022 at 14:57

6

I am trying to build for app store. using command flutter build ipa and getting below error. Although the build works (when I run from Android studio)on debug mode and I can receive push notificati...
Heartthrob asked 15/3, 2021 at 20:42

3

Solved

How can I reformulate: testCompile.extendsFrom compileOnly of the Gradle Groovy DSL to its Kotlin-based equivalent? configurations { testCompile{ extendsFrom(compileOnly) } } My approach ...
Cowen asked 18/6, 2020 at 14:19

9

I've an issue with Android Studio. I'm trying to use it on Windows but I've trouble during the project's build process. First, notice Android Studio is installed on my secondary HDD. When I try t...
Singlehearted asked 27/9, 2018 at 22:4

5

If debug information is stored in a program database (not as part of an executable), is there any reason not to always build with it (e.g., MSVC's /Zi)? In CMake, the default configurations are, ...
Sitology asked 7/12, 2017 at 20:56

© 2022 - 2024 — McMap. All rights reserved.