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 · 1 comment
Labels
needs info Requires more information from issue reporter

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
@rachelkang rachelkang added the needs info Requires more information from issue reporter label Jan 13, 2025
@rachelkang
Copy link
Collaborator

Hi @devhls - thanks for opening this issue. Are you seeing this in a blank .NET MAUI app project as well?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs info Requires more information from issue reporter
Projects
None yet
Development

No branches or pull requests

2 participants