I am trying to develop xamarin forms with PRISM framework. I added prism.core, prism.forms, prism.unity.forms in all projects. When I run it I am getting the following error in iOS Project
System.IO.FileNotFoundException: Could not load file or assembly 'Prism.Forms' or one of its dependencies.
When i download n run sample xamarin forms with prism framework, i am able to. Can anyone guide me or help me resolve this issue ?
Thanks.