I am trying to create a Xamarin Forms project that is full of custom renderers. The intention is to use the DLLs created in other projects too.
When I build the project, I get projectname.dll & projectName.Droid.dll in android but I only get projectName.dll in iOS There is no projectName.iOS.dll
The build mode is debug, on simulator. What's missing?
Thanks