xamarin.ios - Why doesn't the common project in a Xamarin Visual Studio Community Edition for Mac solution let us reference projects? -


all i'm trying do have done in full visual studio -- put code in child project , reference project parent project.

  1. install visual studio community edition mac xamarin home page.

  2. create xamarin forms app , call myapp. choose android , ios targets. gets solution following projects in it: myapp myapp.droid myapp.ios

  3. right click solution , "add new project". choose multiplatorm -> portable library (or else). call "bob".

  4. see bob in solution?

  5. how add reference bob myapp?

while on this, how add nuget package reference myapp? can add 1 myapp.droid, myapp.ios , bob (try -- right click on each project, add -> add nuget packages

darn'dest thing isn't it?

note: first guess it's limitation of free stuff. well, doesn't seem hold because can add references between other projects. of useful in case, need able add reference main 1 (the 1 app.xaml in it)


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -