Reputation: 27
I have upgraded my Xamarin.Forms Project to 4.4 to 4.5.0.396 and I am gettng iOS project missing references error for all references. It seems they are still there and there is no nuget package missing in folder. As a consequence I get error missing reference in appdelegate and assembly files. 1 2 3
Upvotes: 0
Views: 458
Reputation: 755
I don’t think that the reason is the upgrade of Xamarin.Forms NuGet Package.
Usually, this happens when you delete the bin
and obj
directory.
When, I delete the bin
and obj
directories, usually, I wait a bit until the directories are recreated by Visual Studio.
There were a couple of times that I needed to close the solution and Visual Studio and open it again.
Upvotes: 1