-
Notifications
You must be signed in to change notification settings - Fork 53
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
Plugin.Firebase.iOS cannot be resolved #125
Comments
Why is this closed? This is still an issue. |
Does anyone have any news regarding this issue? I'm using net6.0 and have this issue. @TobiasBuchholz |
I think the path should be: However, even though it's showing as resolved in code (in the using statement), I get a: |
Yeah tha'ts correct, with version 2.0.0 the namespace got cleaned up and changed a bit. Please provide an example project so I can look into it. Also what OS and Visual Studio version are you using? |
It should be this #if IOS |
This issue is fixed for me - I was not able to fix the existing MAUI project, however (one or all of) following steps worked:
Things that did not help:
|
Since I haven't heard from you in more than 30 days, I hope this issue is no longer affecting you. If it is, please reopen this issue and provide the requested information so that I can look into it further. Thank you! |
I am attempting to use Plugin.Firebase in a MAUI project. However, after install (either nuget or #65) Plugin.Firebase.iOS does not seem to exist. Android, Auth, etc. resolve correctly.
In my MAUIProgram.cs:
"The type or namespace name 'iOS' does not exist in the namespace 'Plugin.Firebase' (are you missing an assembly reference?)"
I am using VS 17.4.4 on Windows.
I would appreciate any hints as to what I am missing...
The text was updated successfully, but these errors were encountered: