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

IOS Native Binding implicit dependency causes app crashes in runtime on the start #66

Open
devhls opened this issue Dec 13, 2024 · 0 comments

Comments

@devhls
Copy link

devhls commented Dec 13, 2024

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

  • OS: MacOS Sequoia 15.0.1
  • .NET MAUI: 8.0.*
  • Target platforms: IOS 18
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

1 participant