Birou Sergiu
Birou Sergiu
I managed to fix it a few weeks back by forcing everything to run on https. It's still a suboptimal solution as I have to mess up with the source...
I don't really remember if we tried the approach you mentioned but even if we did, it probably didn't work. I would try it again but we only have the...
**Update:** The issue seems to be related to `Xamarin.Firebase.iOS` nuget package. After getting rid of those we managed to build and run the project with no problems. This issue still...
**Update 2:** Fixed the issues by removing `net8.0-ios` from TargetFrameworks and adding a conditional target framework based on the OS: ` $(TargetFrameworks);net8.0-ios` This is still only a workaround though and...