Explicitly include assembly in Linker process Xamarin.iOS

446 Views Asked by At

I'm working on Xamarin.Forms project but my Xamarin.iOS project is including some assemblies which I'm not using anywhere. I wanted to exclude those library from my project and not to be included in my IPA. Linker is set to "Don't Link" and I cant use "SDK Assembly only" as application stops working. I tried using "--linkskip=assemblyname" in mtouch configuration but, I guess its opposite to what i want. I want all the assemblies to be included in my build but want to exclude specific assembly.

0

There are 0 best solutions below