I've built a plugin for Xamarin Forms and it works great on Android and Windows, however the iOS.dll specific version is missing from the iOS project.
I've created a NuGet package and the dlls are in the MonoTouch directory, however when I add the plugin to my solution, only the core dlls are included in the iOS project.
Any suggestions?