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].
release
3,399 questions
0
votes
0
answers
47
views
Disassembly code of building with flag “-s” not the same as building without "-s" by cmake
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,...
0
votes
0
answers
85
views
MAUI and MVVM Community Toolkit ObjectRecipient inheritance with iOS deployment in release
I'm using a small class with two string properties define as:
...
1
vote
0
answers
73
views
React Native WebView works in debug but not in release (error loading page, domain undefined, code -1)
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 ...
1
vote
1
answer
570
views
Google Play Store blocking app update due to Billing Library version AIDL and must update to at least version 6.0.1
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 ...
0
votes
1
answer
120
views
Android: This APK will not be served to any users because it is completely shadowed by one or more APKs with higher version codes
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 ...
0
votes
0
answers
30
views
maven release:prepare not using my tag name
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 ...
2
votes
0
answers
395
views
development build works, but release build crashes with 'NoSuchFieldException: No field mIsFinished in class MessageQueueThreadImpl'
Development build works, but release build crashes with:
...
1
vote
0
answers
178
views
How do I change exe's ico?
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 ...
1
vote
1
answer
93
views
new release of out of date android app: private key was not properly encrypted
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 ...
0
votes
0
answers
39
views
NativeScript app crashes in release APK but works in debug and production builds
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:
...
0
votes
0
answers
69
views
Problem with Azure and Maven `release:perform`
The problem is, that maven release:perform fails to git checkout the repository using the credentials from ...
1
vote
0
answers
123
views
flutter WebRTC IOS missing dSYM for archiving to release
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 ...
0
votes
0
answers
59
views
0
votes
0
answers
33
views
When building/publishing a .net application, why does the resulting application require an exact .NET runtime build number?
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 ...
0
votes
0
answers
118
views
Why does Flutter app doesn't compile for Linux
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 ...
0
votes
1
answer
419
views
Debian APT: Pinning based on repository location as well as release name
I would like to disable automatically installing packages from this particular source:
...
0
votes
1
answer
206
views
How do I get unpinned major and minor version tags for my repo using release-please?
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 ...
1
vote
1
answer
360
views
How do I create major and minor tags for components using release-please?
I have a monorepo with multiple components that I would like to version separately with unpinned major and minor versions.
My directory is like
...
1
vote
0
answers
476
views
release-please GitHub action manifest releaser to force bump all packages
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:
...
1
vote
1
answer
38
views
Gray screen in release version on pageView
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 ...
2
votes
1
answer
320
views
VSCode C++ CMake fails to build Release variant
I run CMake: Select Variant to select Relaese and CMake: Configure to update ...
1
vote
1
answer
168
views
How can I download all releases of a specific repository on GitHub at once?
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 ...
3
votes
2
answers
170
views
Flutter toString() seems to be different on debug and release mode
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,...
0
votes
2
answers
76
views
mvn release + azure pipeline - deploy
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 ...
3
votes
0
answers
300
views
What is the limit on github releases
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 ...
0
votes
1
answer
73
views
Problem with passing ImageSource in Release MAUI
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 ...
0
votes
0
answers
162
views
MAUI: Different behavior in release build
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 ...
0
votes
0
answers
91
views
VS 2022 attaches to android emulator in release build mode
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 ...
2
votes
0
answers
90
views
rhub::rhub_check() fails for [VM] macos-arm64
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 ...
-1
votes
2
answers
69
views
Why is the flutter app.release.apk not present?? It's not present in /outputs/flutterapk
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 ...
1
vote
3
answers
3k
views
Failing Flutter Android Build Because of JDK / compileOptions
I'm building a Flutter app and using Fastlane. In the build.gradle file, compile options were added like this:
...
1
vote
3
answers
503
views
Flutter App Shows Grey Screen in APK Build, Works Fine on Emulator (After Update)
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 ...
0
votes
0
answers
710
views
Issue with EV2 YAML Approval Service Not Displaying Deployment Review
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 ...
-1
votes
1
answer
2k
views
release 23 is not found in system
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 ...
0
votes
1
answer
41
views
Flutter application on debug is different than on release on google console
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 ...
1
vote
1
answer
234
views
The Visual Studio Docker build is not working. It fails when I build in Release mode
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:
...
0
votes
0
answers
1k
views
Flux HelmRelease valuesFrom behaviour
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 ...
0
votes
1
answer
225
views
Electron Forge App: Issues with Executable File Location in Release Build
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 ...
0
votes
1
answer
135
views
Flutter app redirects to play store when offline in release build, but works fine when online or in debug build
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 ...
1
vote
0
answers
115
views
Tagging releases in a monorepo, in trunk
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 ...
1
vote
2
answers
209
views
.NET MAUI Exceptions Not Caught in RELEASE build (Android)
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:
...
1
vote
1
answer
528
views
Can't publish a package to npm and GitHub package via GitHub actions
The GitHub actions fails with this output:
...
0
votes
1
answer
456
views
Github Actions workflow_run condition on tag
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 ...
0
votes
1
answer
82
views
Release dependencies in microservices
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 ...
1
vote
1
answer
82
views
How to add a new stage to an Azure DevOps release using Postman?
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 ...
0
votes
2
answers
444
views
How can I make my Debug build throw XamlParseExceptions just like Release builds in .NET Maui for invalid XAML?
I have the following XAML file which intentionally references an invalid StaticResource style for the label:
...
0
votes
0
answers
550
views
REACT NATIVE 0.74.3 Signed Release APK: No cached version available for offline mode
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 ...
-1
votes
1
answer
224
views
How to copy releases from a fork or create one and upload assets with an existing action?
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 ...
0
votes
0
answers
218
views
Android resource compilation failed error when assambleRelease
I'm tring to generate an apk for my android app but im getting this errors like...
0
votes
3
answers
70
views
Flutter White screen of death. App loads fine in debug mode cant load in release mode(apk)
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 ...