microsoft / SmartHotel360-Mobile

SmartHotel360 Mobile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compile errors in iOS (Live player)

mektebi opened this issue · comments

error: Xamarin.FFImageLoading package not found for versions [2.2.20, ] on netstandard1.4
GreenChart.cs(1,1): error: The type or namespace name 'SkiaSharp' could not be found (are you missing a using directive or an assembly reference?)

GreenChart.cs(1,1): error: The type or namespace name 'SKCanvas' could not be found (are you missing a using directive or an assembly reference?)

Chart\FakeChartService.cs(1,1): error: The type or namespace name 'SkiaSharp' could not be found (are you missing a using directive or an assembly

\SmartHotel.Clients\MarkupExtensions\TranslateExtension.cs(1,1): error: The type 'IServiceProvider' exists in both 'System.ComponentModel, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' and 'System.ComponentModel, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'

\TemperatureChart.cs(1,1): error: 'TemperatureChart.DrawContent(SKCanvas, int, int)': no suitable method found to override

\MarkupExtensions\TranslateExtension.cs(1,1): error: 'TranslateExtension' does not implement interface member 'IMarkupExtension.ProvideValue(IServiceProvider)'

SmartHotel.Clients\Services\Dialog\DialogService.cs(1,1): error: The type name 'Color' could not be found in the namespace 'System.Drawing'. This type has been forwarded to assembly 'OpenTK-1.0, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065' Consider adding a reference to that assembly.

SmartHotel.Clients.iOS\Renderers\CustomPageRenderer.cs(1,1): error: The name 'NavigationBarAttachedProperty' does not exist in the current context

SmartHotel.Clients.iOS\Renderers\ExtendedEntryRenderer.cs(1,1): error: The name 'ExtendedEntry' does not exist in the current context

\SmartHotel.Clients.iOS\Renderers\CalendarButtonRenderer.cs(1,1): error: The type or namespace name 'CalendarButton' could not be found (are you missing a using directive or an assembly reference?)

\SmartHotel.Clients.iOS\AppDelegate.cs(1,1): error: The type or namespace name 'App' could not be found (are you missing a using directive or an assembly reference?)

\SmartHotel.Clients.iOS\Renderers\CalendarButtonRenderer.cs(1,1): error: The type or namespace name 'CalendarButton' could not be found (are you missing a using directive or an assembly reference?)

\SmartHotel.Clients.iOS\AppDelegate.cs(1,1): error: The type or namespace name 'IBrowserCookiesService' could not be found (are you missing a using directive or an assembly reference?)

We have fixed this with a latest update.

@dasanagu it didn't work