IOS s Xamarin Live Player and Hanselman.Forms startup errors

I created an application based on the Hanselman Forms application. I am trying to get it to work with the new Xamarin iOS Live Player, and I am getting runtime errors.
To make sure that this is not what I broke, I did a new installation of Hanselman Forms and Visual Studio 2017 Preview and connected the iPhone in real time.

The string is compiled using VS. Trying to launch a debugging application from Live Player on iPhone gives the following errors.


The following errors occurred while creating and running the application:

• TweetStore.cs: The type or namespace name "ITweetStore" could not be found (do you miss the using directive or assembly references?) • TweetStore.cs: The type or name namespace "Tweet" does not exist in the Hanselman.Portable namespace "(do you miss the assembly reference?) • LaunchTwitter.cs: The type or namespace name" ILaunchTwitter "could not be found (did you specify a usage directive or assembly reference?)

• AppDelegate.cs: The type or name of the namespace "Application" could not be found (are you missing the using directive or assembly references?)

OK

Updated packages. I deleted the bin / obj files to make a new build.
I deleted the link, built a clean one, received similar errors in VS, added the link back and VS-collection successfully completed.
Android works great.

, ?

+4
2

, Startup Project, (iOS Android), (, Debug | iPhone Simulator iOS).

+1

Source: https://habr.com/ru/post/1677092/


All Articles