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].
Questions tagged [release]
3345 questions
48
votes
1 answer
Change connected commit on release github
How you I change the connected commit on a github release?
I want to change it to an earlier commit, because I created the release afterwards (after some commits to release 0.9)

Zoker
- 2,020
- 5
- 32
- 53
47
votes
19 answers
Separate 'debug' and 'release' builds?
I think it's better to release the version of the software which your developers actually tested; I therefore tend to delete the 'debug' target from the project/makefile, so that there's only one version that can be built (and tested, and debugged,…

ChrisW
- 54,973
- 13
- 116
- 224
46
votes
7 answers
Build Flutter app in release mode for iOS
I have Android Studio with Flutter plugin installed.
Flutter SDK is also installed on my Mac through Android Studio and I know path to it.
I want to run my app in release mode on real iOS device. Not only to hide "slow mode" banner that can be done…

moonvader
- 19,761
- 18
- 67
- 116
44
votes
2 answers
Xcode Difference between debug and release
What are the differences between debug and release builds for a Cocoa application? I know the debug version contains additional information for debugging but what else is different?

er.mobileapp
- 1,287
- 4
- 15
- 21
43
votes
4 answers
Spring core. Default @Bean destroy method
I have my own bean:
@Bean
public MyBean myBean(){...
following spring documentation to release its own resources I should specify destroyMethod. I've not found any default destroy methods called by spring in case if destroyMethod is not specified…

Sergii
- 7,044
- 14
- 58
- 116
43
votes
7 answers
Android Release Version and "Waiting for Debugger"
I know this has been asked before but I still don't have a solution.
My first app: developed and debugged on my moto droid and then followed all the release steps, (exported from Eclipse, using my key to sign) including removing the debug in the…

Tom Richards
- 431
- 1
- 4
- 3
37
votes
4 answers
How to build a release version of an iOS framework in Xcode?
Let's say I do the following:
Open Xcode 7
File | New | Project | Cocoa Touch Framework
Create "TestFramework" with the Swift language
Create a file Hello.swift with public func hello() { print("Hello") }.
From here, I can build a debug build of…
user1002430
35
votes
8 answers
How to tell if a binary is release or debug in both win and *nix
Is there a simple command line utility to inspect binaries like executable and dynamic libraries to tell if they are release or debug versions? Is there anything like that on *nix or windows?
adfjoawesdfi
35
votes
3 answers
git releases management
I couldn't find anything what is the "right" approach to manage the releases using git. Say, I have master, release-1, release-2 and release-3 branches. Release 1 is already released and I do only bugfixing and released versions tagging on it.…

Maciej Lotkowski
- 642
- 1
- 6
- 10
33
votes
7 answers
Android Studio release build does not output aar
I have create a very simple 'Android Library' module with only one class which builds fine in debug releasing build/output/library-debug.aar
But, when I switch to release, even though it says build successful, the aar is not there.
The Android…

Abdalla
- 2,071
- 2
- 16
- 27
33
votes
2 answers
How Do I Create A Certificate For My Android Market APK?
I want to upload my first APK/app to the Android Market, but I got this error (which did not lead me to the correct link when searched for in stackoverflow, by the way).
Market does not accept apks signed with the debug certificate. Create a new…

Danny
- 3,670
- 12
- 36
- 45
32
votes
3 answers
Team Build: Publish locally using MSDeploy
I'm just getting started with the team build functionality and I'm finding the sheer amount of things required to do something pretty simple a bit overwhelming. My setup at the moment is a solution with a web app, an assembly app and a test app. The…

Chris Surfleet
- 2,462
- 4
- 28
- 40
32
votes
4 answers
How to config cmake for strip file
when I use cmake in Release mode I have the following binary:
64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=485ac09b0a3aa879f88b7f5db6c00ea8d8e1eaf6,…

Fractale
- 1,503
- 3
- 19
- 34
31
votes
7 answers
Google Maps are not showing up in a signed apk
I know this is a common question and usually the solution is to generate a separate key for release. I've done it several times and my API key in developers console contains two different SHA1-fingerprints: one for debug from AndroidStudio and on…

mityakoval
- 888
- 3
- 12
- 26
31
votes
5 answers
How can I build in release in Visual Studio 2010 (C# Express)?
I'm used to VS2008, in which a release build would be built upon pressing F6, or in the menu Build > Build Solution.
The build menu is gone, and although I can build the solution (through F6), it only builds the debug.
I assume there is some kind of…

Lazlo
- 8,518
- 14
- 77
- 116