I recently transferred a Xamarin project to a new MacBook in order to get everything up to date to the latest iOS version. I am using Visual Studio for Mac 2022.
This project uses Grial UI(version 3) and Telerik for Xamarin Forms which require configuring custom Nuget sources.
I have ran into two problems:
- The sources tell me I have "Invalid Credentials" when adding them even though they are correct and I can browse the packages when selecting the source.
- When attempting to restore the packages, it uses Nuget.org instead of the proper source. Here is one error it gets:
Unable to find package UXDivers.Grial. No packages exist with this id in source(s): nuget.org
It is supposed to be using the custom Grial Nuget source that I have added, not nuget.org.
Number 1. might be a non-issue but maybe indicates something else is configured wrong, but 2 makes me unable to build the project at all because these references aren't used.
I have also tried to update the packages using Nuget package manager which detects the current version and available versions successfully and it fails for the same reason(using the wrong source when doing the actual update).
Any suggestions on how to fix this? My Nuget sources are configured in the exact same way on my older(mid-2015) Mac and it is working with VS for Mac 2019.