Skip to main content

Questions tagged [release]

Refers to the act of finalizing a software building process for distribution to end-users. Do not use this tag if your question is about indicating that a chunk of memory can be reclaimed. Instead, use [memory-management].

Filter by
Sorted by
Tagged with
0 votes
0 answers
47 views

The stripped binary was built with set(CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} -s"), and I generated both stripped binary and none stripped binary,...
xxxLD's user avatar
  • 41
0 votes
0 answers
85 views

I'm using a small class with two string properties define as: ...
Cédrick Rauzy's user avatar
1 vote
0 answers
73 views

I am using react-native-webview in my expo app. In development mode everything works fine, the WebView loads both URLs and local html files without any problem. But when I build the app in release ...
Hypercodez's user avatar
1 vote
1 answer
570 views

Working on a legacy app recently, I went to upload a new version but was blocked by the following error on the google play store: Your app currently uses Play Billing Library version AIDL and must ...
LethalMaus's user avatar
  • 1,145
0 votes
1 answer
120 views

I'm trying to publish a new release of my app, and no matter which version codes I try, I always get the same error: This APK will not be served to any users because it is completely shadowed by one ...
Diego Perez's user avatar
  • 3,064
0 votes
0 answers
30 views

I am trying to create a tag using maven:prepare maven:release, but the tag name that is created is ignoring the name I specified. I have our workflow configured with github so it's run as a github ...
Carlos C's user avatar
2 votes
0 answers
395 views

Development build works, but release build crashes with: ...
tim bits's user avatar
  • 133
1 vote
0 answers
178 views

I did change in Form's properties, it change the icon in the taskbar but not the execuable file. I went to Project -> Options -> Application -> Icons did create a icon using art generator, as ...
user834697's user avatar
1 vote
1 answer
93 views

I am trying to put up a new release of a game on android that was removed from google play, basically for being grossly out of date - only supported very old android versions. So now I've updated it ...
Gord's user avatar
  • 165
0 votes
0 answers
39 views

I'm working on a NativeScript (v8+) app that runs perfectly in both debug mode (ns run android) and production build (--env.production). However, when I generate a release APK using: ...
user30548336's user avatar
0 votes
0 answers
69 views

The problem is, that maven release:perform fails to git checkout the repository using the credentials from ...
Polostor's user avatar
  • 197
1 vote
0 answers
123 views

I have a flutter app with WebRTC 0.12.2. I am trying to archive this for release. All my dependencies are fine and have the dSYM files correctly. But even the Cocoa library folder is missing the dSYM ...
noone392's user avatar
  • 2,218
0 votes
0 answers
59 views

...
minu86's user avatar
  • 1
0 votes
0 answers
33 views

I am trying to publish a Windows Winforms application for .NET against the .NET 6.0 Target Framework. The client machine however is demanding an exact installation of Microsoft Windows Desktop Runtime ...
J Collins's user avatar
  • 2,200
0 votes
0 answers
118 views

When I try to compile my Flutter project it throws this error. This issue started occurring recently. Not sure what package I'm missing. If someone has solved this issue help me out. Currently testing ...
Kartik's user avatar
  • 309
0 votes
1 answer
419 views

I would like to disable automatically installing packages from this particular source: ...
Guenther Brunthaler's user avatar
0 votes
1 answer
206 views

I am using release please to generate releases and it's making tags like v3.2.1 However, I am finding it tedious to have to manually update the versions with every ...
wonton's user avatar
  • 8,643
1 vote
1 answer
360 views

I have a monorepo with multiple components that I would like to version separately with unpinned major and minor versions. My directory is like ...
wonton's user avatar
  • 8,643
1 vote
0 answers
476 views

I have been trying to create a monorepo that controls many packages. I've set up release-please as a GitHub action with config and manifest. The config looks like: ...
user avatar
1 vote
1 answer
38 views

I have a problem that the release version shows a gray screen instead of the desired content, although everything works in debug, what could be the reason for this and how to solve the problem? I have ...
Влад Гурковский's user avatar
2 votes
1 answer
320 views

I run CMake: Select Variant to select Relaese and CMake: Configure to update ...
khteh's user avatar
  • 4,300
1 vote
1 answer
168 views

I want to download all releases of a specific repository on GitHub, including the source code, at once. I tried using the 'gh release download' command in GitHub CLI for this, but it didn't allow me ...
upyen's user avatar
  • 11
3 votes
2 answers
170 views

This happened after migrating from Flutter 3.10.5 to 3.24.5. I have a method on a class that uses a String with the information of what FontWeight to use. Basically,...
Gabriel Bertollo's user avatar
0 votes
2 answers
76 views

I'm using azure-pipelines.yml to build/deploy a java micro service. Maven is my build tool. My scenario: I merged my changes to my ...
Kevin's user avatar
  • 11.7k
3 votes
0 answers
300 views

Is there any limit on the number of all your releases, or their total storage? The documentation states that Each file included in a release must be under 2 GiB. There is no limit on the total size of ...
khebrati's user avatar
  • 100
0 votes
1 answer
73 views

