Questions tagged [release-builds]

77 questions
2
votes
2 answers

Function having release version inline on h file and debug version implemented on cpp

I am maintaing a legacy MFC application and I see a pattern exactly like the one on Object-Oriented Programming under Windows book, where the relevant part is: Persview.h #ifndef _DEBUG // debug version in persview.cpp inline CPersDoc*…
sergiol
  • 4,122
  • 4
  • 47
  • 81
2
votes
0 answers

How to trigger a release build after a debug build in VS2015

Since I need to launch a release build after every debug build I'd like to have it scripted. Is there any way in VS2015 to force a release build after a debug one?
Gianluca Ghettini
  • 11,129
  • 19
  • 93
  • 159
2
votes
2 answers

how to enable logger in specific screen of release-build in android?

how to enable logger in specific screen of release-build in android? I Realeased an APK in playstore which is obfuscated apk and Logger are disabled , When customers find some issues in that apk in specific screen. So i want to Enable Logger in that…
kgsharathkumar
  • 1,369
  • 1
  • 19
  • 36
2
votes
1 answer

What does ConditionalAttribute on an Attribute do?

I know what ConditionalAttribute does. The docs say it can also be applied to a class, if it's derived from Attribute: [Conditional("DEBUG")] public class FooAttribute : Attribute { } But how does that custom attribute behave? (Is it stripped out…
h bob
  • 3,610
  • 3
  • 35
  • 51
2
votes
0 answers

Remote Debug a CLR Application in Release Build

Did a search for this but didn't find any answers. I have a CLR (C#, if that's relevant) application running as a Windows service on a remote machine. The running application was built with the standard "Release" configuration. I would like to be…
Aaron
  • 385
  • 4
  • 13
2
votes
1 answer

Log4Net not working, but only for release console builds

I've got an assembly in which I use log4net. I load this assembly into both Windows forms applications and console applications. It works as expected in Windows forms apps in both release and debug builds, and console apps in debug builds, but…
Bill Brooks
  • 751
  • 1
  • 10
  • 30
1
vote
1 answer

Android release build crashes using react-native (0.68.2) in yarn workspaces monorepo

I am using monorepo created using Yarn Workspaces with Typescript which has a react-native (0.68.2) project (mobile folder) and a common folder which contains the common files to be shared across projects. Here the mobile project is dependent on…
Joshua
  • 1,167
  • 1
  • 14
  • 32
1
vote
1 answer

There was a mismatch between the processor architecture of the project being built "AMD64"

I am getting the following error when creating a store package for my UWP app: There was a mismatch between the processor architecture of the project being built "AMD64" and the processor architecture of the reference …
Niels
  • 1,366
  • 15
  • 21
1
vote
1 answer

Xamarin iOS Release build Error - "Visual Studio Community 2017 for Mac Version 7.6.7 (build 49)"

I have a project which was working fine and I was able to prepare and distribute the build with old Visual Studio for Mac. When I update to the latest version of Visual Studio, then the problem starts happening. With new Visual Studio, I am not able…
Wolverine
  • 4,264
  • 1
  • 27
  • 49
1
vote
1 answer

Flutter App IOS Release Build Error: Missing Required Icon File

I built the IOS release build and created the Product archive on Xcode. But when I try to validate the archive I get this error: flutter doctor -v output: [✓] Flutter (Channel beta, v0.8.2, on Mac OS X 10.13.6 17G65, locale en-US) •…
Henry
  • 379
  • 4
  • 11
1
vote
2 answers

Apache Cordova Visual Studio 2015 Remotebuild iOS Release > Http 404: Installation failed: Check your provisioning profile

When building in release mode for iOS with Apache Cordova for Visual Studio 2015, using a remotebuild mac server, I get the following error: 2>Http 404: Installation failed: Check your provisioning profile My XCode Account has the provision…
1
vote
1 answer

Visual Studio Release Build Not Working

I created a custom control in C# which has its template defined in Themes/Generic.xaml. The control (along with Themes/Generic.xaml) is defined in a project which outputs to a DLL. I'm not sure if this is important, but the control is in a…
Ming Slogar
  • 2,327
  • 1
  • 19
  • 41
0
votes
3 answers

Creating Release build of dojo to a custom folder

I need to create a release build of Dojo. I'm able to do that using the profile that I created. The release build is getting generated inside release folder of Dojo source. Is it possible to move that to a custom folder? Can you please let me…
Apps
  • 3,284
  • 8
  • 48
  • 75
0
votes
0 answers

Flutter Hyper pay pluggin ready ui terminates with the payment result error as checkout result error

I am Implementing hyper pay payment gateway for flutter project using flutter hyper pay plugin. payment process is working fine on IOS devices. Its not working on android devices release build but working fine with the debug build. Ready ui user…
Ishara
  • 1
0
votes
1 answer

Build release APK failed with some material theme error

My application working well and when I try to generate build release apk it throws me error: ../../.pub-cache/hosted/pub.dev/helpers-1.2.0/lib/helpers/misc.dart:127:7: Error: No named parameter with the name 'window'. window: ui.window, …
Code Hunter
  • 10,075
  • 23
  • 72
  • 102