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.
install visual studio community edition mac xamarin home page.
create xamarin forms app , call myapp. choose android , ios targets. gets solution following projects in it:
myapp myapp.droid myapp.ios
right click solution , "add new project". choose multiplatorm -> portable library (or else). call "bob".
see bob in solution?
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
Post a Comment