How to skip Linking Xamarin

Description of the issue

I want to stop linking on a few of the assemblies. I’ve managed to get it working in Visual Studio Mac however for some reason it doesn’t seem to work after the build on bitrise. The linking exemptions seem to be defined in the csproj file. Also I tried to add the --line-skip=SomeAssembly into the extra commands on the Xamarin Archive WorkFlow for iOS but that caused a build error.

Environment:

Xamarin, Visual Studio for Mac, Stable channel, on macOS

Managed to fix it, I was looking at the wrong target device.

1 Like

Thanks for the infos!

1 Like