when i am trying to build 4.8 xamarin.forms solution xamarin.forms.sln i get the following error
"C:\Users\curtisconner\source\repos\Xamarin.Forms\Xamarin.Forms.sln" (Restore target) (1) ->
(Restore target) ->
C:\Users\curtisconner\source\repos\Xamarin.Forms\Xamarin.Forms.Build.Tasks\Xamarin.Forms.Build.Tasks.csproj : error N
U1101: Unable to find package XliffTasks. No packages exist with this id in source(s): GrapeCity, Microsoft Visual Stud
io Offline Packages, nuget.org [C:\Users\curtisconner\source\repos\Xamarin.Forms\Xamarin.Forms.sln]
cant seem to find the package XliffTasks anywhere what am i missing
Answers
Try to go to Tools -> NuGet Package Manager -> Package Manager to check if the
nuget.org
option is enabled. If thenuget.org
package source is missing, add it manually by clicking the green plus button in the top right corner and setting.Similar issue you could refer to:
https://stackoverflow.com/questions/49512140/visual-studio-and-xamarin-unable-to-find-packages
Xamarin forums are migrating to a new home on Microsoft Q&A!
We invite you to post new questions in the Xamarin forums’ new home on Microsoft Q&A!
For more information, please refer to this sticky post.