3,405 questions
0
votes
1
answer
27
views
How to debug an app once it's in the field
I've used log messages extensively for debugging my app during development using Android Studio. It concerns me how I will debug problems users may report when the app published and out there in the ...
0
votes
0
answers
71
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:
public partial class Parsing : ObservableRecipient
{
[ObservableProperty]
[NotifyPropertyChangedRecipients]
public partial ...
1
vote
0
answers
65
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
437
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
100
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
28
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
329
views
development build works, but release build crashes with 'NoSuchFieldException: No field mIsFinished in class MessageQueueThreadImpl'
Development build works, but release build crashes with:
7-07 21:45:07.112 19481 19770 W System.err: java.lang.NoSuchFieldException: No field mIsFinished in class Lcom/facebook/react/bridge/queue/...
1
vote
0
answers
163
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
82
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
28
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:
ns build android -...
0
votes
0
answers
64
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 MavenAuthenticate having either ssh or https..
[INFO] --- release:3.0.1:perform (default-cli) ...
1
vote
0
answers
116
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
57
views
An error occurs.. Task :app:processReleaseResources
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:processReleaseResources'.
> A failure occurred while executing com.android.build.gradle.internal.res....
0
votes
0
answers
31
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
98
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
296
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:
$ cat /etc/apt/sources.list.d/unstable.list
deb http://deb.debian.org/debian unstable main contrib non-free non-...
0
votes
1
answer
183
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 bugfix. Is it possible to get ...
1
vote
1
answer
270
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
packages/
package1/
package2/
and each package is ...
1
vote
0
answers
418
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:
{
"$schema": "...
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
263
views
VSCode C++ CMake fails to build Release variant
I run CMake: Select Variant to select Relaese and CMake: Configure to update buid/CMakeCache.txt which reflects the variant:
CMAKE_BUILD_TYPE:STRING=Release
CMake extension is VSCode shows Release in ...
1
vote
1
answer
134
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
157
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, something like this:
final ...
0
votes
2
answers
70
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 main branch. My pom.xml version is 1.0.1-SNAPSHOT. I want to build ...
3
votes
0
answers
232
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
69
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
67
views
Git release flow - versions STG vs PROD
Trying to implement simple release git flow and not understand which version I need to use for PROD.
Example:
3 branches - develop, release (for staging) and master (for prod). I can`t change this, I ...
0
votes
0
answers
155
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
87
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
66
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 usual:
1 [VM] linux
2 [VM] macos
...
-1
votes
2
answers
66
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:
android {
namespace = "com.jasonholtdigital.mythicgme2e"
compileSdk = ...
1
vote
3
answers
450
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
647
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
36
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
214
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:
FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base
USER app
...
0
votes
0
answers
930
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
199
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
128
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
108
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
206
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:
try
{
Flog....
1
vote
1
answer
438
views
Can't publish a package to npm and GitHub package via GitHub actions
The GitHub actions fails with this output:
npm error need auth This command requires you to be logged in to https://registry.npmjs.org/
npm error need auth You need to authorize this machine using npm ...
0
votes
1
answer
356
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
76
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
1
answer
29
views
Mirroring specific files between multiple Azure Repos in different Projects
Here's the situation.
We use classic pipelines for auditing reasons. We are not allowed to use YAML.
We have multiple Lines of Business (LOB's). Each LOB is a member of a different Azure Project ...
0
votes
1
answer
103
views
how to automatically connect GitHub issues (and PRs) to releases
Some repositories display the link between a closed issue and the first release the fix appeared in (see screenshot from the Celery project). I've spent some time in GitHub's documentation but can't ...
0
votes
2
answers
402
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:
<?xml version="1.0" encoding="utf-8" ?>
<ContentPage xmlns=&...
0
votes
0
answers
548
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 ...