Adding Raygun4Net to a Xamarin.iOS project via Nuget
isaacmcn
Posted on
Jan 29 2014
Hi there, I have been trying to add the Mindscape.Raygun4Net package (v1.1.10) to a VS.Net Xamarin.iOS project via nuget and keep receiving the following error when installing:
Installing 'Mindscape.Raygun4Net 1.1.10'. Successfully installed 'Mindscape.Raygun4Net 1.1.10'. Adding 'Mindscape.Raygun4Net 1.1.10' to HelloWorld1. Uninstalling 'Mindscape.Raygun4Net 1.1.10'. Successfully uninstalled 'Mindscape.Raygun4Net 1.1.10'. Install failed. Rolling back... Could not install package 'Mindscape.Raygun4Net 1.1.10'. You are trying to install this package into a project that targets 'MonoTouch,Version=v1.0', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.
I'm pretty sure I have been able to do this previously (i.e. I have other projects previously created that have an older version of the package installed).
I've tried uninstalling Xamarin and reinstalling it (have previously had install issues with Xamarin) however that didn't help.
Other nuget packages (e.g. MvvmCross) seem to install fine on the same Xamarin.iOS project.
Any ideas?
Cheers,
Isaac
John-Daniel Trask
Raygun
Posted on
Jan 29 2014
Hello Isaac
Thanks for pointing this out. I needed to update the NuGet package slightly to support the latest version of Xamarin.iOS. This is all fixed up and ready for you to download right now from NuGet (v1.1.11) https://www.nuget.org/packages/Mindscape.Raygun4Net/1.1.11
If for some reason there is still a problem, make sure you have NuGet Package Manager version 2.7 or higher.
-Jason Fauchelle
isaacmcn
Posted on
Jan 29 2014
Wicked, thanks for the quick response and fix! Have tried the new package and it worked a treat.
Cheers,
Isaac