xamarin / xamarin-macios

.NET for iOS, Mac Catalyst, macOS, and tvOS provide open-source bindings of the Apple SDKs for use with .NET managed languages such as C#
Other
2.45k stars 511 forks source link

Cannot build WatchApp in release mode (Error MT3001: Could not AOT the assembly (MT3001)) #12284

Closed AndreasReitberger closed 3 years ago

AndreasReitberger commented 3 years ago

I'm done debugging my App and now I want to build an ipa in realease mode. However I get this issue.

/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/MTOUCH: Error MT3001: Could not AOT the assembly '/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/obj/iPhone/Release/mtouch-cache/3-Build/RemoteControlRepetierServer.dll' (MT3001) (RemoteControlRepetierServerWatch.WatchOSExtension)

Changing back to "Debug" instead of "Release", it's building fine. Seems to be related with: https://github.com/xamarin/xamarin-macios/issues/4012

Release settings image

Debug settings image

Steps to Reproduce

  1. Create a WatchApp project
  2. Build in debug (works)
  3. Build in release mode (doesn't work)

Expected Behavior

To build the same as in debug mode

Actual Behavior

Doesn't build in release mode

Environment

=== Visual Studio Community 2019 for Mac ===

Version 8.10.6 (build 10)
Installation UUID: 28af845a-2245-4da4-9920-f21c3da79a46
    GTK+ 2.24.23 (Raleigh theme)
    Xamarin.Mac 6.18.0.23 (d16-6 / 088c73638)

    Package version: 612000140

=== Mono Framework MDK ===

Runtime:
    Mono 6.12.0.140 (2020-02/51d876a041e) (64-bit)
    Package version: 612000140

=== Roslyn (Language Service) ===

3.10.0-4.21269.26+029847714208ebe49668667c60ea5b0a294e0fcb

=== NuGet ===

Version: 5.9.0.7134

=== .NET Core SDK ===

SDK: /usr/local/share/dotnet/sdk/5.0.302/Sdks
SDK-Versionen:
    5.0.302
    5.0.301
    5.0.203
    5.0.202
    5.0.201
    5.0.103
    5.0.102
    5.0.101
    5.0.100
    3.1.411
    3.1.410
    3.1.409
    3.1.408
    3.1.407
    3.1.406
    3.1.405
    3.1.404
    3.1.403
    3.1.402
MSBuild-SDKs: /Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Sdks

=== .NET Core-Runtime ===

Laufzeit: /usr/local/share/dotnet/dotnet
Laufzeitversionen:
    5.0.8
    5.0.7
    5.0.6
    5.0.5
    5.0.4
    5.0.3
    5.0.2
    5.0.1
    5.0.0
    3.1.17
    3.1.16
    3.1.15
    3.1.14
    3.1.13
    3.1.12
    3.1.11
    3.1.10
    3.1.9
    3.1.8
    2.1.23
    2.1.22

=== .NET Core 3.1 SDK ===

SDK: 3.1.411

=== Xamarin.Profiler ===

Version: 1.6.15.68
Speicherort: /Applications/Xamarin Profiler.app/Contents/MacOS/Xamarin Profiler

=== Updater ===

Version: 11

=== Xamarin.Android ===

Version: 11.3.0.4 (Visual Studio Community)
Commit: xamarin-android/d16-10/ae14caf
Android SDK: /Users/andreasreitberger/Library/Developer/Xamarin/android-sdk-macosx
    Unterstützte Android-Versionen:
        Keine installiert

Version von SDK Tools: 26.1.1
Version der SDK-Plattformtools: 30.0.4
Version der SDK-Buildtools: 30.0.2

Buildinformationen: 
Mono: b4a3858
Java.Interop: xamarin/java.interop/d16-10@f39db25
ProGuard: Guardsquare/proguard/v7.0.1@912d149
SQLite: xamarin/sqlite/3.35.4@85460d3
Xamarin.Android Tools: xamarin/xamarin-android-tools/d16-10@c5732a0

=== Microsoft OpenJDK for Mobile ===

Java SDK: /Users/andreasreitberger/Library/Developer/Xamarin/jdk/microsoft_dist_openjdk_1.8.0.25
1.8.0-25
Android Designer EPL-Code ist hier verfügbar:
https://github.com/xamarin/AndroidDesigner.EPL

=== Android SDK Manager ===

Version: 16.10.0.12
Hash: e240b8c
Branch: remotes/origin/d16-10
Build date: 2021-06-01 18:26:34 UTC

=== Android Device Manager ===

Version: 16.10.0.14
Hash: e340248
Branch: remotes/origin/d16-10
Build date: 2021-06-01 18:26:52 UTC

=== Apple Developer Tools ===

Xcode 12.5.1 (18212)
Build 12E507

=== Xamarin.Mac ===

Version: 7.14.0.24 (Visual Studio Community)
Hash: c4b89cddb
Branch: d16-10
Build date: 2021-06-15 22:03:00-0400

=== Xamarin.iOS ===

Version: 14.20.0.24 (Visual Studio Community)
Hash: c4b89cddb
Branch: d16-10
Build date: 2021-06-15 22:03:01-0400

=== Xamarin Designer ===

Version: 16.10.0.119
Hash: 36a2d986f
Branch: remotes/origin/d16-10
Build date: 2021-06-02 19:41:34 UTC

=== Build Information ===

Release ID: 810060010
Git revision: 263d2fc9398e8092c231fa5d310cd72205cd627c
Build date: 2021-07-08 14:37:29-04
Build branch: release-8.10

=== Operating System ===

Mac OS X 10.16.0
Darwin 20.6.0 Darwin Kernel Version 20.6.0
    Wed Jun 23 00:26:31 PDT 2021
    root:xnu-7195.141.2~5/RELEASE_X86_64 x86_64

Build Logs

Wird erstellt: RemoteControlRepetierServerWatch.WatchOSExtension (Release|iPhone)
Der Buildvorgang wurde am 29.07.2021 08:21:04 gestartet.
__________________________________________________
Projekt "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/RCRepetierServer/RemoteControlRepetierServer/RemoteControlRepetierServer.csproj", Build Ziel(e):

Ziel "CoreResGen":
    Es sind keine Ressourcen vorhanden, die im Hinblick auf die Quelldateien veraltet sind. Die Ressourcengenerierung wird übersprungen.
Ziel "GenerateTargetFrameworkMonikerAttribute":
  Das Ziel "GenerateTargetFrameworkMonikerAttribute" wird übersprungen, da alle Ausgabedateien hinsichtlich der Eingabedateien aktuell sind.
Ziel "XamlG":
  Das Ziel "XamlG" wird übersprungen, da alle Ausgabedateien hinsichtlich der Eingabedateien aktuell sind.
Ziel "CssG":
  Das Ziel "CssG" wird übersprungen, da es keine Ausgaben enthält.
Ziel "CoreGenerateAssemblyInfo":
  Das Ziel "CoreGenerateAssemblyInfo" wird übersprungen, da alle Ausgabedateien hinsichtlich der Eingabedateien aktuell sind.
Ziel "CssG":
  Das Ziel "CssG" wird übersprungen, da es keine Ausgaben enthält.
Ziel "CoreCompile":
  Das Ziel "CoreCompile" wird übersprungen, da alle Ausgabedateien hinsichtlich der Eingabedateien aktuell sind.
Ziel "XamlC":
  Das Ziel "XamlC" wird übersprungen, da alle Ausgabedateien hinsichtlich der Eingabedateien aktuell sind.
Ziel "GenerateSatelliteAssemblies":
  Das Ziel "GenerateSatelliteAssemblies" wird übersprungen, da alle Ausgabedateien hinsichtlich der Eingabedateien aktuell sind.
Ziel "GenerateSatelliteAssemblies":
  Das Ziel "GenerateSatelliteAssemblies" wird übersprungen, da alle Ausgabedateien hinsichtlich der Eingabedateien aktuell sind.
Ziel "GenerateBuildDependencyFile":
  Das Ziel "GenerateBuildDependencyFile" wird übersprungen, da alle Ausgabedateien hinsichtlich der Eingabedateien aktuell sind.
Ziel "CopyFilesToOutputDirectory":
    RemoteControlRepetierServer -> /Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/RCRepetierServer/RemoteControlRepetierServer/bin/Release/netstandard2.1/RemoteControlRepetierServer.dll
__________________________________________________
Projekt "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/RemoteControlRepetierServerWatch.WatchOSExtension.csproj", Build Ziel(e):

Ziel "PrepareForBuild":
    Das Verzeichnis "obj/iPhone/Release/" wird erstellt.
Ziel "_BeforeCoreCompileImageAssets":
    Das Verzeichnis "obj/iPhone/Release/actool" ist nicht vorhanden. Es wird übersprungen.
Ziel "_DetectSigningIdentity":
    Erkannte Signaturidentität:

      Code Signing Key: "Apple Distribution: Andreas Reitberger (44A8RR36GQ)" (8255A77DA7FADB79E4CA0C357202B82F189AED9C)
      Provisioning Profile: "Remote Control RepetierServerPro WK Distribution" (22a705ce-55fa-46ab-b423-9b73d2e70e7a)
      Bundle Id: com.andreasreitberger.repservapppro.watchkitapp.watchkitextension
      App Id: 44A8RR36GQ.com.andreasreitberger.repservapppro.watchkitapp.watchkitextension
Ziel "_BeforeCoreCompileInterfaceDefinitions":
  Das _BeforeCoreCompileInterfaceDefinitions-Ziel wird übersprungen, da es keine Eingaben besitzt.
Ziel "_BeforeCoreCompileInterfaceDefinitions":
  Das _BeforeCoreCompileInterfaceDefinitions-Ziel wird übersprungen, da es keine Eingaben besitzt.
Ziel "_BeforeCoreCompileInterfaceDefinitions":
  Das _BeforeCoreCompileInterfaceDefinitions-Ziel wird übersprungen, da es keine Eingaben besitzt.
Ziel "_CoreCompileInterfaceDefinitions":
  Das _CoreCompileInterfaceDefinitions-Ziel wird übersprungen, da es keine Eingaben besitzt.
Ziel "_BeforeCoreCompileSceneKitAssets":
  Das _BeforeCoreCompileSceneKitAssets-Ziel wird übersprungen, da es keine Eingaben besitzt.
Ziel "_BeforeCoreCompileSceneKitAssets":
  Das _BeforeCoreCompileSceneKitAssets-Ziel wird übersprungen, da es keine Eingaben besitzt.
Ziel "_BeforeCoreCompileSceneKitAssets":
  Das _BeforeCoreCompileSceneKitAssets-Ziel wird übersprungen, da es keine Eingaben besitzt.
Ziel "_CoreCompileSceneKitAssets":
  Das _CoreCompileSceneKitAssets-Ziel wird übersprungen, da es keine Eingaben besitzt.
Ziel "_CoreCompileColladaAssets":
  Das _CoreCompileColladaAssets-Ziel wird übersprungen, da es keine Eingaben besitzt.
Ziel "_BeforeCompileTextureAtlases":
  Das _BeforeCompileTextureAtlases-Ziel wird übersprungen, da es keine Eingaben besitzt.
Ziel "_BeforeCompileTextureAtlases":
  Das _BeforeCompileTextureAtlases-Ziel wird übersprungen, da es keine Eingaben besitzt.
Ziel "_BeforeCompileTextureAtlases":
  Das _BeforeCompileTextureAtlases-Ziel wird übersprungen, da es keine Eingaben besitzt.
Ziel "_CoreCompileTextureAtlases":
  Das _CoreCompileTextureAtlases-Ziel wird übersprungen, da es keine Eingaben besitzt.
Ziel "_BeforeCompileCoreMLModels":
    Das Verzeichnis "obj/iPhone/Release/coremlc" ist nicht vorhanden. Es wird übersprungen.
Ziel "_CoreOptimizePngImages":
  Das Ziel "_CoreOptimizePngImages" wird übersprungen, da es keine Ausgaben enthält.
Ziel "_CoreOptimizePropertyLists":
  Das _CoreOptimizePropertyLists-Ziel wird übersprungen, da es keine Eingaben besitzt.
Ziel "_CoreOptimizeLocalizationFiles":
  Das _CoreOptimizeLocalizationFiles-Ziel wird übersprungen, da es keine Eingaben besitzt.
Ziel "_GetProjectReferenceTargetFrameworkProperties":
    __________________________________________________
    Das Projekt /Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/RemoteControlRepetierServerWatch.WatchOSExtension.csproj erstellt /Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/RCRepetierServer/RemoteControlRepetierServer/RemoteControlRepetierServer.csproj (GetTargetFrameworks Ziel(e)):

Ziel "ResolveProjectReferences":
    __________________________________________________
    Das Projekt /Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/RemoteControlRepetierServerWatch.WatchOSExtension.csproj erstellt /Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/RCRepetierServer/RemoteControlRepetierServer/RemoteControlRepetierServer.csproj (GetTargetPath Ziel(e)):

    __________________________________________________
    Das Projekt /Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/RemoteControlRepetierServerWatch.WatchOSExtension.csproj erstellt /Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/RCRepetierServer/RemoteControlRepetierServer/RemoteControlRepetierServer.csproj (GetNativeManifest Ziel(e)):

Ziel "XamlG":
  Das Ziel "XamlG" wird übersprungen, da es keine Ausgaben enthält.
Ziel "CssG":
  Das Ziel "CssG" wird übersprungen, da es keine Ausgaben enthält.
Ziel "CssG":
  Das Ziel "CssG" wird übersprungen, da es keine Ausgaben enthält.
Ziel "XamlG":
  Das Ziel "XamlG" wird übersprungen, da es keine Ausgaben enthält.
Ziel "CoreCompile":
    /Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Roslyn/csc.exe /noconfig /nowarn:2008 /fullpaths /nostdlib+ /errorreport:prompt /warn:4 /define:__WATCHOS__;__MOBILE__;__UNIFIED__ /errorendlocation /preferreduilang:de-DE /reference:/Users/andreasreitberger/.nuget/packages/libvlcsharp/3.5.1/lib/netstandard2.1/LibVLCSharp.dll /reference:/Users/andreasreitberger/.nuget/packages/libvlcsharp.forms/3.5.1/lib/netstandard2.0/LibVLCSharp.Forms.dll /reference:/Users/andreasreitberger/.nuget/packages/microsoft.appcenter.analytics/4.3.0/lib/netstandard1.0/Microsoft.AppCenter.Analytics.dll /reference:/Users/andreasreitberger/.nuget/packages/microsoft.appcenter.crashes/4.3.0/lib/netstandard1.0/Microsoft.AppCenter.Crashes.dll /reference:/Users/andreasreitberger/.nuget/packages/microsoft.appcenter/4.3.0/lib/netstandard1.0/Microsoft.AppCenter.dll /reference:/Users/andreasreitberger/.nuget/packages/microsoft.bcl.asyncinterfaces/5.0.0/lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/mscorlib.dll /reference:/Users/andreasreitberger/.nuget/packages/newtonsoft.json/13.0.1/lib/netstandard2.0/Newtonsoft.Json.dll /reference:/Users/andreasreitberger/.nuget/packages/plugin.localnotification/8.0.2/lib/netstandard2.1/Plugin.LocalNotification.dll /reference:/Users/andreasreitberger/.nuget/packages/xam.plugins.messaging/5.2.0/lib/netstandard1.0/Plugin.Messaging.Abstractions.dll /reference:/Users/andreasreitberger/.nuget/packages/xam.plugins.messaging/5.2.0/lib/netstandard1.0/Plugin.Messaging.dll /reference:/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/RCRepetierServer/RemoteControlRepetierServer/bin/Release/netstandard2.1/ref/RemoteControlRepetierServer.dll /reference:/Users/andreasreitberger/.nuget/packages/repetierserversharpapi/1.1.11/lib/netstandard2.1/RepetierServerSharpApi.dll /reference:/Users/andreasreitberger/.nuget/packages/restsharp/106.12.0/lib/netstandard2.0/RestSharp.dll /reference:/Users/andreasreitberger/.nuget/packages/supersocket.clientengine.core/0.10.0/lib/netstandard1.3/SuperSocket.ClientEngine.dll /reference:/Users/andreasreitberger/.nuget/packages/syncfusion.xamarin.buttons/19.2.0.49/lib/netstandard2.0/Syncfusion.Buttons.XForms.dll /reference:/Users/andreasreitberger/.nuget/packages/syncfusion.xamarin.cards/19.2.0.49/lib/netstandard2.0/Syncfusion.Cards.XForms.dll /reference:/Users/andreasreitberger/.nuget/packages/syncfusion.xamarin.core/19.2.0.49/lib/netstandard2.0/Syncfusion.Core.XForms.dll /reference:/Users/andreasreitberger/.nuget/packages/syncfusion.xamarin.datasource/19.2.0.49/lib/netstandard2.0/Syncfusion.DataSource.Portable.dll /reference:/Users/andreasreitberger/.nuget/packages/syncfusion.xamarin.gridcommon/19.2.0.49/lib/netstandard2.0/Syncfusion.GridCommon.Portable.dll /reference:/Users/andreasreitberger/.nuget/packages/syncfusion.licensing/19.2.0.49/lib/netstandard2.0/Syncfusion.Licensing.dll /reference:/Users/andreasreitberger/.nuget/packages/syncfusion.xamarin.sfautocomplete/19.2.0.49/lib/netstandard2.0/Syncfusion.SfAutoComplete.XForms.dll /reference:/Users/andreasreitberger/.nuget/packages/syncfusion.xamarin.sfbadgeview/19.2.0.49/lib/netstandard2.0/Syncfusion.SfBadgeView.XForms.dll /reference:/Users/andreasreitberger/.nuget/packages/syncfusion.xamarin.sfbusyindicator/19.2.0.49/lib/netstandard2.0/Syncfusion.SfBusyIndicator.XForms.dll /reference:/Users/andreasreitberger/.nuget/packages/syncfusion.xamarin.sfchart/19.2.0.49/lib/netstandard2.0/Syncfusion.SfChart.XForms.dll /reference:/Users/andreasreitberger/.nuget/packages/syncfusion.xamarin.sfcombobox/19.2.0.49/lib/netstandard2.0/Syncfusion.SfComboBox.XForms.dll /reference:/Users/andreasreitberger/.nuget/packages/syncfusion.xamarin.sfgauge/19.2.0.49/lib/netstandard2.0/Syncfusion.SfGauge.XForms.dll /reference:/Users/andreasreitberger/.nuget/packages/syncfusion.xamarin.sflistview/19.2.0.49/lib/netstandard2.0/Syncfusion.SfListView.XForms.dll /reference:/Users/andreasreitberger/.nuget/packages/syncfusion.xamarin.sfmaskededit/19.2.0.49/lib/netstandard2.0/Syncfusion.SfMaskedEdit.XForms.dll /reference:/Users/andreasreitberger/.nuget/packages/syncfusion.xamarin.sfnumerictextbox/19.2.0.49/lib/netstandard2.0/Syncfusion.SfNumericTextBox.XForms.dll /reference:/Users/andreasreitberger/.nuget/packages/syncfusion.xamarin.sfnumericupdown/19.2.0.49/lib/netstandard2.0/Syncfusion.SfNumericUpDown.XForms.dll /reference:/Users/andreasreitberger/.nuget/packages/syncfusion.xamarin.sfpicker/19.2.0.49/lib/netstandard2.0/Syncfusion.SfPicker.XForms.dll /reference:/Users/andreasreitberger/.nuget/packages/syncfusion.xamarin.sfprogressbar/19.2.0.49/lib/netstandard2.0/Syncfusion.SfProgressBar.XForms.dll /reference:/Users/andreasreitberger/.nuget/packages/syncfusion.xamarin.sfpulltorefresh/19.2.0.49/lib/netstandard2.0/Syncfusion.SfPullToRefresh.XForms.dll /reference:/Users/andreasreitberger/.nuget/packages/syncfusion.xamarin.sfrangeslider/19.2.0.49/lib/netstandard2.0/Syncfusion.SfRangeSlider.XForms.dll /reference:/Users/andreasreitberger/.nuget/packages/syncfusion.xamarin.sfrotator/19.2.0.49/lib/netstandard2.0/Syncfusion.SfRotator.XForms.dll /reference:/Users/andreasreitberger/.nuget/packages/syncfusion.xamarin.sftabview/19.2.0.49/lib/netstandard2.0/Syncfusion.SfTabView.XForms.dll /reference:/Users/andreasreitberger/.nuget/packages/system.buffers/4.5.1/ref/netstandard2.0/System.Buffers.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/System.Core.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/System.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Drawing.Common.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/System.IO.Compression.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/System.Net.Http.dll /reference:/Users/andreasreitberger/.nuget/packages/system.runtime.compilerservices.unsafe/5.0.0/ref/netstandard2.1/System.Runtime.CompilerServices.Unsafe.dll /reference:/Users/andreasreitberger/.nuget/packages/system.text.encodings.web/5.0.1/lib/netstandard2.1/System.Text.Encodings.Web.dll /reference:/Users/andreasreitberger/.nuget/packages/system.text.json/5.0.2/lib/netstandard2.0/System.Text.Json.dll /reference:/Users/andreasreitberger/.nuget/packages/system.threading.channels/5.0.0/lib/netstandard2.1/System.Threading.Channels.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/System.Xml.dll /reference:/Users/andreasreitberger/.nuget/packages/utilitiessharplibrary/1.0.2/lib/netstandard2.1/UtilitiesSharpLibrary.dll /reference:/Users/andreasreitberger/.nuget/packages/websocket4net/0.15.2/lib/netstandard1.3/WebSocket4Net.dll /reference:/Users/andreasreitberger/.nuget/packages/xamarin.essentials/1.7.0/lib/xamarinwatchos10/Xamarin.Essentials.dll /reference:/Users/andreasreitberger/.nuget/packages/xamarin.forms/5.0.0.2083/lib/netstandard2.0/Xamarin.Forms.Core.dll /reference:/Users/andreasreitberger/.nuget/packages/xamarin.forms/5.0.0.2083/lib/netstandard2.0/Xamarin.Forms.Platform.dll /reference:/Users/andreasreitberger/.nuget/packages/xamarin.forms/5.0.0.2083/lib/netstandard2.0/Xamarin.Forms.Xaml.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/14.20.0.24/lib/mono/Xamarin.WatchOS/Xamarin.WatchOS.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/Microsoft.Win32.Primitives.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/Microsoft.Win32.Registry.AccessControl.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/Microsoft.Win32.Registry.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/netstandard.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.AppContext.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Collections.Concurrent.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Collections.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Collections.NonGeneric.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Collections.Specialized.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.ComponentModel.Annotations.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.ComponentModel.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.ComponentModel.EventBasedAsync.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.ComponentModel.Primitives.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.ComponentModel.TypeConverter.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Console.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Data.Common.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Data.SqlClient.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Diagnostics.Contracts.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Diagnostics.Debug.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Diagnostics.FileVersionInfo.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Diagnostics.Process.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Diagnostics.StackTrace.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Diagnostics.TextWriterTraceListener.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Diagnostics.Tools.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Diagnostics.TraceEvent.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Diagnostics.TraceSource.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Diagnostics.Tracing.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Drawing.Primitives.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Dynamic.Runtime.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Globalization.Calendars.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Globalization.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Globalization.Extensions.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.IO.Compression.ZipFile.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.IO.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.IO.FileSystem.AccessControl.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.IO.FileSystem.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.IO.FileSystem.DriveInfo.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.IO.FileSystem.Primitives.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.IO.FileSystem.Watcher.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.IO.IsolatedStorage.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.IO.MemoryMappedFiles.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.IO.Pipes.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.IO.UnmanagedMemoryStream.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Linq.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Linq.Expressions.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Linq.Parallel.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Linq.Queryable.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Memory.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Net.AuthenticationManager.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Net.Cache.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Net.HttpListener.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Net.Mail.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Net.NameResolution.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Net.NetworkInformation.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Net.Ping.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Net.Primitives.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Net.Requests.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Net.Security.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Net.ServicePoint.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Net.Sockets.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Net.Utilities.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Net.WebHeaderCollection.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Net.WebSockets.Client.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Net.WebSockets.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.ObjectModel.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Reflection.DispatchProxy.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Reflection.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Reflection.Emit.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Reflection.Emit.ILGeneration.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Reflection.Emit.Lightweight.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Reflection.Extensions.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Reflection.Primitives.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Reflection.TypeExtensions.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Resources.Reader.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Resources.ReaderWriter.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Resources.ResourceManager.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Resources.Writer.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Runtime.CompilerServices.VisualC.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Runtime.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Runtime.Extensions.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Runtime.Handles.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Runtime.InteropServices.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Runtime.InteropServices.RuntimeInformation.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Runtime.InteropServices.WindowsRuntime.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Runtime.Loader.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Runtime.Numerics.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Runtime.Serialization.Formatters.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Runtime.Serialization.Json.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Runtime.Serialization.Primitives.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Runtime.Serialization.Xml.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Security.AccessControl.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Security.Claims.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Security.Cryptography.Algorithms.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Security.Cryptography.Cng.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Security.Cryptography.Csp.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Security.Cryptography.DeriveBytes.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Security.Cryptography.Encoding.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Security.Cryptography.Encryption.Aes.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Security.Cryptography.Encryption.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Security.Cryptography.Encryption.ECDiffieHellman.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Security.Cryptography.Encryption.ECDsa.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Security.Cryptography.Hashing.Algorithms.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Security.Cryptography.Hashing.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Security.Cryptography.OpenSsl.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Security.Cryptography.Pkcs.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Security.Cryptography.Primitives.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Security.Cryptography.ProtectedData.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Security.Cryptography.RandomNumberGenerator.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Security.Cryptography.RSA.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Security.Cryptography.X509Certificates.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Security.Principal.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Security.Principal.Windows.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Security.SecureString.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.ServiceModel.Duplex.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.ServiceModel.Http.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.ServiceModel.NetTcp.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.ServiceModel.Primitives.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.ServiceModel.Security.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.ServiceProcess.ServiceController.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Text.Encoding.CodePages.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Text.Encoding.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Text.Encoding.Extensions.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Text.RegularExpressions.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Threading.AccessControl.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Threading.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Threading.Overlapped.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Threading.Tasks.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Threading.Tasks.Extensions.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Threading.Tasks.Parallel.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Threading.Thread.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Threading.ThreadPool.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Threading.Timer.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.ValueTuple.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Xml.ReaderWriter.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Xml.XDocument.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Xml.XmlDocument.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Xml.XmlSerializer.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Xml.XPath.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Xml.XPath.XDocument.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Xml.XPath.XmlDocument.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.WatchOS/Facades/System.Xml.Xsl.Primitives.dll /optimize+ /out:obj/iPhone/Release/RemoteControlRepetierServerWatchWatchOSExtension.dll /target:library /utf8output /langversion:7.3 ExtensionDelegate.cs InterfaceController.cs InterfaceController.designer.cs NotificationController.cs NotificationController.designer.cs ../../RCRepetierServer/RemoteControlRepetierServer.iOS/Watch/SessionManager.cs Panel/PanelController.cs Panel/PanelController.designer.cs Printers/PrintersController.cs Printers/PrintersController.designer.cs Printers/PrinterTableRowController.cs Printers/PrinterTableRowController.designer.cs Models/PrinterManager.cs Models/PanelManager.cs RestClient/WatchRestClientHelper.cs Enums/ComplicationContentType.cs ../../RCRepetierServer/RemoteControlRepetierServer.iOS/Utilities/NSDictionaryConverter.cs ../../RCRepetierServer/RemoteControlRepetierServer.iOS/Utilities/NSArrayConverter.cs Models/Events/DefaultPrinterChangedEventArgs.cs Models/Events/PrintersChangedEventArgs.cs Models/Events/PanelInfosChangedEventArgs.cs Models/Events/PrinterStateChangedEventArgs.cs Utilities/UIUtil.cs ComplicationController.cs Models/WatchEventManager.cs "obj/iPhone/Release/Xamarin.WatchOS,Version=v1.0.AssemblyAttributes.cs"
    /Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/RCRepetierServer/RemoteControlRepetierServer.iOS/Watch/SessionManager.cs(48,17,48,36): warning CS0414: The field 'WCSessionManager.lastPusedCompletion' is assigned but its value is never used
    CompilerServer: server - server processed compilation - e660ded5-a3bf-483d-b19d-40f8d6a626d2
Die Erstellung des Ziels "CoreCompile" im Projekt "RemoteControlRepetierServerWatch.WatchOSExtension.csproj" ist abgeschlossen.
Ziel "_CopyFilesMarkedCopyLocal":
    Die Datei wird von "/Users/andreasreitberger/.nuget/packages/libvlcsharp/3.5.1/lib/netstandard2.1/LibVLCSharp.dll" in "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/LibVLCSharp.dll" kopiert.
    Die Datei wird von "/Users/andreasreitberger/.nuget/packages/libvlcsharp.forms/3.5.1/lib/netstandard2.0/fr/LibVLCSharp.Forms.resources.dll" in "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/fr/LibVLCSharp.Forms.resources.dll" kopiert.
    Die Datei wird von "/Users/andreasreitberger/.nuget/packages/microsoft.appcenter.crashes/4.3.0/lib/netstandard1.0/Microsoft.AppCenter.Crashes.dll" in "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/Microsoft.AppCenter.Crashes.dll" kopiert.
    Die Datei wird von "/Users/andreasreitberger/.nuget/packages/microsoft.appcenter/4.3.0/lib/netstandard1.0/Microsoft.AppCenter.dll" in "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/Microsoft.AppCenter.dll" kopiert.
    Die Datei wird von "/Users/andreasreitberger/.nuget/packages/libvlcsharp.forms/3.5.1/lib/netstandard2.0/LibVLCSharp.Forms.dll" in "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/LibVLCSharp.Forms.dll" kopiert.
    Die Datei wird von "/Users/andreasreitberger/.nuget/packages/microsoft.appcenter.analytics/4.3.0/lib/netstandard1.0/Microsoft.AppCenter.Analytics.dll" in "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/Microsoft.AppCenter.Analytics.dll" kopiert.
    Die Datei wird von "/Users/andreasreitberger/.nuget/packages/microsoft.bcl.asyncinterfaces/5.0.0/lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll" in "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/Microsoft.Bcl.AsyncInterfaces.dll" kopiert.
    Die Datei wird von "/Users/andreasreitberger/.nuget/packages/repetierserversharpapi/1.1.11/lib/netstandard2.1/RepetierServerSharpApi.dll" in "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/RepetierServerSharpApi.dll" kopiert.
    Die Datei wird von "/Users/andreasreitberger/.nuget/packages/newtonsoft.json/13.0.1/lib/netstandard2.0/Newtonsoft.Json.dll" in "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/Newtonsoft.Json.dll" kopiert.
    Die Datei wird von "/Users/andreasreitberger/.nuget/packages/restsharp/106.12.0/lib/netstandard2.0/RestSharp.dll" in "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/RestSharp.dll" kopiert.
    Die Datei wird von "/Users/andreasreitberger/.nuget/packages/plugin.localnotification/8.0.2/lib/netstandard2.1/Plugin.LocalNotification.dll" in "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/Plugin.LocalNotification.dll" kopiert.
    Die Datei wird von "/Users/andreasreitberger/.nuget/packages/supersocket.clientengine.core/0.10.0/lib/netstandard1.3/SuperSocket.ClientEngine.dll" in "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/SuperSocket.ClientEngine.dll" kopiert.
    Die Datei wird von "/Users/andreasreitberger/.nuget/packages/syncfusion.xamarin.buttons/19.2.0.49/lib/netstandard2.0/Syncfusion.Buttons.XForms.dll" in "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/Syncfusion.Buttons.XForms.dll" kopiert.
    Die Datei wird von "/Users/andreasreitberger/.nuget/packages/syncfusion.licensing/19.2.0.49/lib/netstandard2.0/Syncfusion.Licensing.dll" in "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/Syncfusion.Licensing.dll" kopiert.
    Die Datei wird von "/Users/andreasreitberger/.nuget/packages/syncfusion.xamarin.cards/19.2.0.49/lib/netstandard2.0/Syncfusion.Cards.XForms.dll" in "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/Syncfusion.Cards.XForms.dll" kopiert.
    Die Datei wird von "/Users/andreasreitberger/.nuget/packages/syncfusion.xamarin.datasource/19.2.0.49/lib/netstandard2.0/Syncfusion.DataSource.Portable.dll" in "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/Syncfusion.DataSource.Portable.dll" kopiert.
    Die Datei wird von "/Users/andreasreitberger/.nuget/packages/syncfusion.xamarin.core/19.2.0.49/lib/netstandard2.0/Syncfusion.Core.XForms.dll" in "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/Syncfusion.Core.XForms.dll" kopiert.
    Die Datei wird von "/Users/andreasreitberger/.nuget/packages/syncfusion.xamarin.gridcommon/19.2.0.49/lib/netstandard2.0/Syncfusion.GridCommon.Portable.dll" in "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/Syncfusion.GridCommon.Portable.dll" kopiert.
    Die Datei wird von "/Users/andreasreitberger/.nuget/packages/syncfusion.xamarin.sfautocomplete/19.2.0.49/lib/netstandard2.0/Syncfusion.SfAutoComplete.XForms.dll" in "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/Syncfusion.SfAutoComplete.XForms.dll" kopiert.
    Die Datei wird von "/Users/andreasreitberger/.nuget/packages/syncfusion.xamarin.sfbadgeview/19.2.0.49/lib/netstandard2.0/Syncfusion.SfBadgeView.XForms.dll" in "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/Syncfusion.SfBadgeView.XForms.dll" kopiert.
    Die Datei wird von "/Users/andreasreitberger/.nuget/packages/syncfusion.xamarin.sfbusyindicator/19.2.0.49/lib/netstandard2.0/Syncfusion.SfBusyIndicator.XForms.dll" in "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/Syncfusion.SfBusyIndicator.XForms.dll" kopiert.
    Die Datei wird von "/Users/andreasreitberger/.nuget/packages/syncfusion.xamarin.sfchart/19.2.0.49/lib/netstandard2.0/Syncfusion.SfChart.XForms.dll" in "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/Syncfusion.SfChart.XForms.dll" kopiert.
    Die Datei wird von "/Users/andreasreitberger/.nuget/packages/syncfusion.xamarin.sfcombobox/19.2.0.49/lib/netstandard2.0/Syncfusion.SfComboBox.XForms.dll" in "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/Syncfusion.SfComboBox.XForms.dll" kopiert.
    Die Datei wird von "/Users/andreasreitberger/.nuget/packages/syncfusion.xamarin.sfgauge/19.2.0.49/lib/netstandard2.0/Syncfusion.SfGauge.XForms.dll" in "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/Syncfusion.SfGauge.XForms.dll" kopiert.
    Die Datei wird von "/Users/andreasreitberger/.nuget/packages/syncfusion.xamarin.sflistview/19.2.0.49/lib/netstandard2.0/Syncfusion.SfListView.XForms.dll" in "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/Syncfusion.SfListView.XForms.dll" kopiert.
    Die Datei wird von "/Users/andreasreitberger/.nuget/packages/syncfusion.xamarin.sfmaskededit/19.2.0.49/lib/netstandard2.0/Syncfusion.SfMaskedEdit.XForms.dll" in "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/Syncfusion.SfMaskedEdit.XForms.dll" kopiert.
    Die Datei wird von "/Users/andreasreitberger/.nuget/packages/syncfusion.xamarin.sfnumerictextbox/19.2.0.49/lib/netstandard2.0/Syncfusion.SfNumericTextBox.XForms.dll" in "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/Syncfusion.SfNumericTextBox.XForms.dll" kopiert.
    Die Datei wird von "/Users/andreasreitberger/.nuget/packages/syncfusion.xamarin.sfnumericupdown/19.2.0.49/lib/netstandard2.0/Syncfusion.SfNumericUpDown.XForms.dll" in "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/Syncfusion.SfNumericUpDown.XForms.dll" kopiert.
    Die Datei wird von "/Users/andreasreitberger/.nuget/packages/syncfusion.xamarin.sfpicker/19.2.0.49/lib/netstandard2.0/Syncfusion.SfPicker.XForms.dll" in "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/Syncfusion.SfPicker.XForms.dll" kopiert.
    Die Datei wird von "/Users/andreasreitberger/.nuget/packages/syncfusion.xamarin.sfprogressbar/19.2.0.49/lib/netstandard2.0/Syncfusion.SfProgressBar.XForms.dll" in "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/Syncfusion.SfProgressBar.XForms.dll" kopiert.
    Die Datei wird von "/Users/andreasreitberger/.nuget/packages/syncfusion.xamarin.sfpulltorefresh/19.2.0.49/lib/netstandard2.0/Syncfusion.SfPullToRefresh.XForms.dll" in "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/Syncfusion.SfPullToRefresh.XForms.dll" kopiert.
    Die Datei wird von "/Users/andreasreitberger/.nuget/packages/syncfusion.xamarin.sfrangeslider/19.2.0.49/lib/netstandard2.0/Syncfusion.SfRangeSlider.XForms.dll" in "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/Syncfusion.SfRangeSlider.XForms.dll" kopiert.
    Die Datei wird von "/Users/andreasreitberger/.nuget/packages/syncfusion.xamarin.sfrotator/19.2.0.49/lib/netstandard2.0/Syncfusion.SfRotator.XForms.dll" in "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/Syncfusion.SfRotator.XForms.dll" kopiert.
    Die Datei wird von "/Users/andreasreitberger/.nuget/packages/syncfusion.xamarin.sftabview/19.2.0.49/lib/netstandard2.0/Syncfusion.SfTabView.XForms.dll" in "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/Syncfusion.SfTabView.XForms.dll" kopiert.
    Die Datei wird von "/Users/andreasreitberger/.nuget/packages/system.buffers/4.5.1/lib/netstandard2.0/System.Buffers.dll" in "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/System.Buffers.dll" kopiert.
    Die Datei wird von "/Users/andreasreitberger/.nuget/packages/system.io.compression/4.3.0/runtimes/win/lib/netstandard1.3/System.IO.Compression.dll" in "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/System.IO.Compression.dll" kopiert.
    Die Datei wird von "/Users/andreasreitberger/.nuget/packages/system.net.http/4.3.4/runtimes/win/lib/netstandard1.3/System.Net.Http.dll" in "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/System.Net.Http.dll" kopiert.
    Die Datei wird von "/Users/andreasreitberger/.nuget/packages/system.net.nameresolution/4.3.0/runtimes/win/lib/netstandard1.3/System.Net.NameResolution.dll" in "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/System.Net.NameResolution.dll" kopiert.
    Die Datei wird von "/Users/andreasreitberger/.nuget/packages/system.net.security/4.3.0/runtimes/win/lib/netstandard1.3/System.Net.Security.dll" in "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/System.Net.Security.dll" kopiert.
    Die Datei wird von "/Users/andreasreitberger/.nuget/packages/system.runtime.compilerservices.unsafe/5.0.0/lib/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll" in "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/System.Runtime.CompilerServices.Unsafe.dll" kopiert.
    Die Datei wird von "/Users/andreasreitberger/.nuget/packages/system.runtime.interopservices.runtimeinformation/4.3.0/runtimes/win/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll" in "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/System.Runtime.InteropServices.RuntimeInformation.dll" kopiert.
    Die Datei wird von "/Users/andreasreitberger/.nuget/packages/system.security.cryptography.algorithms/4.3.0/runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll" in "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/System.Security.Cryptography.Algorithms.dll" kopiert.
    Die Datei wird von "/Users/andreasreitberger/.nuget/packages/system.security.cryptography.encoding/4.3.0/runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll" in "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/System.Security.Cryptography.Encoding.dll" kopiert.
    Die Datei wird von "/Users/andreasreitberger/.nuget/packages/system.security.cryptography.x509certificates/4.3.0/runtimes/win/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll" in "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/System.Security.Cryptography.X509Certificates.dll" kopiert.
    Die Datei wird von "/Users/andreasreitberger/.nuget/packages/system.text.encodings.web/5.0.1/lib/netstandard2.1/System.Text.Encodings.Web.dll" in "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/System.Text.Encodings.Web.dll" kopiert.
    Die Datei wird von "/Users/andreasreitberger/.nuget/packages/system.text.json/5.0.2/lib/netstandard2.0/System.Text.Json.dll" in "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/System.Text.Json.dll" kopiert.
    Die Datei wird von "/Users/andreasreitberger/.nuget/packages/system.threading.channels/5.0.0/lib/netstandard2.1/System.Threading.Channels.dll" in "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/System.Threading.Channels.dll" kopiert.
    Die Datei wird von "/Users/andreasreitberger/.nuget/packages/utilitiessharplibrary/1.0.2/lib/netstandard2.1/UtilitiesSharpLibrary.dll" in "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/UtilitiesSharpLibrary.dll" kopiert.
    Die Datei wird von "/Users/andreasreitberger/.nuget/packages/websocket4net/0.15.2/lib/netstandard1.3/WebSocket4Net.dll" in "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/WebSocket4Net.dll" kopiert.
    Die Datei wird von "/Users/andreasreitberger/.nuget/packages/xam.plugins.messaging/5.2.0/lib/netstandard1.0/Plugin.Messaging.Abstractions.dll" in "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/Plugin.Messaging.Abstractions.dll" kopiert.
    Die Datei wird von "/Users/andreasreitberger/.nuget/packages/xam.plugins.messaging/5.2.0/lib/netstandard1.0/Plugin.Messaging.Abstractions.pdb" in "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/Plugin.Messaging.Abstractions.pdb" kopiert.
    Die Datei wird von "/Users/andreasreitberger/.nuget/packages/xam.plugins.messaging/5.2.0/lib/netstandard1.0/Plugin.Messaging.dll" in "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/Plugin.Messaging.dll" kopiert.
    Die Datei wird von "/Users/andreasreitberger/.nuget/packages/xam.plugins.messaging/5.2.0/lib/netstandard1.0/Plugin.Messaging.pdb" in "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/Plugin.Messaging.pdb" kopiert.
    Die Datei wird von "/Users/andreasreitberger/.nuget/packages/xamarin.essentials/1.7.0/lib/xamarinwatchos10/Xamarin.Essentials.dll" in "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/Xamarin.Essentials.dll" kopiert.
    Die Datei wird von "/Users/andreasreitberger/.nuget/packages/xamarin.essentials/1.7.0/lib/xamarinwatchos10/Xamarin.Essentials.pdb" in "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/Xamarin.Essentials.pdb" kopiert.
    Die Datei wird von "/Users/andreasreitberger/.nuget/packages/xamarin.forms/5.0.0.2083/lib/netstandard2.0/Xamarin.Forms.Core.dll" in "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/Xamarin.Forms.Core.dll" kopiert.
    Die Datei wird von "/Users/andreasreitberger/.nuget/packages/xamarin.forms/5.0.0.2083/lib/netstandard2.0/Xamarin.Forms.Core.pdb" in "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/Xamarin.Forms.Core.pdb" kopiert.
    Die Datei wird von "/Users/andreasreitberger/.nuget/packages/xamarin.forms/5.0.0.2083/lib/netstandard2.0/Xamarin.Forms.Platform.dll" in "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/Xamarin.Forms.Platform.dll" kopiert.
    Die Datei wird von "/Users/andreasreitberger/.nuget/packages/xamarin.forms/5.0.0.2083/lib/netstandard2.0/Xamarin.Forms.Xaml.dll" in "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/Xamarin.Forms.Xaml.dll" kopiert.
    Die Datei wird von "/Users/andreasreitberger/.nuget/packages/xamarin.forms/5.0.0.2083/lib/netstandard2.0/Xamarin.Forms.Xaml.pdb" in "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/Xamarin.Forms.Xaml.pdb" kopiert.
    Die Datei wird von "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/RCRepetierServer/RemoteControlRepetierServer/bin/Release/netstandard2.1/RemoteControlRepetierServer.dll" in "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/RemoteControlRepetierServer.dll" kopiert.
    Die Datei wird von "/Library/Frameworks/Xamarin.iOS.framework/Versions/14.20.0.24/lib/mono/Xamarin.WatchOS/Xamarin.WatchOS.dll" in "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/Xamarin.WatchOS.dll" kopiert.
    Die Datei wird von "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/RCRepetierServer/RemoteControlRepetierServer/bin/Release/netstandard2.1/RemoteControlRepetierServer.pdb" in "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/RemoteControlRepetierServer.pdb" kopiert.
    Die Datei wird von "/Library/Frameworks/Xamarin.iOS.framework/Versions/14.20.0.24/lib/mono/Xamarin.WatchOS/Xamarin.WatchOS.pdb" in "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/Xamarin.WatchOS.pdb" kopiert.
    Die Datei wird von "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/RCRepetierServer/RemoteControlRepetierServer/bin/Release/netstandard2.1/de-DE/RemoteControlRepetierServer.resources.dll" in "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/de-DE/RemoteControlRepetierServer.resources.dll" kopiert.
    Die Datei wird von "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/RCRepetierServer/RemoteControlRepetierServer/bin/Release/netstandard2.1/ru-RU/RemoteControlRepetierServer.resources.dll" in "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/ru-RU/RemoteControlRepetierServer.resources.dll" kopiert.
    "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/obj/iPhone/Release/RemoteControlRepetierServerWatch.WatchOSExtension.csproj.CopyComplete" wird erstellt, da "AlwaysCreate" angegeben wurde.
Ziel "GetCopyToOutputDirectoryItems":
    Ziel "_GetCopyToOutputDirectoryItemsFromTransitiveProjectReferences":
        __________________________________________________
        Das Projekt /Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/RemoteControlRepetierServerWatch.WatchOSExtension.csproj erstellt /Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/RCRepetierServer/RemoteControlRepetierServer/RemoteControlRepetierServer.csproj (GetCopyToOutputDirectoryItems Ziel(e)):

Ziel "CopyFilesToOutputDirectory":
    Die Datei wird von "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/obj/iPhone/Release/RemoteControlRepetierServerWatchWatchOSExtension.dll" in "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/RemoteControlRepetierServerWatchWatchOSExtension.dll" kopiert.
    RemoteControlRepetierServerWatch.WatchOSExtension -> /Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/RemoteControlRepetierServerWatchWatchOSExtension.dll
Ziel "_CopyResourcesToBundle":
    Verzeichnis "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/RemoteControlRepetierServerWatchWatchOSExtension.appex" wird erstellt

    Die Datei wird von "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/PushNotificationPayload.json" nach "/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/bin/iPhone/Release/RemoteControlRepetierServerWatchWatchOSExtension.appex/PushNotificationPayload.json" kopiert.

Ziel "_CompileAppManifest":
    Das Verzeichnis "bin/iPhone/Release/RemoteControlRepetierServerWatchWatchOSExtension.appex.dSYM" ist nicht vorhanden. Es wird übersprungen.
Ziel "_CompileToNative":
    /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/bin/mtouch @/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/obj/iPhone/Release/response-file.rsp 
    Xamarin.iOS 14.20.0.24 (d16-10: c4b89cddb using framework: /Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS7.4.sdk
    MTOUCH : warning MT0109: The assembly 'System.IO.Compression.dll' was loaded from a different path than the provided path (provided path: /Users/andreasreitberger/.nuget/packages/system.io.compression/4.3.0/runtimes/win/lib/netstandard1.3/System.IO.Compression.dll, actual path: /Library/Frameworks/Xamarin.iOS.framework/Versions/14.20.0.24/lib/mono/Xamarin.WatchOS/System.IO.Compression.dll).

    MTOUCH : warning MT0109: The assembly 'System.Net.Http.dll' was loaded from a different path than the provided path (provided path: /Users/andreasreitberger/.nuget/packages/system.net.http/4.3.4/runtimes/win/lib/netstandard1.3/System.Net.Http.dll, actual path: /Library/Frameworks/Xamarin.iOS.framework/Versions/14.20.0.24/lib/mono/Xamarin.WatchOS/System.Net.Http.dll).

    MTOUCH : warning MT0109: The assembly 'System.Net.NameResolution.dll' was loaded from a different path than the provided path (provided path: /Users/andreasreitberger/.nuget/packages/system.net.nameresolution/4.3.0/runtimes/win/lib/netstandard1.3/System.Net.NameResolution.dll, actual path: /Library/Frameworks/Xamarin.iOS.framework/Versions/14.20.0.24/lib/mono/Xamarin.WatchOS/Facades/System.Net.NameResolution.dll).

    MTOUCH : warning MT0109: The assembly 'System.Net.Security.dll' was loaded from a different path than the provided path (provided path: /Users/andreasreitberger/.nuget/packages/system.net.security/4.3.0/runtimes/win/lib/netstandard1.3/System.Net.Security.dll, actual path: /Library/Frameworks/Xamarin.iOS.framework/Versions/14.20.0.24/lib/mono/Xamarin.WatchOS/Facades/System.Net.Security.dll).

    MTOUCH : warning MT0109: The assembly 'System.Runtime.InteropServices.RuntimeInformation.dll' was loaded from a different path than the provided path (provided path: /Users/andreasreitberger/.nuget/packages/system.runtime.interopservices.runtimeinformation/4.3.0/runtimes/win/lib/netstandard1.1/System.Runtime.InteropServices.RuntimeInformation.dll, actual path: /Library/Frameworks/Xamarin.iOS.framework/Versions/14.20.0.24/lib/mono/Xamarin.WatchOS/Facades/System.Runtime.InteropServices.RuntimeInformation.dll).

    MTOUCH : warning MT0109: The assembly 'System.Security.Cryptography.Algorithms.dll' was loaded from a different path than the provided path (provided path: /Users/andreasreitberger/.nuget/packages/system.security.cryptography.algorithms/4.3.0/runtimes/win/lib/netstandard1.6/System.Security.Cryptography.Algorithms.dll, actual path: /Library/Frameworks/Xamarin.iOS.framework/Versions/14.20.0.24/lib/mono/Xamarin.WatchOS/Facades/System.Security.Cryptography.Algorithms.dll).

    MTOUCH : warning MT0109: The assembly 'System.Security.Cryptography.Encoding.dll' was loaded from a different path than the provided path (provided path: /Users/andreasreitberger/.nuget/packages/system.security.cryptography.encoding/4.3.0/runtimes/win/lib/netstandard1.3/System.Security.Cryptography.Encoding.dll, actual path: /Library/Frameworks/Xamarin.iOS.framework/Versions/14.20.0.24/lib/mono/Xamarin.WatchOS/Facades/System.Security.Cryptography.Encoding.dll).

    MTOUCH : warning MT0109: The assembly 'System.Security.Cryptography.X509Certificates.dll' was loaded from a different path than the provided path (provided path: /Users/andreasreitberger/.nuget/packages/system.security.cryptography.x509certificates/4.3.0/runtimes/win/lib/netstandard1.6/System.Security.Cryptography.X509Certificates.dll, actual path: /Library/Frameworks/Xamarin.iOS.framework/Versions/14.20.0.24/lib/mono/Xamarin.WatchOS/Facades/System.Security.Cryptography.X509Certificates.dll).

    /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/src/Xamarin.iOS/external/corefx/src/System.Net.Sockets/src/System/Net/Sockets/NetworkStream.cs(269): warning MT2105: The method System.Net.Sockets.NetworkStream.Read contains a 'Filter' exception clause, which is currently not supported when compiling for bitcode. This method will throw an exception if called.

    /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/src/Xamarin.iOS/external/corefx/src/System.Net.Sockets/src/System/Net/Sockets/NetworkStream.cs(358): warning MT2105: The method System.Net.Sockets.NetworkStream.Write contains a 'Filter' exception clause, which is currently not supported when compiling for bitcode. This method will throw an exception if called.

    /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/src/Xamarin.iOS/external/corefx/src/System.Net.Sockets/src/System/Net/Sockets/NetworkStream.cs(504): warning MT2105: The method System.Net.Sockets.NetworkStream.BeginRead contains a 'Filter' exception clause, which is currently not supported when compiling for bitcode. This method will throw an exception if called.

    /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/src/Xamarin.iOS/external/corefx/src/System.Net.Sockets/src/System/Net/Sockets/NetworkStream.cs(563): warning MT2105: The method System.Net.Sockets.NetworkStream.EndRead contains a 'Filter' exception clause, which is currently not supported when compiling for bitcode. This method will throw an exception if called.

    /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/src/Xamarin.iOS/external/corefx/src/System.Net.Sockets/src/System/Net/Sockets/NetworkStream.cs(609): warning MT2105: The method System.Net.Sockets.NetworkStream.BeginWrite contains a 'Filter' exception clause, which is currently not supported when compiling for bitcode. This method will throw an exception if called.

    /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/src/Xamarin.iOS/external/corefx/src/System.Net.Sockets/src/System/Net/Sockets/NetworkStream.cs(665): warning MT2105: The method System.Net.Sockets.NetworkStream.EndWrite contains a 'Filter' exception clause, which is currently not supported when compiling for bitcode. This method will throw an exception if called.

    /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/src/Xamarin.iOS/external/corefx/src/System.Net.Sockets/src/System/Net/Sockets/NetworkStream.cs(708): warning MT2105: The method System.Net.Sockets.NetworkStream.ReadAsync contains a 'Filter' exception clause, which is currently not supported when compiling for bitcode. This method will throw an exception if called.

    /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/src/Xamarin.iOS/external/corefx/src/System.Net.Sockets/src/System/Net/Sockets/NetworkStream.cs(750): warning MT2105: The method System.Net.Sockets.NetworkStream.ReadAsync contains a 'Filter' exception clause, which is currently not supported when compiling for bitcode. This method will throw an exception if called.

    /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/src/Xamarin.iOS/external/corefx/src/System.Net.Sockets/src/System/Net/Sockets/NetworkStream.cs(793): warning MT2105: The method System.Net.Sockets.NetworkStream.WriteAsync contains a 'Filter' exception clause, which is currently not supported when compiling for bitcode. This method will throw an exception if called.

    /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/src/Xamarin.iOS/external/corefx/src/System.Net.Sockets/src/System/Net/Sockets/NetworkStream.cs(834): warning MT2105: The method System.Net.Sockets.NetworkStream.WriteAsync contains a 'Filter' exception clause, which is currently not supported when compiling for bitcode. This method will throw an exception if called.

    /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/src/Xamarin.iOS/external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Interpreter/ControlFlowInstructions.cs(329): warning MT2105: The method System.Linq.Expressions.Interpreter.EnterTryCatchFinallyInstruction.Run contains a 'Filter' exception clause, which is currently not supported when compiling for bitcode. This method will throw an exception if called.

    /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/src/Xamarin.iOS/external/corefx/src/System.Data.Common/src/System/Data/Constraint.cs(117): warning MT2105: The method System.Data.Constraint.CheckStateForProperty contains a 'Filter' exception clause, which is currently not supported when compiling for bitcode. This method will throw an exception if called.

    /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/src/Xamarin.iOS/external/corefx/src/System.Data.Common/src/System/Data/ConstraintCollection.cs(423): warning MT2105: The method System.Data.ConstraintCollection.Clear contains a 'Filter' exception clause, which is currently not supported when compiling for bitcode. This method will throw an exception if called.

    /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/src/Xamarin.iOS/external/corefx/src/System.Data.Common/src/System/Data/DataColumn.cs(712): warning MT2105: The property System.Data.DataColumn.Expression contains a 'Filter' exception clause, which is currently not supported when compiling for bitcode. This property will throw an exception if called.

    /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/src/Xamarin.iOS/external/corefx/src/System.Data.Common/src/System/Data/DataColumnCollection.cs(318): warning MT2105: The method System.Data.DataColumnCollection.BaseAdd contains a 'Filter' exception clause, which is currently not supported when compiling for bitcode. This method will throw an exception if called.

    /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/src/Xamarin.iOS/external/corefx/src/System.Data.Common/src/System/Data/DataColumnCollection.cs(591): warning MT2105: The method System.Data.DataColumnCollection.Clear contains a 'Filter' exception clause, which is currently not supported when compiling for bitcode. This method will throw an exception if called.

    /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/src/Xamarin.iOS/external/corefx/src/System.Data.Common/src/System/Data/DataRelation.cs(680): warning MT2105: The method System.Data.DataRelation.CheckStateForProperty contains a 'Filter' exception clause, which is currently not supported when compiling for bitcode. This method will throw an exception if called.

    /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/src/Xamarin.iOS/external/corefx/src/System.Data.Common/src/System/Data/DataRelationCollection.cs(759): warning MT2105: The method System.Data.DataRelationCollection/DataSetRelationCollection.AddCore contains a 'Filter' exception clause, which is currently not supported when compiling for bitcode. This method will throw an exception if called.

    /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/src/Xamarin.iOS/external/corefx/src/System.Data.Common/src/System/Data/DataRow.cs(283): warning MT2105: The property System.Data.DataRow.Item contains a 'Filter' exception clause, which is currently not supported when compiling for bitcode. This property will throw an exception if called.

    /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/src/Xamarin.iOS/external/corefx/src/System.Data.Common/src/System/Data/DataRow.cs(424): warning MT2105: The property System.Data.DataRow.ItemArray contains a 'Filter' exception clause, which is currently not supported when compiling for bitcode. This property will throw an exception if called.

    /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/src/Xamarin.iOS/external/corefx/src/System.Data.Common/src/System/Data/DataSet.cs(850): warning MT2105: The method System.Data.DataSet.SetLocaleValue contains a 'Filter' exception clause, which is currently not supported when compiling for bitcode. This method will throw an exception if called.

    /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/src/Xamarin.iOS/external/corefx/src/System.Data.Common/src/System/Data/DataTable.cs(959): warning MT2105: The method System.Data.DataTable.RestoreIndexEvents contains a 'Filter' exception clause, which is currently not supported when compiling for bitcode. This method will throw an exception if called.

    /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/src/Xamarin.iOS/external/corefx/src/System.Data.Common/src/System/Data/DataTable.cs(1383): warning MT2105: The property System.Data.DataTable.Locale contains a 'Filter' exception clause, which is currently not supported when compiling for bitcode. This property will throw an exception if called.

    /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/src/Xamarin.iOS/external/corefx/src/System.Data.Common/src/System/Data/DataTable.cs(4104): warning MT2105: The method System.Data.DataTable.RaiseRowChanged contains a 'Filter' exception clause, which is currently not supported when compiling for bitcode. This method will throw an exception if called.

    /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/src/Xamarin.iOS/external/corefx/src/System.Data.Common/src/System/Data/DataTable.cs(4267): warning MT2105: The method System.Data.DataTable.SetNewRecordWorker contains a 'Filter' exception clause, which is currently not supported when compiling for bitcode. This method will throw an exception if called.

    /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/src/Xamarin.iOS/external/corefx/src/System.Data.Common/src/System/Data/DataView.cs(1330): warning MT2105: The method System.Data.DataView.OnListChanged contains a 'Filter' exception clause, which is currently not supported when compiling for bitcode. This method will throw an exception if called.

    /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/src/Xamarin.iOS/external/corefx/src/System.Data.Common/src/System/Data/DataView.cs(1449): warning MT2105: The method System.Data.DataView.SetDataViewManager contains a 'Filter' exception clause, which is currently not supported when compiling for bitcode. This method will throw an exception if called.

    /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/src/Xamarin.iOS/external/corefx/src/System.Data.Common/src/System/Data/Filter/DataExpression.cs(122): warning MT2105: The method System.Data.DataExpression.Evaluate contains a 'Filter' exception clause, which is currently not supported when compiling for bitcode. This method will throw an exception if called.

    /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/src/Xamarin.iOS/external/corefx/src/System.Data.Common/src/System/Data/Filter/DataExpression.cs(245): warning MT2105: The method System.Data.DataExpression.ToBoolean contains a 'Filter' exception clause, which is currently not supported when compiling for bitcode. This method will throw an exception if called.

    /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/src/Xamarin.iOS/external/corefx/src/System.Data.Common/src/System/Data/Filter/ExpressionParser.cs(163): warning MT2105: The method System.Data.ExpressionParser.Parse contains a 'Filter' exception clause, which is currently not supported when compiling for bitcode. This method will throw an exception if called.

    /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/src/Xamarin.iOS/external/corefx/src/System.Data.Common/src/System/Data/Filter/ExpressionParser.cs(570): warning MT2105: The method System.Data.ExpressionParser.ParseAggregateArgument contains a 'Filter' exception clause, which is currently not supported when compiling for bitcode. This method will throw an exception if called.

    /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/src/Xamarin.iOS/external/corefx/src/System.Data.Common/src/System/Data/Merger.cs(530): warning MT2105: The method System.Data.Merger.MergeRelation contains a 'Filter' exception clause, which is currently not supported when compiling for bitcode. This method will throw an exception if called.

    /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/src/Xamarin.iOS/external/corefx/src/System.Data.Common/src/System/Data/RecordManager.cs(214): warning MT2105: The method System.Data.RecordManager.CopyRecord contains a 'Filter' exception clause, which is currently not supported when compiling for bitcode. This method will throw an exception if called.

    /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/src/Xamarin.iOS/external/corefx/src/System.Data.Common/src/System/Data/XDRSchema.cs(502): warning MT2105: The method System.Data.XDRSchema.GetMinMax contains a 'Filter' exception clause, which is currently not supported when compiling for bitcode. This method will throw an exception if called.

    /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/src/Xamarin.iOS/external/corefx/src/System.Data.Common/src/System/Data/xmlsaver.cs(2214): warning MT2105: The method System.Data.XmlTreeGen.SetMSDataAttribute contains a 'Filter' exception clause, which is currently not supported when compiling for bitcode. This method will throw an exception if called.

    D:\a\1\s\Xamarin.Forms.Xaml\CreateValuesVisitor.cs(16707566): warning MT2105: The method Xamarin.Forms.Xaml.CreateValuesVisitor.Visit contains a 'Filter' exception clause, which is currently not supported when compiling for bitcode. This method will throw an exception if called.

    D:\a\1\s\Xamarin.Forms.Xaml\CreateValuesVisitor.cs(232): warning MT2105: The method Xamarin.Forms.Xaml.CreateValuesVisitor.CreateFromParameterizedConstructor contains a 'Filter' exception clause, which is currently not supported when compiling for bitcode. This method will throw an exception if called.

    D:\a\1\s\Xamarin.Forms.Xaml\CreateValuesVisitor.cs(16707566): warning MT2105: The method Xamarin.Forms.Xaml.CreateValuesVisitor.CreateFromFactory contains a 'Filter' exception clause, which is currently not supported when compiling for bitcode. This method will throw an exception if called.

    D:\a\1\s\Xamarin.Forms.Core\BindingExpression.cs(445): warning MT2105: The method Xamarin.Forms.BindingExpression.TryConvert contains a 'Filter' exception clause, which is currently not supported when compiling for bitcode. This method will throw an exception if called.

    D:\a\1\s\Xamarin.Forms.Core\NameScopeExtensions.cs(12): warning MT2105: The method Xamarin.Forms.NameScopeExtensions.FindByName contains a 'Filter' exception clause, which is currently not supported when compiling for bitcode. This method will throw an exception if called.

    D:\a\1\s\Xamarin.Forms.Core\TypedBinding.cs(203): warning MT2105: The method Xamarin.Forms.Internals.TypedBinding`2.ApplyCore contains a 'Filter' exception clause, which is currently not supported when compiling for bitcode. This method will throw an exception if called.

    MTOUCH : warning MT2105: The method System.Threading.Channels.ChannelReader`1.ReadAsync contains a 'Filter' exception clause, which is currently not supported when compiling for bitcode. This method will throw an exception if called.

    MTOUCH : warning MT2105: The method System.Text.Json.Serialization.JsonConverter`1.ReadCore contains a 'Filter' exception clause, which is currently not supported when compiling for bitcode. This method will throw an exception if called.

    MTOUCH : warning MT2105: The method System.Text.Json.Serialization.JsonConverter`1.WriteCore contains a 'Filter' exception clause, which is currently not supported when compiling for bitcode. This method will throw an exception if called.

    MTOUCH : warning MT4175: The parameter 'replyHandler' in the method 'RemoteControlRepetierServerWatch.WatchOSExtension.WCSessionManager.DidReceiveMessage(WatchConnectivity.WCSession,Foundation.NSDictionary`2<Foundation.NSString,Foundation.NSObject>,WatchConnectivity.WCSessionReplyHandler)' has an invalid BlockProxy attribute (the type passed to the attribute does not have a 'Create' method).
    MTOUCH : warning : overriding the module target triple with arm64_32-apple-watchos7.4.0 [-Woverride-module]
    1 warning generated.
    MTOUCH : warning : overriding the module target triple with arm64_32-apple-watchos7.4.0 [-Woverride-module]
    1 warning generated.
    MTOUCH : warning : overriding the module target triple with arm64_32-apple-watchos7.4.0 [-Woverride-module]
    1 warning generated.
    MTOUCH : warning : overriding the module target triple with arm64_32-apple-watchos7.4.0 [-Woverride-module]
    1 warning generated.
    MTOUCH : warning : overriding the module target triple with arm64_32-apple-watchos7.4.0 [-Woverride-module]
    1 warning generated.
    MTOUCH : warning : overriding the module target triple with arm64_32-apple-watchos7.4.0 [-Woverride-module]
    1 warning generated.
    MTOUCH : warning : overriding the module target triple with arm64_32-apple-watchos7.4.0 [-Woverride-module]
    1 warning generated.
    MTOUCH : warning : overriding the module target triple with arm64_32-apple-watchos7.4.0 [-Woverride-module]
    1 warning generated.
    MTOUCH : warning : overriding the module target triple with arm64_32-apple-watchos7.4.0 [-Woverride-module]
    1 warning generated.
    MTOUCH : warning : overriding the module target triple with arm64_32-apple-watchos7.4.0 [-Woverride-module]
    1 warning generated.
    MTOUCH : warning : overriding the module target triple with arm64_32-apple-watchos7.4.0 [-Woverride-module]
    1 warning generated.
    MTOUCH : warning : overriding the module target triple with arm64_32-apple-watchos7.4.0 [-Woverride-module]
    1 warning generated.
    MTOUCH : warning : overriding the module target triple with arm64_32-apple-watchos7.4.0 [-Woverride-module]
    1 warning generated.
    MTOUCH : warning : overriding the module target triple with arm64_32-apple-watchos7.4.0 [-Woverride-module]
    1 warning generated.
    MTOUCH : warning : overriding the module target triple with arm64_32-apple-watchos7.4.0 [-Woverride-module]
    1 warning generated.
    MTOUCH : warning : overriding the module target triple with arm64_32-apple-watchos7.4.0 [-Woverride-module]
    1 warning generated.
    MTOUCH : warning : overriding the module target triple with arm64_32-apple-watchos7.4.0 [-Woverride-module]
    1 warning generated.
    MTOUCH : warning : overriding the module target triple with arm64_32-apple-watchos7.4.0 [-Woverride-module]
    1 warning generated.
    MTOUCH : warning : overriding the module target triple with arm64_32-apple-watchos7.4.0 [-Woverride-module]
    1 warning generated.
    MTOUCH : warning : overriding the module target triple with arm64_32-apple-watchos7.4.0 [-Woverride-module]
    1 warning generated.
    MTOUCH : warning : overriding the module target triple with arm64_32-apple-watchos7.4.0 [-Woverride-module]
    1 warning generated.
    MTOUCH : warning : overriding the module target triple with arm64_32-apple-watchos7.4.0 [-Woverride-module]
    1 warning generated.
    MTOUCH : warning : overriding the module target triple with arm64_32-apple-watchos7.4.0 [-Woverride-module]
    1 warning generated.
    MTOUCH : warning : overriding the module target triple with arm64_32-apple-watchos7.4.0 [-Woverride-module]
    1 warning generated.
    MTOUCH : warning : overriding the module target triple with arm64_32-apple-watchos7.4.0 [-Woverride-module]
    1 warning generated.
    MTOUCH : warning : overriding the module target triple with arm64_32-apple-watchos7.4.0 [-Woverride-module]
    1 warning generated.
    MTOUCH : warning : overriding the module target triple with arm64_32-apple-watchos7.4.0 [-Woverride-module]
    1 warning generated.
    MTOUCH : warning : overriding the module target triple with arm64_32-apple-watchos7.4.0 [-Woverride-module]
    1 warning generated.
    MTOUCH : warning : overriding the module target triple with arm64_32-apple-watchos7.4.0 [-Woverride-module]
    1 warning generated.
    MTOUCH : warning : overriding the module target triple with arm64_32-apple-watchos7.4.0 [-Woverride-module]
    1 warning generated.
    MTOUCH : warning : overriding the module target triple with arm64_32-apple-watchos7.4.0 [-Woverride-module]
    1 warning generated.
    MTOUCH : warning : overriding the module target triple with arm64_32-apple-watchos7.4.0 [-Woverride-module]
    1 warning generated.
    MTOUCH : warning : overriding the module target triple with arm64_32-apple-watchos7.4.0 [-Woverride-module]
    1 warning generated.
    MTOUCH : warning : overriding the module target triple with arm64_32-apple-watchos7.4.0 [-Woverride-module]
    1 warning generated.
    MTOUCH : warning : overriding the module target triple with arm64_32-apple-watchos7.4.0 [-Woverride-module]
    1 warning generated.
    MTOUCH : warning : overriding the module target triple with arm64_32-apple-watchos7.4.0 [-Woverride-module]
    1 warning generated.
    MTOUCH : warning : overriding the module target triple with arm64_32-apple-watchos7.4.0 [-Woverride-module]
    1 warning generated.
    MTOUCH : warning : overriding the module target triple with arm64_32-apple-watchos7.4.0 [-Woverride-module]
    1 warning generated.
    MTOUCH : warning : overriding the module target triple with arm64_32-apple-watchos7.4.0 [-Woverride-module]
    1 warning generated.
    MTOUCH : warning : overriding the module target triple with arm64_32-apple-watchos7.4.0 [-Woverride-module]
    1 warning generated.
    MTOUCH : warning : overriding the module target triple with arm64_32-apple-watchos7.4.0 [-Woverride-module]
    1 warning generated.
    MTOUCH : warning : overriding the module target triple with arm64_32-apple-watchos7.4.0 [-Woverride-module]
    1 warning generated.
    MTOUCH : warning : overriding the module target triple with arm64_32-apple-watchos7.4.0 [-Woverride-module]
    1 warning generated.
    MTOUCH : warning : overriding the module target triple with arm64_32-apple-watchos7.4.0 [-Woverride-module]
    1 warning generated.
    MTOUCH : warning : overriding the module target triple with arm64_32-apple-watchos7.4.0 [-Woverride-module]
    1 warning generated.
    MTOUCH : warning : overriding the module target triple with arm64_32-apple-watchos7.4.0 [-Woverride-module]
    1 warning generated.
    MTOUCH : warning : overriding the module target triple with arm64_32-apple-watchos7.4.0 [-Woverride-module]
    1 warning generated.
    MTOUCH : warning : overriding the module target triple with arm64_32-apple-watchos7.4.0 [-Woverride-module]
    1 warning generated.
    MTOUCH : warning : overriding the module target triple with arm64_32-apple-watchos7.4.0 [-Woverride-module]
    1 warning generated.
    MTOUCH : warning : overriding the module target triple with arm64_32-apple-watchos7.4.0 [-Woverride-module]
    1 warning generated.
    MTOUCH : warning : overriding the module target triple with arm64_32-apple-watchos7.4.0 [-Woverride-module]
    1 warning generated.
    MTOUCH : warning : overriding the module target triple with arm64_32-apple-watchos7.4.0 [-Woverride-module]
    1 warning generated.
    MTOUCH : warning : overriding the module target triple with arm64_32-apple-watchos7.4.0 [-Woverride-module]
    1 warning generated.
    MTOUCH : warning : overriding the module target triple with arm64_32-apple-watchos7.4.0 [-Woverride-module]
    1 warning generated.
    MTOUCH : warning : overriding the module target triple with arm64_32-apple-watchos7.4.0 [-Woverride-module]
    1 warning generated.
    MTOUCH : warning : overriding the module target triple with arm64_32-apple-watchos7.4.0 [-Woverride-module]
    1 warning generated.
    MTOUCH : warning : overriding the module target triple with arm64_32-apple-watchos7.4.0 [-Woverride-module]
    1 warning generated.
    MTOUCH : warning : overriding the module target triple with arm64_32-apple-watchos7.4.0 [-Woverride-module]
    1 warning generated.
    MTOUCH : warning : overriding the module target triple with arm64_32-apple-watchos7.4.0 [-Woverride-module]
    1 warning generated.
    MTOUCH : warning : overriding the module target triple with arm64_32-apple-watchos7.4.0 [-Woverride-module]
    1 warning generated.
    AOT Compilation exited with code 139, command:
    MONO_PATH=/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/obj/iPhone/Release/mtouch-cache/3-Build /Library/Frameworks/Xamarin.iOS.framework/Versions/14.20.0.24/bin/armv7k-unknown-darwin-mono-sgen --debug --llvm -O=float32 --aot=mtriple=arm64_32-ios,data-outfile=/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/obj/iPhone/Release/mtouch-cache/arm64_32/RemoteControlRepetierServer.aotdata.arm64_32,static,asmonly,direct-icalls,llvmonly,nodebug,dwarfdebug,direct-pinvoke,msym-dir=/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/obj/iPhone/Release/mtouch-cache/3-Build/Msym,llvm-path=/Library/Frameworks/Xamarin.iOS.framework/Versions/14.20.0.24/LLVM/bin/,outfile=/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/obj/iPhone/Release/mtouch-cache/arm64_32/RemoteControlRepetierServer.dll-output,llvm-outfile=/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/obj/iPhone/Release/mtouch-cache/arm64_32/RemoteControlRepetierServer.dll.bc /Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/obj/iPhone/Release/mtouch-cache/3-Build/RemoteControlRepetierServer.dll
    MTOUCH : error MT3001: Could not AOT the assembly '/Users/andreasreitberger/Libs/RepetierServerProDashboardPro/Source/Watch/Watch.WatchOSExtension/obj/iPhone/Release/mtouch-cache/3-Build/RemoteControlRepetierServer.dll'

Die Erstellung des Ziels "_CompileToNative" im Projekt "RemoteControlRepetierServerWatch.WatchOSExtension.csproj" ist abgeschlossen -- FEHLER.

Die Erstellung des Projekts "RemoteControlRepetierServerWatch.WatchOSExtension.csproj" ist abgeschlossen -- FEHLER.

========== Build: 1 erfolgreich, 1 Fehler, 0 aktuell, 0 übersprungen ==========

Erstellen: 1 Fehler, 114 Warnung(en)

Example Project (If Possible)

mandel-macaque commented 3 years ago

Hello,

I see that you have a few warnings, can I ask you for a few things:

  1. Is it possible to get the logs in English, I'd love to speak something more than Spanish or English.. but I can't :( Would make things easier (Thanks!)
  2. Do you have a small sample that is not your full app that can be used to reproduce the issue?
AndreasReitberger commented 3 years ago

Hello,

I see that you have a few warnings, can I ask you for a few things:

  1. Is it possible to get the logs in English, I'd love to speak something more than Spanish or English.. but I can't :( Would make things easier (Thanks!)
  2. Do you have a small sample that is not your full app that can be used to reproduce the issue?

Thanks for getting back to me. I'll set the language to English and post the new log once I'm back home. I also try to create a small repo for this,

Thanks!

spouliot commented 3 years ago

We have no heard back from you. Hopefully you were able to workaround the issue. If no then please file a new issue along with a test case so we can investigate the problem. Thanks!

amirvenus commented 3 years ago

Hello,

I see that you have a few warnings, can I ask you for a few things:

  1. Is it possible to get the logs in English, I'd love to speak something more than Spanish or English.. but I can't :( Would make things easier (Thanks!)

  2. Do you have a small sample that is not your full app that can be used to reproduce the issue?

Thanks for getting back to me. I'll set the language to English and post the new log once I'm back home. I also try to create a small repo for this,

Thanks!

Did you manage to get the logs in English?