Xazarin Live Vizualization error

I made a simple GPS app in VS2017 Community, but I opened it from VS2017 Preview. I rebuilt it.

After successfully browsing with VS2017 Preview with Xamarin Live Player, I selected Debug, iphone, Project.iOS (MyApp) and iphone Player.

After clicking on iphone Player I got this error:

Xamarin Live
Vizualization Error
You can now run your project from Visual Studio.

But when I deployed this app on my Android phone, everything is fine.

What is the cause of the problem?

I'd like to know:

1) Should I set up an iOS project as a StartUp project? But the result is the same.

thank

+3


source to share


1 answer


I also ran into this problem.

Does your project have links to PCL? If so, then we tend to get this error.



From the comment below from James Montemagno 2017-05-30 18:07:53 UTC @ https://bugzilla.xamarin.com/show_bug.cgi?id=56259

"The current version of iOS supports collaborative projects , and the next version has a fix for PCL projects."

+2


source







All Articles