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

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -