Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UWP app Unable to Generate release build for x64& ARM #43

Closed
kumaresan-cgvak opened this issue Sep 16, 2020 · 5 comments
Closed

UWP app Unable to Generate release build for x64& ARM #43

kumaresan-cgvak opened this issue Sep 16, 2020 · 5 comments
Assignees

Comments

@kumaresan-cgvak
Copy link

Describe the bug
Unable to generate the release build, when we try to build for Processor architecture x64 & ARM

To Reproduce
Steps to reproduce the behavior:

  1. Create a new Xamarin Forms project that supports UWP.
  2. Add Color Picker Plugin
  3. Try to generate the release build with Processor architecture x64 / ARM

Expected behavior
The app should generate UWP release build for x86, x64 & ARM without any issue.

Screenshots
Screenshot 2020-09-15 at 8 16 11 PM

Desktop (please complete the following information):

  • OS: Windows 10

Screenshot 2020-09-16 at 11 46 09 AM

- Visual Studio Community 2019 (Version 4.8.04084) - Xamarin Forms 4.7.0.1351
@kumaresan-cgvak
Copy link
Author

@vpapenko Kindly check this issue and provide your valuable support ASAP.

@vpapenko vpapenko self-assigned this Sep 16, 2020
@vpapenko
Copy link
Owner

New version is available on NuGet.org
It can be built on x86, x64 & ARM and tested on x86, x64.
If you can run and test on ARM device, please confirm that this version is ok.

@kumaresan-cgvak
Copy link
Author

kumaresan-cgvak commented Sep 21, 2020

@vpapenko Thanks for the quick support. Now am able to generate UWP release build for all processor types.(x86, x64 & ARM) Will update you after checking it in the ARM device

@kumaresan-cgvak
Copy link
Author

@vpapenko In the UWP release build, the Color picker is not working. i.e User Interaction on ShowLuminosityWheel & Color Wheel is not working.

Tried to run the UWP Test App present in Repo with release mode and encountered the same issue.

@vpapenko
Copy link
Owner

vpapenko commented Oct 1, 2020

@kumaresan-cgvak
I found a workaround for this problem.
Use the new v1.3.4.11 version and follow instructions in readme.md:
Replace

Xamarin.Forms.Forms.Init(e);

in OnLaunched of App.xaml.cs by

var rendererAssemblies = ColorPicker.UWP.ColorPickerEffects.GetRendererAssemblies();
Xamarin.Forms.Forms.Init(e, rendererAssemblies);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants