Hi Community,
i want to add a Zip library to my pcl project to extract a zipfile. The app is ios only but i'm using an xamarin.form (pcl) for the great possibillities for interface design.
When i will add a zip library with nuget to my ios project i will get the following error:
Could not intal package 'DotNetZip 1.9.6'. You are trying to install this package into a project that targets 'Xamarin.iOS,Verison=v1.0', but th package does not containnany assembly references or content files that are compatible with that....
The same with SharpZipLib. The only library that works to install is Unofficial.Ionic.Zip but when i will build my project with that i will get an other error:
Failed to resolve "System.Void System.Console::set_ForegroundColor(System.ConsoleColor)" reference from "mscorlib, Version=2.0.0.0, Culture=neutral, ......" (MT2002)
What i have to do to implement a zip libraray (with progress) to my pcl project?
Thanks forward