When trying to add the Linq2Twitter NuGet package to Xamarin Studio, I get the following error:
Could not find a part of the path "(..)/packages/linqtotwitter.3.1.1/linqtotwitter.3.1.1.nupkg".
Previously the package was installed but could not be reference from my code. After a bit of research I found that is may has something to do with missing support for PCL's (http://lastexitcode.com/blog/2014/11/16/InstallingPortableClassLibrariesForXamarinStudio/)
After installing the mono MDK (Mono Development Kit) here http://www.mono-project.com/download/, I was no longer able to add the package to my project.
Any ideas :-)