Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to resolve Xamarin.Firebase.iOS.Core - 8.10.0.1 nuget installation error

Tags:

.net

xamarin

maui

Error Could not find a part of the path 'C:\Users\vivek.nuget\packages\xamarin.firebase.ios.core\8.10.0.1\lib\xamarinios10\Firebase.Core.resources\GoogleUtilitiesComponents.xcframework\ios-arm64_i386_x86_64-simulator\GoogleUtilitiesComponents.framework\PrivateHeaders\GULCCComponentContainerInternal.h'.

like image 312
Vivek Scorp Avatar asked Jan 28 '26 06:01

Vivek Scorp


2 Answers

I want to post the solution directly for other people

  1. closed vissual studio
  2. created path C:\Nuget
  3. added env variable "C:\Nuget" to NUGET_PATH
  4. added env variable "C:\Nuget" to NUGET_PACKAGES
  5. downloaded nuget.exe https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
  6. copied it into the solution folder and into C:\Nuget
  7. opened a command window and navigated to my project solution (cd ...)
  8. nuget restore MySolution.sln
  9. re open the solution and I can install all the nuget packages
like image 180
noone392 Avatar answered Jan 30 '26 03:01

noone392


I had the same issue and ended up using version Xamarin.Firebase.iOS.Core - 8.10.0 .

UPDATE:

Shorten the installation path. see: https://github.com/xamarin/GoogleApisForiOSComponents/issues/555#issuecomment-1145943195

like image 33
Wusel Avatar answered Jan 30 '26 04:01

Wusel



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!