When debugging, everything is transferred correctly and the method for deleting images works fine, but in the release version I encountered a problem that ImageSource is not transferred, what could ...
Влад Гурковский's user avatar
0 votes
0 answers
162 views

Like others also our MAUI App crashes only in release but works fine in debug. I tried every solution I found elsewhere. (Turned of ahead of time optimisation and trimming, for example). Also be noted ...
AppSped Developer's user avatar
0 votes
0 answers
91 views

When running release build for android emulator (.net9 maui application with visual studio 2022) the ide still attaches to the emulator and Ide and emulator crash on Stop-Debugging. I couldn't find ...
Dura's user avatar
  • 83
2 votes
0 answers
90 views

I'm running another final (definitely final this time) check ahead of submitting a new version of a package to CRAN using rhub::rhub_check() in which I selected the ...
WinzarH's user avatar
  • 95
-1 votes
2 answers
69 views

You know how when we run the flutter app (using flutter run), after running, the app will stay on our device right? i think that's because of the release-apk being installed. But in my case, when i ...
Deepiga Dharshini's user avatar
1 vote
3 answers
3k views

I'm building a Flutter app and using Fastlane. In the build.gradle file, compile options were added like this: ...
Jason Holt's user avatar
1 vote
3 answers
503 views

I'm encountering a strange issue with my Flutter app that has me stumped. Here's the situation: The app works perfectly fine in the emulator (both debug and release modes). When I build the APK or ...
MBK's user avatar
  • 3,574
0 votes
0 answers
710 views

We are experiencing an issue with the EV2 YAML Approval Service in our project. According to the documentation, we have configured security groups in the Release and Deployment Approvers tab within ...
sushma padala's user avatar
-1 votes
1 answer
2k views

i'm coding spring boot and my vscode got this problem The project was not built due to "release 23 is not found in the system". Fix the problem, then try refreshing this project and building ...
Hungdz's user avatar
  • 1
0 votes
1 answer
41 views

I basically have a flutter application, when I run the app on my physical Android device in debug mode, it runs smoothly as expected, even when I run it in release mode, it runs as expected. The issue ...
Hadi Emile's user avatar
1 vote
1 answer
234 views

The projects that are not loading are on the same level as the Auth.Api project. Debug build is okay, but release build is not. Docker file: ...
Stier Máté's user avatar
0 votes
0 answers
1k views

How is the Flux valuesFrom applied on the chart? It seems that valuesFrom will not override existing values in the Helm chart values.yaml. See example below. When I check the release then it shows the ...
Max Koschnick's user avatar
0 votes
1 answer
225 views

I have an Electron Forge application designed to launch a Django server (on Windows). The Django server is compiled into an executable file using PyInstaller. The Electron Forge application invokes ...
Mr T's user avatar
  • 123
0 votes
1 answer
135 views

I am facing a strange issue with my Flutter android application where it behaves differently in the release build downloaded from the Google Play Store compared to when it is installed locally via a ...
Subarna Poudel's user avatar
1 vote
0 answers
115 views

We have a monorepo and are using trunk based development (single trunk branch) We have 2 environments dev and prods, and we want to tag the latest releases. Should we tag each release env commit? Like ...
react-andy's user avatar
1 vote
2 answers
209 views

It looks like exceptions thrown under a release build are not caught in exception handling: Here is code and logs generated when running under a DEBUG build and a RELEASE build: ...
user avatar
1 vote
1 answer
528 views

The GitHub actions fails with this output: ...
Suren Poghosyan's user avatar
0 votes
1 answer
456 views

I'm maintaining an open source project compress4j and had a working pipeline which triggered on tag. However, I've broken it down to allow PRs from forks to be able run the pipeline as certain stages ...
rojanu's user avatar
  • 1,642
0 votes
1 answer
82 views

The application consists of a JS front and Java Spring backend microservices. most of the time all services are released independently. But sometimes there is a dependence of the backend microservice ...
user3441194's user avatar
1 vote
1 answer
82 views

I have tried various methods but have not succeeded. I need to add a new stage to a release via Postman, preferably using a template that I already have created in Azure DevOps. I attempted this ...
Adnan Hodzic's user avatar
0 votes
2 answers
444 views

I have the following XAML file which intentionally references an invalid StaticResource style for the label: ...
Victor Chelaru's user avatar
0 votes
0 answers
550 views

I am using React Native Latest version 0.74.3 for developing an APP. My App works fine if I ran this on Emulator with np react-native run-android. When I try to generate the Signed APK for Android ...
Ahsan Raza's user avatar
-1 votes
1 answer
224 views

I want to copy the release from the original repo to this fork: https://github.com/QuadraAI/whichcam But it seems like I cannot modify the "write" rights in the action settings even if I'm ...
MidKnight's user avatar
  • 179
0 votes
0 answers
218 views

I'm tring to generate an apk for my android app but im getting this errors like...
alper yolcu's user avatar
0 votes
3 answers
70 views

I have tried flutter clean, running FlutterError in the main method, running app in release mode, inserting internet permission in manifest file, changing compile and target sdks in the build.gradle ...
Denis Mulindwa's user avatar

1
2 3 4 5
68