You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MAUI.NativeLibraryInterop FirebaseSDK delivers Microsoft.Extensions.Logging 8.0.0 implicitly because if you add Microsoft.Extensions.Logging having a different version the app will crash on the physical device while it works fine in the simulator.
Steps to Reproduce
Create MAUI app,
import FirebaseSDK from MAUI.NativeLibraryInterop for IOS
add Microsoft.Extensions.Logging 8.0.1
Link to public reproduction project repository
No response
Environment
OS: MacOS Sequoia 15.0.1
.NET MAUI: 8.0.*
Target platforms: IOS 18
The text was updated successfully, but these errors were encountered:
Description
MAUI.NativeLibraryInterop FirebaseSDK delivers Microsoft.Extensions.Logging 8.0.0 implicitly because if you add Microsoft.Extensions.Logging having a different version the app will crash on the physical device while it works fine in the simulator.
Steps to Reproduce
Create MAUI app,
import FirebaseSDK from MAUI.NativeLibraryInterop for IOS
add Microsoft.Extensions.Logging 8.0.1
Link to public reproduction project repository
No response
Environment
The text was updated successfully, but these errors were encountered: