-
Notifications
You must be signed in to change notification settings - Fork 172
Firebase.CloudMessaging Failed to resolve on Windows #568
Comments
Same error bug was |
I ended up having to roll back to 8.10.0 |
Same issue |
@maonaoda thanks, I will try try version 8.10.0 |
Same issue. Missing FirebaseInstallations-umbrella.h header |
Got the same issue....trying 8.10.0 |
Same error here. |
Same |
I ended up adding nuget.config into solution folder with this content -
It fixed the issue, where path to nuget component was too long for windows to handle. |
Same |
The problem is nuget package manager and the limited path length. Old problem. As a workaround set a environment variable: |
We encountered this build error on Windows as well, on version: 8.10.0.3. |
Same issue |
Problem: Verification: 'C:\Users\RBTG.nuget\packages\xamarin.firebase.ios.installations\8.10.0.1\lib\net6.0-ios15.4\Firebase.Installations.resources\FirebaseInstallations.xcframework\ios-arm64_i386_x86_64-simulator\FirebaseInstallations.framework\Headers\FirebaseInstallations-umbrella.h'.Length; NOTE: The results is ~263, while max-path is 260; therefore, it's at least 3 characters too long. Solution:
Workaround:
|
same issue with 8.10.0.[1-3] but works with 8.10.0 |
I also faced this problem, but now I am using .net7-ios, it doesn't accept 8.10.0 I spent a lot of time but still can't solve this problem |
This option was the solution for my case. Thanks! |
This definitely helped! Thanks |
Setting NUGET_PACKAGES env variable to C:\nuget helped with the
Has anyone tried LongPathsEnabled registry setting? |
I installed Firebase cloud messaging nuget on mac, where it worked fine and the namespaces were being resolved, but then I opened the same project on Visual Studio 2022 Preview on windows, but I am getting following error when I try to restore the nuget packages.
Error occurred while restoring NuGet packages: Could not find a part of the path 'C:\Users\RBTG.nuget\packages\xamarin.firebase.ios.installations\8.10.0.1\lib\net6.0-ios15.4\Firebase.Installations.resources\FirebaseInstallations.xcframework\ios-arm64_i386_x86_64-simulator\FirebaseInstallations.framework\Headers\FirebaseInstallations-umbrella.h'.
The text was updated successfully, but these errors were encountered: