1
votes

When I'm creating new xamarin forms application on my visual studio for mac I cant specify the app to be PCL or Shared. When I select template on Multiplatform >> App >> Forms App and create the project it doesnt ask me for shared or PCL. I want PCL but created project is not PCL. Any solutions, suggestions please...

1
use the "Blank Forms App" template.Jason
@Jason Then by, how to implement the android and ios projects properly? is there a documentation or instructions for thisvslzl
@Jason Hi jason its me again, I tried yor suggestion later I replied to you :d I saw I can select PCL now :d :d:d:dvslzl

1 Answers

2
votes

This is an example in Xamarin Studio, but if you are using the lastest verion of Visual Studio For Mac or Xamarin Studio,they should be identical.

Multiplatform >> App >> Blank Forms App >> Configure your Forms App

enter image description here

If I am not wrong, "Multiplatform >> App >> Forms App" is now a forms with template, it is slightly different with the previous version.