thomasgalliker / Plugin.FirebasePushNotifications

Receive and handle firebase push notifications in .NET MAUI apps
MIT License
66 stars 5 forks source link

iOS "AndroidFixManifests" parameter is not supported, when run in Release mode #36

Closed VinayendrGada closed 3 months ago

VinayendrGada commented 5 months ago

Description

Using .net7.0 and getting error in release mode when trying to build

Steps to Reproduce

  1. Add this package in .net7.0 project
  2. Connect to MAC
  3. Clean and build in debug it works
  4. Select release mode and clean/build Fails

Expected Behavior

Actual Behavior

Basic Information

Screenshots

Reproduction Link

thomasgalliker commented 4 months ago

Ok. It might help to install nuget Xamarin.Build.Download in the sample app. I will try it as soon as I have some time available…

thomasgalliker commented 3 months ago

It builds on my Windows system with VS and on the MacOS with Rider. Both, Android and iOS. If you provide more infos about the problem I can help. I recommend you to download the nuget package directly from nuget.org if you don‘t want to poke around in the code 👍🏻