Bohdandn
Bohdandn
Its still fails but with new error: > error MSB4018: The "ResolveNativeReferences" task failed unexpectedly. > System.AggregateException: One or more errors occurred. (An error occurred trying to start process '/usr/bin/unzip'...
You can compile binding library even from windows with remote Mac. What fails is compilation of maui app referencing iOS binding library from windows.
Yeah, the only workaround is to work on Mac+Rider and not in Windows and VS that unfortunately not acceptable for me so I’ll stay in Xamarin Forms until you will...
Checked after .net7 update (ios workload - 16.0.1478/7.0.100) directly from VS - behavior still the same: ``` error IL7000: An error occured while executing the custom linker steps. Please review...
@Filastian Thank you, it might help somebody. ``` false ``` Unfortunately it didn't help me [here](https://github.com/Bohdandn/MAUI.WebRTC.Demo), binding library compilation resulted in single dll with 299Kb size without embedded ios framework...
This issue results in missing stream message. It seems to get reproduced if your stream has message send gaps longer then StreamInactivityPeriod that is 30 min by default. It seems...
Also faced this issue, in our case it was expired "Server Token" in plugin configuration.