Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Error MT2101: Can't resolve the reference 'System.Void UIKit.UITabBar::set_ScrollEdgeAppearance #14921

Closed
nromero125 opened this issue Nov 23, 2021 · 5 comments
Labels
p/iOS 🍎 s/needs-info ❓ A question has been asked that requires an answer before work can continue on this issue. s/unverified New report that has yet to be verified t/bug 🐛
Projects

Comments

@nromero125
Copy link

The App build without problems with the Linker = Don't Link, but with the Linker = Link Framework SDK'S Only the apps throw me that error.

Steps to Reproduce

  1. Linker = Link Framework SDK'S Only

Expected Behavior

Build App

Actual Behavior

Error MT2101: Can't resolve the reference 'System.Void UIKit.UITabBar::set_ScrollEdgeAppearance(UIKit.UITabBarAppearance)

Environment

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

Version 8.10.8 (build 0)
Installation UUID: f873cc21-dbf9-4ed6-8994-b337e7d7d08a
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.403/Sdks
SDK Versions:
5.0.403
5.0.402
5.0.401
5.0.202
3.1.415
3.1.414
3.1.413
3.1.408
MSBuild SDKs: /Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Sdks

=== .NET Core Runtime ===

Runtime: /usr/local/share/dotnet/dotnet
Runtime Versions:
5.0.12
5.0.11
5.0.10
5.0.5
3.1.21
3.1.20
3.1.19
3.1.14

=== .NET Core 3.1 SDK ===

SDK: 3.1.415

=== Xamarin.Profiler ===

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

=== Updater ===

Version: 11

=== Apple Developer Tools ===

Xcode 12.5.1 (18212)
Build 12E507

=== Xamarin.Mac ===

Xamarin.Mac not installed. Can't find /Library/Frameworks/Xamarin.Mac.framework/Versions/Current/Version.

=== 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.Android ===

Version: 12.0.0.3 (Visual Studio Community)
Commit: xamarin-android/d16-11/f0e3c2d
Android SDK: /Users/nelsonromero/Library/Android/sdk
Supported Android versions:
None installed

SDK Tools Version: 26.1.1
SDK Platform Tools Version: 31.0.3
SDK Build Tools Version: 31.0.0

Build Information:
Mono: c633fe9
Java.Interop: xamarin/java.interop@476bb5b
ProGuard: Guardsquare/proguard@912d149
SQLite: xamarin/sqlite@85460d3
Xamarin.Android Tools: xamarin/xamarin-android-tools@87af37b

=== Microsoft OpenJDK for Mobile ===

Java SDK: /Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home
1.8.0_292
Android Designer EPL code available here:
https://github.com/xamarin/AndroidDesigner.EPL

=== Android SDK Manager ===

Version: 16.10.0.13
Hash: 1b81df5
Branch: remotes/origin/d16-10
Build date: 2021-08-12 20:43:52 UTC

=== Android Device Manager ===

Version: 16.10.0.15
Hash: 89dcc0b
Branch: remotes/origin/d16-10
Build date: 2021-08-12 20:44:10 UTC

=== 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: 810080000
Git revision: 0bc91c25997e4c374dc6eb96809c7bf52f6a7c33
Build date: 2021-08-18 14:50:30-04
Build branch: release-8.10

=== Operating System ===

Mac OS X 10.16.0
Darwin 20.4.0 Darwin Kernel Version 20.4.0
Fri Mar 5 01:14:14 PST 2021
root:xnu-7195.101.1~3/RELEASE_X86_64 x86_64

Build Logs

Building Universal.iOS (Debug|iPhone)
Build started 11/23/2021 3:50:30 PM.


Project "/Users/nelsonromero/Projects/applab/V2/Universal/Universal/Universal.csproj" (Build target(s)):

Target CoreResGen:
No resources are out of date with respect to their source files. Skipping resource generation.
Target GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
Target XamlG:
Skipping target "XamlG" because all output files are up-to-date with respect to the input files.
Target CssG:
Skipping target "CssG" because it has no outputs.
Target CoreGenerateAssemblyInfo:
Skipping target "CoreGenerateAssemblyInfo" because all output files are up-to-date with respect to the input files.
Target CssG:
Skipping target "CssG" because it has no outputs.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Domain/VideoItemViewModel.cs(17,21,17,27): warning CS0108: 'VideoItemViewModel.IsBusy' hides inherited member 'BaseViewModel.IsBusy'. Use the new keyword if hiding was intended.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/AboutPageViewModel.cs(44,25,44,38): warning CS0108: 'AboutPageViewModel.SelectCommand' hides inherited member 'BaseOptionViewModel.SelectCommand'. Use the new keyword if hiding was intended.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/ContactUsPageViewModel.cs(20,25,20,38): warning CS0108: 'ContactUsPageViewModel.SelectCommand' hides inherited member 'BaseOptionViewModel.SelectCommand'. Use the new keyword if hiding was intended.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Domain/NotificationViewModel.cs(219,25,219,38): warning CS0108: 'NotificationViewModel.SelectCommand' hides inherited member 'BaseOptionViewModel.SelectCommand'. Use the new keyword if hiding was intended.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/UniversalOnlineViewModel.cs(532,25,532,38): warning CS0108: 'UniversalOnlineViewModel.SelectCommand' hides inherited member 'BaseOptionViewModel.SelectCommand'. Use the new keyword if hiding was intended.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/HomePageViewModel.cs(61,25,61,38): warning CS0108: 'HomePageViewModel.SelectCommand' hides inherited member 'BaseOptionViewModel.SelectCommand'. Use the new keyword if hiding was intended.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/ServicesPageViewModel.cs(13,25,13,38): warning CS0108: 'ServicesPageViewModel.SelectCommand' hides inherited member 'BaseOptionViewModel.SelectCommand'. Use the new keyword if hiding was intended.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/Pages/Biometry/BiometryPage.xaml.cs(68,34,68,36): warning CS0168: The variable 'ex' is declared but never used
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/Pages/Assistance/AssistancePage.xaml.cs(66,30,66,32): warning CS0168: The variable 'ex' is declared but never used
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/Pages/UniversalOnline/Appointments/GoldAssist/GoldAssistMapPage.xaml.cs(71,30,71,32): warning CS0168: The variable 'ex' is declared but never used
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/Pages/UniversalOnline/Appointments/Mobility/MobilityAppointmentMapPage.xaml.cs(71,30,71,32): warning CS0168: The variable 'ex' is declared but never used
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/Pages/UniversalOnline/Claims/CreateClaim/ClaimMapPage.xaml.cs(70,30,70,32): warning CS0168: The variable 'ex' is declared but never used
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/Pages/Assistance/AssistanceConfirmPage.xaml.cs(70,30,70,32): warning CS0168: The variable 'ex' is declared but never used
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/UpdateUserInformationPageViewModel.cs(32,21,32,50): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/UpdateUserInformationPageViewModel.cs(55,21,55,67): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/Services/DialogService.cs(28,27,28,32): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/Services/PermissionService.cs(76,26,76,89): warning CS0618: 'IPermissions.CheckPermissionStatusAsync(Permission)' is obsolete: 'CheckPermissionStatusAsync is deprecated, please use CheckPermissionStatusAsync instead.'
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/Services/PermissionService.cs(86,26,86,87): warning CS0618: 'IPermissions.RequestPermissionsAsync(params Permission[])' is obsolete: 'RequestPermissionsAsync is deprecated, please use RequestPermissionAsync instead.'
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Domain/AuthorizedDependentViewModel.cs(36,25,36,31): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Domain/DependentApprovedViewModel.cs(74,25,74,31): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/Services/FileSelectService.cs(84,31,84,33): warning CS0168: The variable 'ex' is declared but never used
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Domain/DependentConfigViewModel.cs(282,27,282,45): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/Services/AuthenticationService.cs(189,17,189,63): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Domain/DependentConfigViewModel.cs(411,27,411,36): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Domain/DependentConfigViewModel.cs(436,27,436,37): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Domain/RegisterViewModel.cs(77,27,77,34): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Domain/RefundSecondStepViewModel.cs(161,21,161,39): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/AssistancePageViewModel.cs(80,17,80,40): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/ClaimNewPageViewModel.cs(149,21,149,51): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/AssistancePageViewModel.cs(107,21,107,44): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/ContributePageViewModel.cs(149,21,149,37): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/ContributePageViewModel.cs(174,21,174,37): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Domain/ProductViewModel.cs(485,105,485,136): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/EmbassyCertificationPageViewModel.cs(42,21,42,59): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/CoverageQuotationPageViewModel.cs(73,25,73,45): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/CoverageQuotationPageViewModel.cs(96,25,96,45): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/ClaimNewPageViewModel.cs(423,17,423,56): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/CoverageQuotationPageViewModel.cs(147,25,147,45): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/ClaimNewPageViewModel.cs(490,21,490,48): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/DependentConfigPageViewModel.cs(127,27,127,45): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/DependentConfigPageViewModel.cs(148,27,148,36): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/CreateRetirementPageViewModel.cs(298,25,298,45): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/ClaimNewPageViewModel.cs(618,25,618,46): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/ClaimNewPageViewModel.cs(622,25,622,48): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/UniversalOfficesPageViewModel.cs(60,29,60,49): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/TravelsPageViewModel.cs(141,21,141,36): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/ClaimNewPageViewModel.cs(668,21,668,42): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/LoaderPageViewModel.cs(90,21,90,54): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/LoaderPageViewModel.cs(91,21,91,67): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/NotificationControlPageViewModel.cs(150,28,150,34): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/NotificationsListPageViewModel.cs(102,28,102,46): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/ContributePageViewModel.cs(722,27,722,41): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/CreateRetirementPageViewModel.cs(750,21,750,42): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/ProductGoldPageViewModel.cs(61,21,61,50): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/ProductGoldPageViewModel.cs(86,21,86,69): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/GoldAssistPageViewModel.cs(906,30,906,32): warning CS0168: The variable 'ex' is declared but never used
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/ProfilePageViewModel.cs(231,21,231,40): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/ProfilePageViewModel.cs(596,20,596,30): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/ProvidersPageViewModel.cs(135,21,135,36): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/ProvidersPageViewModel.cs(161,29,161,46): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/ProductsPageViewModel.cs(223,21,223,39): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/RequestMobilityAppointmentPageViewModel.cs(95,21,95,42): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/RescuePageViewModel.cs(74,21,74,42): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/ClaimNewPageViewModel.cs(1523,25,1523,53): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/ClaimNewPageViewModel.cs(1526,21,1526,103): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/RequestMobilityAppointmentPageViewModel.cs(1027,30,1027,32): warning CS0168: The variable 'ex' is declared but never used
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/ClaimNewPageViewModel.cs(2110,30,2110,32): warning CS0168: The variable 'ex' is declared but never used
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/RefundNewPageViewModel.cs(1179,17,1179,45): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/Pages/UniversalOnline/Claims/ClaimsPage.xaml.cs(9,24,9,25): warning CS0169: The field 'ClaimsPage.x' is never used
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/Pages/UniversalOnline/Claims/ClaimsPage.xaml.cs(9,27,9,28): warning CS0169: The field 'ClaimsPage.y' is never used
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/CardsPageViewModel.cs(20,21,20,36): warning CS0169: The field 'CardsPageViewModel.currentCategory' is never used
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/TravelsPageViewModel.cs(24,19,24,36): warning CS0169: The field 'TravelsPageViewModel.quantityTravelers' is never used
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/RequestMobilityAppointmentPageViewModel.cs(61,15,61,27): warning CS0169: The field 'RequestMobilityAppointmentPageViewModel.isServiceOwn' is never used
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/Models/Domain/Card.cs(7,24,7,32): warning CS0169: The field 'Card.category' is never used
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Domain/CardViewModel.cs(530,24,530,32): warning CS0169: The field 'CardViewModel.category' is never used
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/RefundNewPageViewModel.cs(1094,31,1094,40): warning CS0414: The field 'RefundNewPageViewModel.limitByte' is assigned but its value is never used
CompilerServer: server - server processed compilation - a46de0ec-b7b6-4d69-8c53-5e094328c47d
Done building target "CoreCompile" in project "Universal.csproj".
Target XamlC:
Compiling Xaml, assembly: obj/Debug/netstandard2.1/Universal.dll
Touching "obj/Debug/netstandard2.1/XamlC.stamp".
Target GenerateSatelliteAssemblies:
/Library/Frameworks/Mono.framework/Versions/6.12.0/lib/mono/4.5/al.exe /culture:en /out:obj/Debug/netstandard2.1/en/Universal.resources.dll /template:obj/Debug/netstandard2.1/Universal.dll /embed:obj/Debug/netstandard2.1/Universal.Resources.AppMessages.en.resources
Target _CopyFilesMarkedCopyLocal:
Touching "/Users/nelsonromero/Projects/applab/V2/Universal/Universal/obj/Debug/netstandard2.1/Universal.csproj.CopyComplete".
Target GenerateBuildDependencyFile:
Skipping target "GenerateBuildDependencyFile" because all output files are up-to-date with respect to the input files.
Target CopyFilesToOutputDirectory:
Copying file from "/Users/nelsonromero/Projects/applab/V2/Universal/Universal/obj/Debug/netstandard2.1/Universal.dll" to "/Users/nelsonromero/Projects/applab/V2/Universal/Universal/bin/Debug/netstandard2.1/Universal.dll".
Universal -> /Users/nelsonromero/Projects/applab/V2/Universal/Universal/bin/Debug/netstandard2.1/Universal.dll
Copying file from "/Users/nelsonromero/Projects/applab/V2/Universal/Universal/obj/Debug/netstandard2.1/Universal.pdb" to "/Users/nelsonromero/Projects/applab/V2/Universal/Universal/bin/Debug/netstandard2.1/Universal.pdb".
Copying file from "/Users/nelsonromero/Projects/applab/V2/Universal/Universal/obj/Debug/netstandard2.1/en/Universal.resources.dll" to "/Users/nelsonromero/Projects/applab/V2/Universal/Universal/bin/Debug/netstandard2.1/en/Universal.resources.dll".

Done building project "Universal.csproj".


Project "/Users/nelsonromero/Projects/applab/V2/Universal/Universal.iOS/Universal.iOS.csproj" (Build target(s)):

Target _BeforeCoreCompileImageAssets:
Skipping target "_BeforeCoreCompileImageAssets" because all output files are up-to-date with respect to the input files.
Target _DetectSigningIdentity:
Detected signing identity:

  Code Signing Key: "Apple Development: Nelson Romero (32WC92HY4L)" (7FAA79EBA46F91D83E3777BBED8B4D26C99D6B49)
  Provisioning Profile: "VS: com.applab.universal Development" (2c3936c7-f682-4cc9-9e21-cd2c7e0e860a)
  Bundle Id: com.applab.universal
  App Id: QZZY8756EE.com.applab.universal

Target _CoreCompileImageAssets:
Skipping target "_CoreCompileImageAssets" because all output files are up-to-date with respect to the input files.
Target _BeforeCoreCompileInterfaceDefinitions:
Skipping target "_BeforeCoreCompileInterfaceDefinitions" because all output files are up-to-date with respect to the input files.
Target _CoreCompileInterfaceDefinitions:
Skipping target "_CoreCompileInterfaceDefinitions" because all output files are up-to-date with respect to the input files.
Target _BeforeCoreCompileSceneKitAssets:
Skipping target "_BeforeCoreCompileSceneKitAssets" because it has no inputs.
Target _BeforeCoreCompileSceneKitAssets:
Skipping target "_BeforeCoreCompileSceneKitAssets" because it has no inputs.
Target _BeforeCoreCompileSceneKitAssets:
Skipping target "_BeforeCoreCompileSceneKitAssets" because it has no inputs.
Target _CoreCompileSceneKitAssets:
Skipping target "_CoreCompileSceneKitAssets" because it has no inputs.
Target _CoreCompileColladaAssets:
Skipping target "_CoreCompileColladaAssets" because it has no inputs.
Target _BeforeCompileTextureAtlases:
Skipping target "_BeforeCompileTextureAtlases" because it has no inputs.
Target _BeforeCompileTextureAtlases:
Skipping target "_BeforeCompileTextureAtlases" because it has no inputs.
Target _BeforeCompileTextureAtlases:
Skipping target "_BeforeCompileTextureAtlases" because it has no inputs.
Target _CoreCompileTextureAtlases:
Skipping target "_CoreCompileTextureAtlases" because it has no inputs.
Target _BeforeCompileCoreMLModels:
Skipping target "_BeforeCompileCoreMLModels" because all output files are up-to-date with respect to the input files.
Target _CoreCompileCoreMLModels:
Skipping target "_CoreCompileCoreMLModels" because all output files are up-to-date with respect to the input files.
Target _CoreOptimizePngImages:
Skipping target "_CoreOptimizePngImages" because all output files are up-to-date with respect to the input files.
Target _CoreOptimizePropertyLists:
Skipping target "_CoreOptimizePropertyLists" because all output files are up-to-date with respect to the input files.
Target _CoreOptimizePropertyLists:
Skipping target "_CoreOptimizePropertyLists" because all output files are up-to-date with respect to the input files.
Target _CoreOptimizePropertyLists:
Skipping target "_CoreOptimizePropertyLists" because all output files are up-to-date with respect to the input files.
Target _CoreOptimizePropertyLists:
Skipping target "_CoreOptimizePropertyLists" because all output files are up-to-date with respect to the input files.
Target _CoreOptimizeLocalizationFiles:
Skipping target "_CoreOptimizeLocalizationFiles" because all output files are up-to-date with respect to the input files.
Target _CoreOptimizeLocalizationFiles:
Skipping target "_CoreOptimizeLocalizationFiles" because all output files are up-to-date with respect to the input files.
Target _CoreOptimizeLocalizationFiles:
Skipping target "_CoreOptimizeLocalizationFiles" because all output files are up-to-date with respect to the input files.
Target _CoreOptimizeLocalizationFiles:
Skipping target "_CoreOptimizeLocalizationFiles" because all output files are up-to-date with respect to the input files.
Target _CoreOptimizeLocalizationFiles:
Skipping target "_CoreOptimizeLocalizationFiles" because all output files are up-to-date with respect to the input files.
Target _CoreOptimizeLocalizationFiles:
Skipping target "_CoreOptimizeLocalizationFiles" because all output files are up-to-date with respect to the input files.
Target _CoreOptimizeLocalizationFiles:
Skipping target "_CoreOptimizeLocalizationFiles" because all output files are up-to-date with respect to the input files.
Target _CoreOptimizeLocalizationFiles:
Skipping target "_CoreOptimizeLocalizationFiles" because all output files are up-to-date with respect to the input files.
Target _CoreOptimizeLocalizationFiles:
Skipping target "_CoreOptimizeLocalizationFiles" because all output files are up-to-date with respect to the input files.
Target _CoreOptimizeLocalizationFiles:
Skipping target "_CoreOptimizeLocalizationFiles" because all output files are up-to-date with respect to the input files.
Target _CoreOptimizeLocalizationFiles:
Skipping target "_CoreOptimizeLocalizationFiles" because all output files are up-to-date with respect to the input files.
Target _CoreOptimizeLocalizationFiles:
Skipping target "_CoreOptimizeLocalizationFiles" because all output files are up-to-date with respect to the input files.
Target _CoreOptimizeLocalizationFiles:
Skipping target "_CoreOptimizeLocalizationFiles" because all output files are up-to-date with respect to the input files.
Target _CoreOptimizeLocalizationFiles:
Skipping target "_CoreOptimizeLocalizationFiles" because all output files are up-to-date with respect to the input files.
Target _CoreOptimizeLocalizationFiles:
Skipping target "_CoreOptimizeLocalizationFiles" because all output files are up-to-date with respect to the input files.
Target _CoreOptimizeLocalizationFiles:
Skipping target "_CoreOptimizeLocalizationFiles" because all output files are up-to-date with respect to the input files.
Target _CoreOptimizeLocalizationFiles:
Skipping target "_CoreOptimizeLocalizationFiles" because all output files are up-to-date with respect to the input files.
Target _CoreOptimizeLocalizationFiles:
Skipping target "_CoreOptimizeLocalizationFiles" because all output files are up-to-date with respect to the input files.
Target _CoreOptimizeLocalizationFiles:
Skipping target "_CoreOptimizeLocalizationFiles" because all output files are up-to-date with respect to the input files.
Target _CoreOptimizeLocalizationFiles:
Skipping target "_CoreOptimizeLocalizationFiles" because all output files are up-to-date with respect to the input files.
Target _CoreOptimizeLocalizationFiles:
Skipping target "_CoreOptimizeLocalizationFiles" because all output files are up-to-date with respect to the input files.
Target _CoreOptimizeLocalizationFiles:
Skipping target "_CoreOptimizeLocalizationFiles" because all output files are up-to-date with respect to the input files.
Target _CoreOptimizeLocalizationFiles:
Skipping target "_CoreOptimizeLocalizationFiles" because all output files are up-to-date with respect to the input files.
Target _CoreOptimizeLocalizationFiles:
Skipping target "_CoreOptimizeLocalizationFiles" because all output files are up-to-date with respect to the input files.
Target _CoreOptimizeLocalizationFiles:
Skipping target "_CoreOptimizeLocalizationFiles" because all output files are up-to-date with respect to the input files.
Target _CoreOptimizeLocalizationFiles:
Skipping target "_CoreOptimizeLocalizationFiles" because all output files are up-to-date with respect to the input files.
Target _CoreOptimizeLocalizationFiles:
Skipping target "_CoreOptimizeLocalizationFiles" because all output files are up-to-date with respect to the input files.
Target _CoreOptimizeLocalizationFiles:
Skipping target "_CoreOptimizeLocalizationFiles" because all output files are up-to-date with respect to the input files.
Target _CoreOptimizeLocalizationFiles:
Skipping target "_CoreOptimizeLocalizationFiles" because all output files are up-to-date with respect to the input files.
Target _CoreOptimizeLocalizationFiles:
Skipping target "_CoreOptimizeLocalizationFiles" because all output files are up-to-date with respect to the input files.
Target _CoreOptimizeLocalizationFiles:
Skipping target "_CoreOptimizeLocalizationFiles" because all output files are up-to-date with respect to the input files.
Target _CoreOptimizeLocalizationFiles:
Skipping target "_CoreOptimizeLocalizationFiles" because all output files are up-to-date with respect to the input files.
Target _CoreOptimizeLocalizationFiles:
Skipping target "_CoreOptimizeLocalizationFiles" because all output files are up-to-date with respect to the input files.
Target _CoreOptimizeLocalizationFiles:
Skipping target "_CoreOptimizeLocalizationFiles" because all output files are up-to-date with respect to the input files.
Target _CoreOptimizeLocalizationFiles:
Skipping target "_CoreOptimizeLocalizationFiles" because all output files are up-to-date with respect to the input files.
Target _CoreOptimizeLocalizationFiles:
Skipping target "_CoreOptimizeLocalizationFiles" because all output files are up-to-date with respect to the input files.
Target _CoreOptimizeLocalizationFiles:
Skipping target "_CoreOptimizeLocalizationFiles" because all output files are up-to-date with respect to the input files.
Target _CoreOptimizeLocalizationFiles:
Skipping target "_CoreOptimizeLocalizationFiles" because all output files are up-to-date with respect to the input files.
Target _CoreOptimizeLocalizationFiles:
Skipping target "_CoreOptimizeLocalizationFiles" because all output files are up-to-date with respect to the input files.
Target _CoreOptimizeLocalizationFiles:
Skipping target "_CoreOptimizeLocalizationFiles" because all output files are up-to-date with respect to the input files.
Target _CoreOptimizeLocalizationFiles:
Skipping target "_CoreOptimizeLocalizationFiles" because all output files are up-to-date with respect to the input files.
Target _CoreOptimizeLocalizationFiles:
Skipping target "_CoreOptimizeLocalizationFiles" because all output files are up-to-date with respect to the input files.
Target _CoreOptimizeLocalizationFiles:
Skipping target "_CoreOptimizeLocalizationFiles" because all output files are up-to-date with respect to the input files.
Target _CoreOptimizeLocalizationFiles:
Skipping target "_CoreOptimizeLocalizationFiles" because all output files are up-to-date with respect to the input files.
Target _GetProjectReferenceTargetFrameworkProperties:
__________________________________________________
Project "/Users/nelsonromero/Projects/applab/V2/Universal/Universal.iOS/Universal.iOS.csproj" is building "/Users/nelsonromero/Projects/applab/V2/Universal/Universal/Universal.csproj" (GetTargetFrameworks target(s)):

Target ResolveProjectReferences:
__________________________________________________
Project "/Users/nelsonromero/Projects/applab/V2/Universal/Universal.iOS/Universal.iOS.csproj" is building "/Users/nelsonromero/Projects/applab/V2/Universal/Universal/Universal.csproj" (GetTargetPath target(s)):

__________________________________________________
Project "/Users/nelsonromero/Projects/applab/V2/Universal/Universal.iOS/Universal.iOS.csproj" is building "/Users/nelsonromero/Projects/applab/V2/Universal/Universal/Universal.csproj" (GetNativeManifest target(s)):

Target ResolveAssemblyReferences:
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3243: No way to resolve conflict between "SQLitePCLRaw.provider.internal, Version=2.0.4.976, Culture=neutral, PublicKeyToken=89ae75803b2c608d" and "SQLitePCLRaw.provider.internal, Version=1.1.14.520, Culture=neutral, PublicKeyToken=89ae75803b2c608d". Choosing "SQLitePCLRaw.provider.internal, Version=2.0.4.976, Culture=neutral, PublicKeyToken=89ae75803b2c608d" arbitrarily.
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: Found conflicts between different versions of "Microsoft.CSharp" that could not be resolved.
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: There was a conflict between "Microsoft.CSharp, Version=2.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "Microsoft.CSharp, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: "Microsoft.CSharp, Version=2.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" was chosen because it was primary and "Microsoft.CSharp, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" was not.
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: References which depend on "Microsoft.CSharp, Version=2.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" [/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Microsoft.CSharp.dll].
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Microsoft.CSharp.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: Project file item includes which caused reference "/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Microsoft.CSharp.dll".
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: Microsoft.CSharp
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: References which depend on "Microsoft.CSharp, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" [].
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/automapper/10.1.1/lib/netstandard2.0/AutoMapper.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: Project file item includes which caused reference "/Users/nelsonromero/.nuget/packages/automapper/10.1.1/lib/netstandard2.0/AutoMapper.dll".
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/automapper/10.1.1/lib/netstandard2.0/AutoMapper.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: Found conflicts between different versions of "System.Net.Http" that could not be resolved.
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: There was a conflict between "System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Net.Http, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: "System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" was chosen because it was primary and "System.Net.Http, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" was not.
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: References which depend on "System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" [/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.Net.Http.dll].
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.Net.Http.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: Project file item includes which caused reference "/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.Net.Http.dll".
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: System.Net.Http
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.communitytoolkit/1.3.0/lib/xamarinios10/Xamarin.CommunityToolkit.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/Projects/applab/V2/Universal/Universal/bin/Debug/netstandard2.1/Universal.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.ffimageloading/2.4.11.982/lib/Xamarin.iOS10/FFImageLoading.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.ffimageloading/2.4.11.982/lib/Xamarin.iOS10/FFImageLoading.Platform.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.ffimageloading.forms/2.4.11.982/lib/Xamarin.iOS10/FFImageLoading.Forms.Platform.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.ffimageloading.forms/2.4.11.982/lib/Xamarin.iOS10/FFImageLoading.Forms.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.ffimageloading.svg/2.4.11.982/lib/Xamarin.iOS10/FFImageLoading.Svg.Platform.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.ffimageloading.svg.forms/2.4.11.982/lib/Xamarin.iOS10/FFImageLoading.Svg.Forms.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.ffimageloading.transformations/2.4.11.982/lib/Xamarin.iOS10/FFImageLoading.Transformations.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.forms/5.0.0.2244/lib/Xamarin.iOS10/Xamarin.Forms.Platform.iOS.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/aiforms.dialogs/1.0.12/lib/Xamarin.iOS10/AiForms.Dialogs.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/cardsview/2.8.0/lib/Xamarin.iOS10/PanCardView.iOS.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/octane.xam.videoplayer/3.1.0/lib/Xamarin.iOS10/Octane.Xamarin.Forms.VideoPlayer.iOS.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/plugin.badge/2.3.1/lib/Xamarin.iOS10/Plugin.Badge.iOS.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/plugin.segmentedcontrol.netstandard/5.4.5/lib/Xamarin.iOS10/Plugin.Segmented.Control.iOS.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/rg.plugins.popup/2.0.0.9/lib/xamarinios10/Rg.Plugins.Popup.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/skiasharp.views.forms/2.80.3/ref/xamarinios1.0/SkiaSharp.Views.Forms.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.controls.signaturepad.forms/3.0.0/lib/Xamarin.iOS/SignaturePad.Forms.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.forms/5.0.0.2244/lib/Xamarin.iOS10/Xamarin.Forms.Platform.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.forms/5.0.0.2244/lib/Xamarin.iOS10/Xamarin.Forms.Core.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: Binding
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/cardsview/2.8.0/lib/Xamarin.iOS10/PanCardView.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/imagecropper.forms.fix.v2/1.1.1/lib/Xamarin.iOS10/Stormlion.ImageCropper.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/imagecropper.forms.fix.v2/1.1.1/lib/Xamarin.iOS10/Stormlion.ImageCropper.iOS.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/octane.xam.videoplayer/3.1.0/lib/Xamarin.iOS10/Octane.Xamarin.Forms.VideoPlayer.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/plugin.badge/2.3.1/lib/Xamarin.iOS10/Plugin.Badge.Abstractions.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/plugin.segmentedcontrol.netstandard/5.4.5/lib/Xamarin.iOS10/Plugin.Segmented.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.customcontrols.repeaterview/1.2.3/lib/netstandard2.1/Xamarin.CustomControls.RepeaterView.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.forms/5.0.0.2244/lib/Xamarin.iOS10/Xamarin.Forms.Xaml.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.forms.googlemaps/3.3.0/lib/Xamarin.iOS10/Xamarin.Forms.GoogleMaps.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.forms.googlemaps/3.3.0/lib/Xamarin.iOS10/Xamarin.Forms.GoogleMaps.iOS.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.forms.maps/5.0.0.2196/lib/Xamarin.iOS10/Xamarin.Forms.Maps.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.forms.maps/5.0.0.2196/lib/Xamarin.iOS10/Xamarin.Forms.Maps.iOS.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.communitytoolkit/1.3.0/lib/xamarinios10/Xamarin.CommunityToolkit.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: Project file item includes which caused reference "/Users/nelsonromero/.nuget/packages/xamarin.communitytoolkit/1.3.0/lib/xamarinios10/Xamarin.CommunityToolkit.dll".
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.communitytoolkit/1.3.0/lib/xamarinios10/Xamarin.CommunityToolkit.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/Projects/applab/V2/Universal/Universal/bin/Debug/netstandard2.1/Universal.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.ffimageloading/2.4.11.982/lib/Xamarin.iOS10/FFImageLoading.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: Project file item includes which caused reference "/Users/nelsonromero/.nuget/packages/xamarin.ffimageloading/2.4.11.982/lib/Xamarin.iOS10/FFImageLoading.dll".
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.ffimageloading/2.4.11.982/lib/Xamarin.iOS10/FFImageLoading.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/Projects/applab/V2/Universal/Universal/bin/Debug/netstandard2.1/Universal.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.ffimageloading/2.4.11.982/lib/Xamarin.iOS10/FFImageLoading.Platform.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.ffimageloading.forms/2.4.11.982/lib/Xamarin.iOS10/FFImageLoading.Forms.Platform.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.ffimageloading.forms/2.4.11.982/lib/Xamarin.iOS10/FFImageLoading.Forms.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.ffimageloading.svg/2.4.11.982/lib/Xamarin.iOS10/FFImageLoading.Svg.Platform.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.ffimageloading.svg.forms/2.4.11.982/lib/Xamarin.iOS10/FFImageLoading.Svg.Forms.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.ffimageloading.transformations/2.4.11.982/lib/Xamarin.iOS10/FFImageLoading.Transformations.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.forms/5.0.0.2244/lib/Xamarin.iOS10/Xamarin.Forms.Platform.iOS.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: Project file item includes which caused reference "/Users/nelsonromero/.nuget/packages/xamarin.forms/5.0.0.2244/lib/Xamarin.iOS10/Xamarin.Forms.Platform.iOS.dll".
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.forms/5.0.0.2244/lib/Xamarin.iOS10/Xamarin.Forms.Platform.iOS.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/aiforms.dialogs/1.0.12/lib/Xamarin.iOS10/AiForms.Dialogs.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/Projects/applab/V2/Universal/Universal/bin/Debug/netstandard2.1/Universal.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/cardsview/2.8.0/lib/Xamarin.iOS10/PanCardView.iOS.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/octane.xam.videoplayer/3.1.0/lib/Xamarin.iOS10/Octane.Xamarin.Forms.VideoPlayer.iOS.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/plugin.badge/2.3.1/lib/Xamarin.iOS10/Plugin.Badge.iOS.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/plugin.segmentedcontrol.netstandard/5.4.5/lib/Xamarin.iOS10/Plugin.Segmented.Control.iOS.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/rg.plugins.popup/2.0.0.9/lib/xamarinios10/Rg.Plugins.Popup.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/skiasharp.views.forms/2.80.3/ref/xamarinios1.0/SkiaSharp.Views.Forms.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.communitytoolkit/1.3.0/lib/xamarinios10/Xamarin.CommunityToolkit.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.controls.signaturepad.forms/3.0.0/lib/Xamarin.iOS/SignaturePad.Forms.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.ffimageloading.forms/2.4.11.982/lib/Xamarin.iOS10/FFImageLoading.Forms.Platform.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.ffimageloading.forms/2.4.11.982/lib/Xamarin.iOS10/FFImageLoading.Forms.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.ffimageloading.svg.forms/2.4.11.982/lib/Xamarin.iOS10/FFImageLoading.Svg.Forms.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.forms/5.0.0.2244/lib/Xamarin.iOS10/Xamarin.Forms.Platform.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.forms/5.0.0.2244/lib/Xamarin.iOS10/Xamarin.Forms.Core.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: Binding
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/cardsview/2.8.0/lib/Xamarin.iOS10/PanCardView.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/imagecropper.forms.fix.v2/1.1.1/lib/Xamarin.iOS10/Stormlion.ImageCropper.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/imagecropper.forms.fix.v2/1.1.1/lib/Xamarin.iOS10/Stormlion.ImageCropper.iOS.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/octane.xam.videoplayer/3.1.0/lib/Xamarin.iOS10/Octane.Xamarin.Forms.VideoPlayer.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/plugin.badge/2.3.1/lib/Xamarin.iOS10/Plugin.Badge.Abstractions.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/plugin.segmentedcontrol.netstandard/5.4.5/lib/Xamarin.iOS10/Plugin.Segmented.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.customcontrols.repeaterview/1.2.3/lib/netstandard2.1/Xamarin.CustomControls.RepeaterView.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.forms/5.0.0.2244/lib/Xamarin.iOS10/Xamarin.Forms.Xaml.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.forms.googlemaps/3.3.0/lib/Xamarin.iOS10/Xamarin.Forms.GoogleMaps.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.forms.googlemaps/3.3.0/lib/Xamarin.iOS10/Xamarin.Forms.GoogleMaps.iOS.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.forms.maps/5.0.0.2196/lib/Xamarin.iOS10/Xamarin.Forms.Maps.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.forms.maps/5.0.0.2196/lib/Xamarin.iOS10/Xamarin.Forms.Maps.iOS.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: References which depend on "System.Net.Http, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" [].
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/windowsazure.storage/9.3.3/lib/netstandard1.3/Microsoft.WindowsAzure.Storage.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: Project file item includes which caused reference "/Users/nelsonromero/.nuget/packages/windowsazure.storage/9.3.3/lib/netstandard1.3/Microsoft.WindowsAzure.Storage.dll".
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/windowsazure.storage/9.3.3/lib/netstandard1.3/Microsoft.WindowsAzure.Storage.dll
Consider app.config remapping of assembly "Autofac, Culture=neutral, PublicKeyToken=17863af14b0044da" from Version "5.0.0.0" [] to Version "6.2.0.0" [/Users/nelsonromero/.nuget/packages/autofac/6.2.0/lib/netstandard2.1/Autofac.dll] to solve conflict and get rid of warning.
Consider app.config remapping of assembly "Newtonsoft.Json, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed" from Version "12.0.0.0" [] to Version "13.0.0.0" [/Users/nelsonromero/.nuget/packages/newtonsoft.json/13.0.1/lib/netstandard2.0/Newtonsoft.Json.dll] to solve conflict and get rid of warning.
Consider app.config remapping of assembly "SkiaSharp, Culture=neutral, PublicKeyToken=0738eb9f132ed756" from Version "1.68.0.0" [] to Version "2.80.0.0" [/Users/nelsonromero/.nuget/packages/skiasharp/2.80.3/lib/xamarinios1.0/SkiaSharp.dll] to solve conflict and get rid of warning.
Consider app.config remapping of assembly "SQLitePCLRaw.core, Culture=neutral, PublicKeyToken=1488e028ca7ab535" from Version "1.1.14.520" [] to Version "2.0.4.976" [/Users/nelsonromero/.nuget/packages/sqlitepclraw.core/2.0.4/lib/netstandard2.0/SQLitePCLRaw.core.dll] to solve conflict and get rid of warning.
Consider app.config remapping of assembly "SQLitePCLRaw.provider.internal, Culture=neutral, PublicKeyToken=89ae75803b2c608d" from Version "1.1.14.520" [/Users/nelsonromero/.nuget/packages/sqlitepclraw.provider.internal.ios_unified/1.1.14/lib/Xamarin.iOS10/SQLitePCLRaw.provider.internal.dll] to Version "2.0.4.976" [/Users/nelsonromero/.nuget/packages/sqlitepclraw.provider.internal/2.0.4/lib/netstandard2.0/SQLitePCLRaw.provider.internal.dll] to solve conflict and get rid of warning.
Consider app.config remapping of assembly "netstandard, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51" from Version "2.0.0.0" [] to Version "2.1.0.0" [/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/netstandard.dll] to solve conflict and get rid of warning.
Consider app.config remapping of assembly "System.Runtime, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "4.0.0.0" [] to Version "4.0.20.0" [] to solve conflict and get rid of warning.
Consider app.config remapping of assembly "System.Collections, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "4.0.0.0" [] to Version "4.0.10.0" [/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Collections.dll] to solve conflict and get rid of warning.
Consider app.config remapping of assembly "System.Diagnostics.Debug, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "4.0.0.0" [] to Version "4.0.10.0" [/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.Debug.dll] to solve conflict and get rid of warning.
Consider app.config remapping of assembly "System.Reflection, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "4.0.0.0" [] to Version "4.0.10.0" [] to solve conflict and get rid of warning.
Consider app.config remapping of assembly "System.Threading.Tasks, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "4.0.0.0" [] to Version "4.0.10.0" [/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Threading.Tasks.dll] to solve conflict and get rid of warning.
Consider app.config remapping of assembly "System.Threading, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "4.0.0.0" [] to Version "4.0.10.0" [/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Threading.dll] to solve conflict and get rid of warning.
Consider app.config remapping of assembly "System.Globalization, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "4.0.0.0" [] to Version "4.0.10.0" [/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Globalization.dll] to solve conflict and get rid of warning.
Consider app.config remapping of assembly "System.Runtime.Extensions, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "4.0.0.0" [] to Version "4.0.10.0" [] to solve conflict and get rid of warning.
Consider app.config remapping of assembly "System.IO, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "4.0.0.0" [] to Version "4.0.10.0" [] to solve conflict and get rid of warning.
Consider app.config remapping of assembly "System.Text.RegularExpressions, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "4.0.0.0" [] to Version "4.0.10.0" [] to solve conflict and get rid of warning.
Consider app.config remapping of assembly "System.Net.Primitives, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "4.0.0.0" [] to Version "4.0.10.0" [/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.Primitives.dll] to solve conflict and get rid of warning.
Consider app.config remapping of assembly "System.Text.Encoding, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" from Version "4.0.0.0" [] to Version "4.0.10.0" [/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Text.Encoding.dll] to solve conflict and get rid of warning.
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3276: Found conflicts between different versions of the same dependent assembly. Please set the "AutoGenerateBindingRedirects" property to true in the project file. For more information, see http://go.microsoft.com/fwlink/?LinkId=294190.
Done building target "ResolveAssemblyReferences" in project "Universal.iOS.csproj".
Target _UnpackLibraryResources:
Up to date: Assets.car
Target GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
Target XamlG:
Skipping target "XamlG" because it has no outputs.
Target CssG:
Skipping target "CssG" because it has no outputs.
Target CssG:
Skipping target "CssG" because it has no outputs.
Target XamlG:
Skipping target "XamlG" because it has no outputs.
Target 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:IOS;MOBILE;UNIFIED;DEBUG /errorendlocation /preferreduilang:en-US /reference:/Users/nelsonromero/.nuget/packages/acr.userdialogs/7.1.0.514/lib/xamarinios10/Acr.UserDialogs.dll /reference:/Users/nelsonromero/.nuget/packages/aiforms.dialogs/1.0.12/lib/Xamarin.iOS10/AiForms.Dialogs.dll /reference:/Users/nelsonromero/.nuget/packages/akavache.core/7.3.1/lib/xamarinios10/Akavache.Core.dll /reference:/Users/nelsonromero/.nuget/packages/akavache/7.3.1/lib/xamarinios10/Akavache.dll /reference:/Users/nelsonromero/.nuget/packages/akavache.sqlite3/7.3.1/lib/xamarinios10/Akavache.Sqlite3.dll /reference:/Users/nelsonromero/.nuget/packages/autofac/6.2.0/lib/netstandard2.1/Autofac.dll /reference:/Users/nelsonromero/.nuget/packages/autofac.extras.commonservicelocator/6.0.1/lib/netstandard2.0/Autofac.Extras.CommonServiceLocator.dll /reference:/Users/nelsonromero/.nuget/packages/automapper/10.1.1/lib/netstandard2.0/AutoMapper.dll /reference:/Users/nelsonromero/.nuget/packages/base64urlencoder/1.0.1/lib/netstandard2.0/Base64UrlEncoder.dll /reference:/Users/nelsonromero/Projects/applab/V2/Dependencies/Binding.dll /reference:/Users/nelsonromero/Projects/applab/V2/Dependencies/Binding.iOS.dll /reference:/Users/nelsonromero/.nuget/packages/btprogresshud/1.3.1/lib/xamarinios10/BTProgressHUD.dll /reference:/Users/nelsonromero/.nuget/packages/commonservicelocator/2.0.5/lib/netstandard2.1/CommonServiceLocator.dll /reference:/Users/nelsonromero/.nuget/packages/fabric/1.5.0/lib/Xamarin.iOS10/FabricSdk.dll /reference:/Users/nelsonromero/.nuget/packages/xamarin.ffimageloading/2.4.11.982/lib/Xamarin.iOS10/FFImageLoading.dll /reference:/Users/nelsonromero/.nuget/packages/xamarin.ffimageloading.forms/2.4.11.982/lib/Xamarin.iOS10/FFImageLoading.Forms.dll /reference:/Users/nelsonromero/.nuget/packages/xamarin.ffimageloading.forms/2.4.11.982/lib/Xamarin.iOS10/FFImageLoading.Forms.Platform.dll /reference:/Users/nelsonromero/.nuget/packages/xamarin.ffimageloading/2.4.11.982/lib/Xamarin.iOS10/FFImageLoading.Platform.dll /reference:/Users/nelsonromero/.nuget/packages/xamarin.ffimageloading.svg.forms/2.4.11.982/lib/Xamarin.iOS10/FFImageLoading.Svg.Forms.dll /reference:/Users/nelsonromero/.nuget/packages/xamarin.ffimageloading.svg/2.4.11.982/lib/Xamarin.iOS10/FFImageLoading.Svg.Platform.dll /reference:/Users/nelsonromero/.nuget/packages/xamarin.ffimageloading.transformations/2.4.11.982/lib/Xamarin.iOS10/FFImageLoading.Transformations.dll /reference:/Users/nelsonromero/.nuget/packages/xamarin.firebase.ios.abtesting/4.2.0/lib/xamarinios10/Firebase.ABTesting.dll /reference:/Users/nelsonromero/.nuget/packages/xamarin.firebase.ios.analytics/6.9.0/lib/xamarinios10/Firebase.Analytics.dll /reference:/Users/nelsonromero/.nuget/packages/xamarin.firebase.ios.core/6.10.4/lib/xamarinios10/Firebase.Core.dll /reference:/Users/nelsonromero/.nuget/packages/xamarin.firebase.ios.crashlytics/4.6.2/lib/xamarinios10/Firebase.Crashlytics.dll /reference:/Users/nelsonromero/.nuget/packages/xamarin.firebase.ios.installations/1.7.0/lib/xamarinios10/Firebase.Installations.dll /reference:/Users/nelsonromero/.nuget/packages/xamarin.firebase.ios.instanceid/4.8.0/lib/xamarinios10/Firebase.InstanceID.dll /reference:/Users/nelsonromero/.nuget/packages/xamarin.firebase.ios.performancemonitoring/3.3.0/lib/xamarinios10/Firebase.PerformanceMonitoring.dll /reference:/Users/nelsonromero/.nuget/packages/xamarin.firebase.ios.remoteconfig/4.9.1/lib/xamarinios10/Firebase.RemoteConfig.dll /reference:/Users/nelsonromero/.nuget/packages/mvvmlightlibsstd10/5.4.1.1/lib/xamarin.ios10/GalaSoft.MvvmLight.dll /reference:/Users/nelsonromero/.nuget/packages/mvvmlightlibsstd10/5.4.1.1/lib/xamarin.ios10/GalaSoft.MvvmLight.Platform.dll /reference:/Users/nelsonromero/.nuget/packages/xamarin.google.ios.analytics/3.17.0.6/lib/xamarinios10/Google.Analytics.dll /reference:/Users/nelsonromero/.nuget/packages/xamarin.google.ios.maps/3.5.0/lib/xamarinios10/Google.Maps.dll /reference:/Users/nelsonromero/.nuget/packages/microsoft.appcenter.analytics/4.3.0/lib/Xamarin.iOS10/Microsoft.AppCenter.Analytics.dll /reference:/Users/nelsonromero/.nuget/packages/microsoft.appcenter.analytics/4.3.0/lib/Xamarin.iOS10/Microsoft.AppCenter.Analytics.iOS.Bindings.dll /reference:/Users/nelsonromero/.nuget/packages/microsoft.appcenter.crashes/4.3.0/lib/Xamarin.iOS10/Microsoft.AppCenter.Crashes.dll /reference:/Users/nelsonromero/.nuget/packages/microsoft.appcenter.crashes/4.3.0/lib/Xamarin.iOS10/Microsoft.AppCenter.Crashes.iOS.Bindings.dll /reference:/Users/nelsonromero/.nuget/packages/microsoft.appcenter/4.3.0/lib/Xamarin.iOS10/Microsoft.AppCenter.dll /reference:/Users/nelsonromero/.nuget/packages/microsoft.appcenter/4.3.0/lib/Xamarin.iOS10/Microsoft.AppCenter.iOS.Bindings.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Microsoft.CSharp.dll /reference:/Users/nelsonromero/.nuget/packages/windowsazure.storage/9.3.3/lib/netstandard1.3/Microsoft.WindowsAzure.Storage.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/mscorlib.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/netstandard.dll /reference:/Users/nelsonromero/.nuget/packages/newtonsoft.json.bson/1.0.2/lib/netstandard2.0/Newtonsoft.Json.Bson.dll /reference:/Users/nelsonromero/.nuget/packages/newtonsoft.json/13.0.1/lib/netstandard2.0/Newtonsoft.Json.dll /reference:/Users/nelsonromero/.nuget/packages/octane.xam.videoplayer/3.1.0/lib/Xamarin.iOS10/Octane.Xamarin.Forms.VideoPlayer.dll /reference:/Users/nelsonromero/.nuget/packages/octane.xam.videoplayer/3.1.0/lib/Xamarin.iOS10/Octane.Xamarin.Forms.VideoPlayer.iOS.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/OpenTK-1.0.dll /reference:/Users/nelsonromero/.nuget/packages/cardsview/2.8.0/lib/Xamarin.iOS10/PanCardView.dll /reference:/Users/nelsonromero/.nuget/packages/cardsview/2.8.0/lib/Xamarin.iOS10/PanCardView.iOS.dll /reference:/Users/nelsonromero/.nuget/packages/plugin.badge/2.3.1/lib/Xamarin.iOS10/Plugin.Badge.Abstractions.dll /reference:/Users/nelsonromero/.nuget/packages/plugin.badge/2.3.1/lib/Xamarin.iOS10/Plugin.Badge.iOS.dll /reference:/Users/nelsonromero/.nuget/packages/xam.plugin.connectivity/3.2.0/lib/Xamarin.iOS10/Plugin.Connectivity.Abstractions.dll /reference:/Users/nelsonromero/.nuget/packages/xam.plugin.connectivity/3.2.0/lib/Xamarin.iOS10/Plugin.Connectivity.dll /reference:/Users/nelsonromero/.nuget/packages/xamarin.plugin.filepicker/2.1.41/lib/xamarinios10/Plugin.FilePicker.dll /reference:/Users/nelsonromero/.nuget/packages/plugin.fingerprint/2.1.4/lib/xamarinios10/Plugin.Fingerprint.dll /reference:/Users/nelsonromero/.nuget/packages/xam.plugin.geolocator/4.5.0.6/lib/xamarinios10/Plugin.Geolocator.dll /reference:/Users/nelsonromero/.nuget/packages/xam.plugin.media/5.0.1/lib/xamarinios10/Plugin.Media.dll /reference:/Users/nelsonromero/.nuget/packages/plugin.permissions/6.0.1/lib/xamarinios10/Plugin.Permissions.dll /reference:/Users/nelsonromero/.nuget/packages/plugin.segmentedcontrol.netstandard/5.4.5/lib/Xamarin.iOS10/Plugin.Segmented.Control.iOS.dll /reference:/Users/nelsonromero/.nuget/packages/plugin.segmentedcontrol.netstandard/5.4.5/lib/Xamarin.iOS10/Plugin.Segmented.dll /reference:/Users/nelsonromero/.nuget/packages/plugin.storereview/3.1.0/lib/xamarinios10/Plugin.StoreReview.dll /reference:/Users/nelsonromero/.nuget/packages/rg.plugins.popup/2.0.0.9/lib/xamarinios10/Rg.Plugins.Popup.dll /reference:/Users/nelsonromero/.nuget/packages/xamarin.controls.signaturepad/3.0.0/lib/Xamarin.iOS/SignaturePad.dll /reference:/Users/nelsonromero/.nuget/packages/xamarin.controls.signaturepad.forms/3.0.0/lib/Xamarin.iOS/SignaturePad.Forms.dll /reference:/Users/nelsonromero/.nuget/packages/skiasharp/2.80.3/lib/xamarinios1.0/SkiaSharp.dll /reference:/Users/nelsonromero/.nuget/packages/skiasharp.views.forms/2.80.3/ref/xamarinios1.0/SkiaSharp.Views.Forms.dll /reference:/Users/nelsonromero/.nuget/packages/skiasharp.views/2.80.3/lib/xamarinios1.0/SkiaSharp.Views.iOS.dll /reference:/Users/nelsonromero/.nuget/packages/splat/11.1.1/lib/netstandard2.0/Splat.dll /reference:/Users/nelsonromero/.nuget/packages/sqlitepclraw.bundle_e_sqlite3/2.0.4/lib/Xamarin.iOS10/SQLitePCLRaw.batteries_v2.dll /reference:/Users/nelsonromero/.nuget/packages/sqlitepclraw.core/2.0.4/lib/netstandard2.0/SQLitePCLRaw.core.dll /reference:/Users/nelsonromero/.nuget/packages/sqlitepclraw.lib.e_sqlite3.ios_unified.static/1.1.14/lib/Xamarin.iOS10/SQLitePCLRaw.lib.e_sqlite3.dll /reference:/Users/nelsonromero/.nuget/packages/sqlitepclraw.lib.e_sqlite3.ios/2.0.4/lib/xamarinios10/SQLitePCLRaw.lib.e_sqlite3.ios.dll /reference:/Users/nelsonromero/.nuget/packages/sqlitepclraw.provider.internal.ios_unified/1.1.14/lib/Xamarin.iOS10/SQLitePCLRaw.provider.internal.dll /reference:/Users/nelsonromero/.nuget/packages/sqlitepclraw.provider.internal/2.0.4/lib/netstandard2.0/SQLitePCLRaw.provider.internal.dll /reference:/Users/nelsonromero/.nuget/packages/imagecropper.forms.fix.v2/1.1.1/lib/Xamarin.iOS10/Stormlion.ImageCropper.dll /reference:/Users/nelsonromero/.nuget/packages/imagecropper.forms.fix.v2/1.1.1/lib/Xamarin.iOS10/Stormlion.ImageCropper.iOS.dll /reference:/Users/nelsonromero/.nuget/packages/system.buffers/4.4.0/ref/netstandard2.0/System.Buffers.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.Core.dll /reference:/Users/nelsonromero/.nuget/packages/system.diagnostics.diagnosticsource/4.7.1/lib/netstandard1.3/System.Diagnostics.DiagnosticSource.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Drawing.Common.dll /reference:/Users/nelsonromero/.nuget/packages/system.memory/4.5.3/lib/netstandard2.0/System.Memory.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.Net.Http.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.Numerics.dll /reference:/Users/nelsonromero/.nuget/packages/system.reactive/5.0.0/lib/netstandard2.0/System.Reactive.dll /reference:/Users/nelsonromero/.nuget/packages/system.runtime.compilerservices.unsafe/4.5.2/ref/netstandard2.0/System.Runtime.CompilerServices.Unsafe.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.Runtime.Serialization.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.Xml.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.Xml.Linq.dll /reference:/Users/nelsonromero/.nuget/packages/imagecropper.forms.fix.v2/1.1.1/lib/Xamarin.iOS10/TOCropViewController.dll /reference:/Users/nelsonromero/Projects/applab/V2/Universal/Universal/bin/Debug/netstandard2.1/Universal.dll /reference:/Users/nelsonromero/.nuget/packages/webp.touch/1.0.8/lib/Xamarin.iOS10/WebP.Touch.dll /reference:/Users/nelsonromero/.nuget/packages/xamarin.azure.notificationhubs.ios/3.1.1/lib/xamarinios10/Xamarin.Azure.NotificationHubs.iOS.dll /reference:/Users/nelsonromero/.nuget/packages/xamarin.communitytoolkit/1.3.0/lib/xamarinios10/Xamarin.CommunityToolkit.dll /reference:/Users/nelsonromero/.nuget/packages/xamarin.customcontrols.repeaterview/1.2.3/lib/netstandard2.1/Xamarin.CustomControls.RepeaterView.dll /reference:/Users/nelsonromero/.nuget/packages/xamarin.essentials/1.7.0/lib/xamarinios10/Xamarin.Essentials.dll /reference:/Users/nelsonromero/.nuget/packages/xamarin.forms/5.0.0.2244/lib/Xamarin.iOS10/Xamarin.Forms.Core.dll /reference:/Users/nelsonromero/.nuget/packages/xamarin.forms.googlemaps/3.3.0/lib/Xamarin.iOS10/Xamarin.Forms.GoogleMaps.dll /reference:/Users/nelsonromero/.nuget/packages/xamarin.forms.googlemaps/3.3.0/lib/Xamarin.iOS10/Xamarin.Forms.GoogleMaps.iOS.dll /reference:/Users/nelsonromero/.nuget/packages/xamarin.forms.maps/5.0.0.2196/lib/Xamarin.iOS10/Xamarin.Forms.Maps.dll /reference:/Users/nelsonromero/.nuget/packages/xamarin.forms.maps/5.0.0.2196/lib/Xamarin.iOS10/Xamarin.Forms.Maps.iOS.dll /reference:/Users/nelsonromero/.nuget/packages/xamarin.forms/5.0.0.2244/lib/Xamarin.iOS10/Xamarin.Forms.Platform.dll /reference:/Users/nelsonromero/.nuget/packages/xamarin.forms/5.0.0.2244/lib/Xamarin.iOS10/Xamarin.Forms.Platform.iOS.dll /reference:/Users/nelsonromero/.nuget/packages/xamarin.forms/5.0.0.2244/lib/Xamarin.iOS10/Xamarin.Forms.Xaml.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Xamarin.iOS.dll /reference:/Users/nelsonromero/.nuget/packages/zxing.net/0.16.6/lib/netstandard2.1/zxing.dll /reference:/Users/nelsonromero/.nuget/packages/zxing.net.mobile/3.1.0-beta2/lib/xamarinios10/ZXingNetMobile.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/Microsoft.Win32.Primitives.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/Microsoft.Win32.Registry.AccessControl.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/Microsoft.Win32.Registry.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.AppContext.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Collections.Concurrent.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Collections.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Collections.NonGeneric.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Collections.Specialized.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ComponentModel.Annotations.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ComponentModel.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ComponentModel.EventBasedAsync.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ComponentModel.Primitives.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ComponentModel.TypeConverter.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Console.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Data.Common.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Data.SqlClient.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.Contracts.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.Debug.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.FileVersionInfo.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.Process.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.StackTrace.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.TextWriterTraceListener.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.Tools.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.TraceEvent.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.TraceSource.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.Tracing.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Drawing.Primitives.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Dynamic.Runtime.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Globalization.Calendars.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Globalization.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Globalization.Extensions.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.Compression.ZipFile.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.FileSystem.AccessControl.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.FileSystem.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.FileSystem.DriveInfo.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.FileSystem.Primitives.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.FileSystem.Watcher.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.IsolatedStorage.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.MemoryMappedFiles.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.Pipes.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.UnmanagedMemoryStream.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Linq.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Linq.Expressions.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Linq.Parallel.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Linq.Queryable.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.AuthenticationManager.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.Cache.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.HttpListener.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.Mail.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.NameResolution.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.NetworkInformation.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.Ping.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.Primitives.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.Requests.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.Security.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.ServicePoint.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.Sockets.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.Utilities.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.WebHeaderCollection.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.WebSockets.Client.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.WebSockets.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ObjectModel.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Reflection.DispatchProxy.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Reflection.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Reflection.Emit.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Reflection.Emit.ILGeneration.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Reflection.Emit.Lightweight.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Reflection.Extensions.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Reflection.Primitives.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Reflection.TypeExtensions.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Resources.Reader.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Resources.ReaderWriter.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Resources.ResourceManager.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Resources.Writer.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.CompilerServices.VisualC.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.Extensions.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.Handles.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.InteropServices.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.InteropServices.RuntimeInformation.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.InteropServices.WindowsRuntime.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.Loader.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.Numerics.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.Serialization.Formatters.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.Serialization.Json.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.Serialization.Primitives.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.Serialization.Xml.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.AccessControl.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Claims.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Algorithms.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Cng.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Csp.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.DeriveBytes.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Encoding.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Encryption.Aes.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Encryption.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Encryption.ECDiffieHellman.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Encryption.ECDsa.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Hashing.Algorithms.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Hashing.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.OpenSsl.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Pkcs.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Primitives.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.ProtectedData.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.RandomNumberGenerator.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.RSA.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.X509Certificates.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Principal.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Principal.Windows.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.SecureString.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ServiceModel.Duplex.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ServiceModel.Http.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ServiceModel.NetTcp.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ServiceModel.Primitives.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ServiceModel.Security.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ServiceProcess.ServiceController.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Text.Encoding.CodePages.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Text.Encoding.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Text.Encoding.Extensions.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Text.RegularExpressions.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Threading.AccessControl.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Threading.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Threading.Overlapped.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Threading.Tasks.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Threading.Tasks.Extensions.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Threading.Tasks.Parallel.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Threading.Thread.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Threading.ThreadPool.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Threading.Timer.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ValueTuple.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Xml.ReaderWriter.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Xml.XDocument.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Xml.XmlDocument.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Xml.XmlSerializer.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Xml.XPath.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Xml.XPath.XDocument.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Xml.XPath.XmlDocument.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Xml.Xsl.Primitives.dll /debug+ /debug:full /nowin32manifest /optimize- /out:obj/iPhone/Debug/Universal.iOS.exe /target:exe /utf8output /langversion:7.3 Main.cs AppDelegate.cs Services/PhoneService.cs Properties/AssemblyInfo.cs Services/AnalyticsService.cs Services/FileService.cs Renderers/ExtendedSwitchRenderer.cs Services/FileSelectService.cs Linker/LinkerPleaseInclude.cs Renderers/ExtendedNavigationRenderer.cs Renderers/ExtendedViewCellRenderer.cs Services/NotificationService.cs Services/CrashlyticsService.cs Renderers/ShowHidePasswordEntryRenderer.cs Renderers/ExtendedContextActionsRenderer.cs Services/CloseApplication.cs Renderers/ExtendedPageRenderer.cs Services/OpenSettingsService.cs Renderers/CircleProgressRenderer.cs Renderers/SearchbarWithoutCancelRederer.cs Services/SessionManager.cs ../../Universal.Watch/Universal.Watch.WatchOSExtension/SessionManager/WCSessionManager.cs Renderers/ProgressControlRenderer.cs Services/OrientationHandler.cs Services/ClearCookies.cs Renderers/CustomColorEntryRenderer.cs Effects/BorderlessEffect.cs Effects/IOSLongPressEffect.cs Renderers/SearchBarWithoutCancelRederer.cs Renderers/iOSCalendarRenderer.cs Effects/BorderlessEffect.cs Dependencies/PluginWrapperDependency.cs /Users/nelsonromero/.nuget/packages/xamarin.communitytoolkit/1.3.0/build/PreserveXamarinCommunityToolkit.cs "obj/iPhone/Debug/Xamarin.iOS,Version=v1.0.AssemblyAttributes.cs"
CSC : warning CS2002: Source file '/Users/nelsonromero/Projects/applab/V2/Universal/Universal.iOS/Renderers/SearchBarWithoutCancelRederer.cs' specified multiple times
CSC : warning CS2002: Source file '/Users/nelsonromero/Projects/applab/V2/Universal/Universal.iOS/Effects/BorderlessEffect.cs' specified multiple times
/Users/nelsonromero/Projects/applab/V2/Universal/Universal.iOS/Services/PhoneService.cs(18,13,18,58): warning CS0618: 'Device.OpenUri(Uri)' is obsolete: 'OpenUri is obsolete as of version 4.3.0. Use Launcher.OpenAsync (or CanOpenAsync, or TryOpenAsync) from Xamarin.Essentials instead.'
/Users/nelsonromero/Projects/applab/V2/Universal/Universal.iOS/Services/PhoneService.cs(31,17,31,45): warning CS0618: 'Device.OpenUri(Uri)' is obsolete: 'OpenUri is obsolete as of version 4.3.0. Use Launcher.OpenAsync (or CanOpenAsync, or TryOpenAsync) from Xamarin.Essentials instead.'
/Users/nelsonromero/Projects/applab/V2/Universal/Universal.iOS/Services/NotificationService.cs(12,13,12,48): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal.iOS/Services/NotificationService.cs(10,27,10,48): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
/Users/nelsonromero/Projects/applab/V2/Universal.Watch/Universal.Watch.WatchOSExtension/SessionManager/WCSessionManager.cs(109,33,109,102): warning CS0618: 'NSDictionary<NSString, NSObject>.FromObjectsAndKeys(NSString[], NSObject[])' is obsolete: ''TKey' and 'TValue' are inversed and won't work unless both types are identical. Use the generic overload that takes a count parameter instead.'
/Users/nelsonromero/Projects/applab/V2/Universal/Universal.iOS/AppDelegate.cs(52,43,52,73): warning CS0618: 'RemoteConfigSettings.RemoteConfigSettings(bool)' is obsolete: 'This no longer needs to be set during development.'
/Users/nelsonromero/Projects/applab/V2/Universal/Universal.iOS/Services/FileService.cs(186,35,186,54): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal.iOS/AppDelegate.cs(228,27,228,48): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal.iOS/Dependencies/PluginWrapperDependency.cs(500,25,500,26): warning CS0219: The variable 'a' is assigned but its value is never used
/Users/nelsonromero/Projects/applab/V2/Universal/Universal.iOS/Dependencies/PluginWrapperDependency.cs(498,34,498,36): warning CS0168: The variable 'ex' is declared but never used
CompilerServer: server - server processed compilation - 3e6da81e-23bd-4a60-af68-339c75f08b83
Done building target "CoreCompile" in project "Universal.iOS.csproj".
Target _CopyFilesMarkedCopyLocal:
Copying file from "/Users/nelsonromero/.nuget/packages/sqlitepclraw.provider.internal/2.0.4/lib/netstandard2.0/SQLitePCLRaw.provider.internal.dll" to "/Users/nelsonromero/Projects/applab/V2/Universal/Universal.iOS/bin/iPhone/Debug/SQLitePCLRaw.provider.internal.dll".
Copying file from "/Users/nelsonromero/.nuget/packages/sqlitepclraw.provider.internal.ios_unified/1.1.14/lib/Xamarin.iOS10/SQLitePCLRaw.provider.internal.dll" to "/Users/nelsonromero/Projects/applab/V2/Universal/Universal.iOS/bin/iPhone/Debug/SQLitePCLRaw.provider.internal.dll".
Copying file from "/Users/nelsonromero/Projects/applab/V2/Universal/Universal/bin/Debug/netstandard2.1/Universal.dll" to "/Users/nelsonromero/Projects/applab/V2/Universal/Universal.iOS/bin/iPhone/Debug/Universal.dll".
Copying file from "/Users/nelsonromero/Projects/applab/V2/Universal/Universal/bin/Debug/netstandard2.1/Universal.pdb" to "/Users/nelsonromero/Projects/applab/V2/Universal/Universal.iOS/bin/iPhone/Debug/Universal.pdb".
Copying file from "/Users/nelsonromero/Projects/applab/V2/Universal/Universal/bin/Debug/netstandard2.1/en/Universal.resources.dll" to "/Users/nelsonromero/Projects/applab/V2/Universal/Universal.iOS/bin/iPhone/Debug/en/Universal.resources.dll".
Touching "/Users/nelsonromero/Projects/applab/V2/Universal/Universal.iOS/obj/iPhone/Debug/Universal.iOS.csproj.CopyComplete".
Target GetCopyToOutputDirectoryItems:
Target _GetCopyToOutputDirectoryItemsFromTransitiveProjectReferences:
__________________________________________________
Project "/Users/nelsonromero/Projects/applab/V2/Universal/Universal.iOS/Universal.iOS.csproj" is building "/Users/nelsonromero/Projects/applab/V2/Universal/Universal/Universal.csproj" (GetCopyToOutputDirectoryItems target(s)):

Target CopyFilesToOutputDirectory:
Copying file from "/Users/nelsonromero/Projects/applab/V2/Universal/Universal.iOS/obj/iPhone/Debug/Universal.iOS.exe" to "/Users/nelsonromero/Projects/applab/V2/Universal/Universal.iOS/bin/iPhone/Debug/Universal.iOS.exe".
Universal.iOS -> /Users/nelsonromero/Projects/applab/V2/Universal/Universal.iOS/bin/iPhone/Debug/Universal.iOS.exe
Copying file from "/Users/nelsonromero/Projects/applab/V2/Universal/Universal.iOS/obj/iPhone/Debug/Universal.iOS.pdb" to "/Users/nelsonromero/Projects/applab/V2/Universal/Universal.iOS/bin/iPhone/Debug/Universal.iOS.pdb".
Target _CopyResourcesToBundle:
Skipping target "_CopyResourcesToBundle" because all output files are up-to-date with respect to the input files.
Target _DetectDebugNetworkConfiguration:
DebugIPAddresses:
Target _CompileAppManifest:
Skipping target "_CompileAppManifest" because all output files are up-to-date with respect to the input files.
Target _CompileToNative:
/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/bin/mtouch @/Users/nelsonromero/Projects/applab/V2/Universal/Universal.iOS/obj/iPhone/Debug/device-builds/iphone8.2-14.0.1/response-file.rsp "--gcc_flags=-ObjC -lc++ -lsqlite3 -lz -framework AVFoundation -framework Accelerate -framework CoreGraphics -framework CoreImage -framework CoreMedia -framework CoreTelephony -framework CoreVideo -framework FBLPromises -framework Foundation -framework GTMSessionFetcher -framework GoogleDataTransport -framework GoogleToolboxForMac -framework GoogleUtilities -framework GoogleUtilitiesComponents -framework LocalAuthentication -framework MLKitBarcodeScanning -framework MLKitCommon -framework MLKitFaceDetection -framework MLKitVision -framework Protobuf -framework Security -framework SystemConfiguration -framework UIKit -framework Trustkit -framework nanopb -framework OnboardingSDK -ObjC -ObjC -ObjC -lc++ -lz -ObjC -lc++ -lsqlite3 -lz -ObjC -lc++ -ObjC -lc++ -lsqlite3 -lz -L/Users/nelsonromero/Library/Caches/XamarinBuildDownload/GAnlytcs-3.17/Libraries -lGoogleAnalytics -force_load /Users/nelsonromero/Library/Caches/XamarinBuildDownload/GAnlytcs-3.17/Libraries/libGoogleAnalytics.a -ObjC -lz -lsqlite3"
Xamarin.iOS 14.20.0.24 (d16-10: c4b89cddb using framework: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk
MTOUCH : warning MT0109: The assembly 'SQLitePCLRaw.provider.internal.dll' was loaded from a different path than the provided path (provided path: /Users/nelsonromero/.nuget/packages/sqlitepclraw.provider.internal.ios_unified/1.1.14/lib/Xamarin.iOS10/SQLitePCLRaw.provider.internal.dll, actual path: /Users/nelsonromero/.nuget/packages/sqlitepclraw.provider.internal/2.0.4/lib/netstandard2.0/SQLitePCLRaw.provider.internal.dll).

MTOUCH : warning MT0178: Debugging symbol file for '/Users/nelsonromero/.nuget/packages/xam.plugin.connectivity/3.2.0/lib/Xamarin.iOS10/Plugin.Connectivity.dll' is not valid and was ignored.
        
MTOUCH : error MT2101: Can't resolve the reference 'System.Void UIKit.UITabBar::set_ScrollEdgeAppearance(UIKit.UITabBarAppearance)', referenced from the method 'System.Void Xamarin.Forms.Platform.iOS.TabbedRenderer::UpdateiOS15TabBarAppearance()' in 'Xamarin.iOS, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065'.

Done building target "_CompileToNative" in project "Universal.iOS.csproj" -- FAILED.

Done building project "Universal.iOS.csproj" -- FAILED.

Build FAILED.

/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Domain/BannerViewModel.cs(61,25,61,38): warning CS0108: 'BannerViewModel.SelectCommand' hides inherited member 'BaseOptionViewModel.SelectCommand'. Use the new keyword if hiding was intended.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Domain/VideoItemViewModel.cs(17,21,17,27): warning CS0108: 'VideoItemViewModel.IsBusy' hides inherited member 'BaseViewModel.IsBusy'. Use the new keyword if hiding was intended.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/AboutPageViewModel.cs(44,25,44,38): warning CS0108: 'AboutPageViewModel.SelectCommand' hides inherited member 'BaseOptionViewModel.SelectCommand'. Use the new keyword if hiding was intended.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/ContactUsPageViewModel.cs(20,25,20,38): warning CS0108: 'ContactUsPageViewModel.SelectCommand' hides inherited member 'BaseOptionViewModel.SelectCommand'. Use the new keyword if hiding was intended.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Domain/NotificationViewModel.cs(219,25,219,38): warning CS0108: 'NotificationViewModel.SelectCommand' hides inherited member 'BaseOptionViewModel.SelectCommand'. Use the new keyword if hiding was intended.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/UniversalOnlineViewModel.cs(532,25,532,38): warning CS0108: 'UniversalOnlineViewModel.SelectCommand' hides inherited member 'BaseOptionViewModel.SelectCommand'. Use the new keyword if hiding was intended.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/HomePageViewModel.cs(61,25,61,38): warning CS0108: 'HomePageViewModel.SelectCommand' hides inherited member 'BaseOptionViewModel.SelectCommand'. Use the new keyword if hiding was intended.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/ServicesPageViewModel.cs(13,25,13,38): warning CS0108: 'ServicesPageViewModel.SelectCommand' hides inherited member 'BaseOptionViewModel.SelectCommand'. Use the new keyword if hiding was intended.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/Pages/Biometry/BiometryPage.xaml.cs(68,34,68,36): warning CS0168: The variable 'ex' is declared but never used
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/Pages/Assistance/AssistancePage.xaml.cs(66,30,66,32): warning CS0168: The variable 'ex' is declared but never used
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/Pages/UniversalOnline/Appointments/GoldAssist/GoldAssistMapPage.xaml.cs(71,30,71,32): warning CS0168: The variable 'ex' is declared but never used
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/Pages/UniversalOnline/Appointments/Mobility/MobilityAppointmentMapPage.xaml.cs(71,30,71,32): warning CS0168: The variable 'ex' is declared but never used
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/Pages/UniversalOnline/Claims/CreateClaim/ClaimMapPage.xaml.cs(70,30,70,32): warning CS0168: The variable 'ex' is declared but never used
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/Pages/Assistance/AssistanceConfirmPage.xaml.cs(70,30,70,32): warning CS0168: The variable 'ex' is declared but never used
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/UpdateUserInformationPageViewModel.cs(32,21,32,50): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/UpdateUserInformationPageViewModel.cs(55,21,55,67): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/Services/DialogService.cs(28,27,28,32): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/Services/PermissionService.cs(76,26,76,89): warning CS0618: 'IPermissions.CheckPermissionStatusAsync(Permission)' is obsolete: 'CheckPermissionStatusAsync is deprecated, please use CheckPermissionStatusAsync instead.'
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/Services/PermissionService.cs(86,26,86,87): warning CS0618: 'IPermissions.RequestPermissionsAsync(params Permission[])' is obsolete: 'RequestPermissionsAsync is deprecated, please use RequestPermissionAsync instead.'
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Domain/AuthorizedDependentViewModel.cs(36,25,36,31): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Domain/DependentApprovedViewModel.cs(74,25,74,31): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/Services/FileSelectService.cs(84,31,84,33): warning CS0168: The variable 'ex' is declared but never used
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Domain/DependentConfigViewModel.cs(282,27,282,45): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/Services/AuthenticationService.cs(189,17,189,63): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Domain/DependentConfigViewModel.cs(411,27,411,36): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Domain/DependentConfigViewModel.cs(436,27,436,37): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Domain/RegisterViewModel.cs(77,27,77,34): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Domain/RefundSecondStepViewModel.cs(161,21,161,39): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/AssistancePageViewModel.cs(80,17,80,40): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/ClaimNewPageViewModel.cs(149,21,149,51): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/AssistancePageViewModel.cs(107,21,107,44): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/ContributePageViewModel.cs(149,21,149,37): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/ContributePageViewModel.cs(174,21,174,37): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Domain/ProductViewModel.cs(485,105,485,136): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/EmbassyCertificationPageViewModel.cs(42,21,42,59): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/CoverageQuotationPageViewModel.cs(73,25,73,45): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/CoverageQuotationPageViewModel.cs(96,25,96,45): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/ClaimNewPageViewModel.cs(423,17,423,56): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/CoverageQuotationPageViewModel.cs(147,25,147,45): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/ClaimNewPageViewModel.cs(490,21,490,48): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/DependentConfigPageViewModel.cs(127,27,127,45): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/DependentConfigPageViewModel.cs(148,27,148,36): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/CreateRetirementPageViewModel.cs(298,25,298,45): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/ClaimNewPageViewModel.cs(618,25,618,46): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/ClaimNewPageViewModel.cs(622,25,622,48): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/UniversalOfficesPageViewModel.cs(60,29,60,49): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/TravelsPageViewModel.cs(141,21,141,36): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/ClaimNewPageViewModel.cs(668,21,668,42): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/LoaderPageViewModel.cs(90,21,90,54): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/LoaderPageViewModel.cs(91,21,91,67): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/NotificationControlPageViewModel.cs(150,28,150,34): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/NotificationsListPageViewModel.cs(102,28,102,46): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/ContributePageViewModel.cs(722,27,722,41): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/CreateRetirementPageViewModel.cs(750,21,750,42): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/ProductGoldPageViewModel.cs(61,21,61,50): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/ProductGoldPageViewModel.cs(86,21,86,69): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/GoldAssistPageViewModel.cs(906,30,906,32): warning CS0168: The variable 'ex' is declared but never used
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/ProfilePageViewModel.cs(231,21,231,40): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/ProfilePageViewModel.cs(596,20,596,30): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/ProvidersPageViewModel.cs(135,21,135,36): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/ProvidersPageViewModel.cs(161,29,161,46): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/ProductsPageViewModel.cs(223,21,223,39): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/RequestMobilityAppointmentPageViewModel.cs(95,21,95,42): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/RescuePageViewModel.cs(74,21,74,42): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/ClaimNewPageViewModel.cs(1523,25,1523,53): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/ClaimNewPageViewModel.cs(1526,21,1526,103): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/RequestMobilityAppointmentPageViewModel.cs(1027,30,1027,32): warning CS0168: The variable 'ex' is declared but never used
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/ClaimNewPageViewModel.cs(2110,30,2110,32): warning CS0168: The variable 'ex' is declared but never used
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/RefundNewPageViewModel.cs(1179,17,1179,45): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/Pages/UniversalOnline/Claims/ClaimsPage.xaml.cs(9,24,9,25): warning CS0169: The field 'ClaimsPage.x' is never used
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/Pages/UniversalOnline/Claims/ClaimsPage.xaml.cs(9,27,9,28): warning CS0169: The field 'ClaimsPage.y' is never used
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/CardsPageViewModel.cs(20,21,20,36): warning CS0169: The field 'CardsPageViewModel.currentCategory' is never used
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/TravelsPageViewModel.cs(24,19,24,36): warning CS0169: The field 'TravelsPageViewModel.quantityTravelers' is never used
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/RequestMobilityAppointmentPageViewModel.cs(61,15,61,27): warning CS0169: The field 'RequestMobilityAppointmentPageViewModel.isServiceOwn' is never used
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/Models/Domain/Card.cs(7,24,7,32): warning CS0169: The field 'Card.category' is never used
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Domain/CardViewModel.cs(530,24,530,32): warning CS0169: The field 'CardViewModel.category' is never used
/Users/nelsonromero/Projects/applab/V2/Universal/Universal/ViewModels/Pages/RefundNewPageViewModel.cs(1094,31,1094,40): warning CS0414: The field 'RefundNewPageViewModel.limitByte' is assigned but its value is never used
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3243: No way to resolve conflict between "SQLitePCLRaw.provider.internal, Version=2.0.4.976, Culture=neutral, PublicKeyToken=89ae75803b2c608d" and "SQLitePCLRaw.provider.internal, Version=1.1.14.520, Culture=neutral, PublicKeyToken=89ae75803b2c608d". Choosing "SQLitePCLRaw.provider.internal, Version=2.0.4.976, Culture=neutral, PublicKeyToken=89ae75803b2c608d" arbitrarily.
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: Found conflicts between different versions of "Microsoft.CSharp" that could not be resolved.
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: There was a conflict between "Microsoft.CSharp, Version=2.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "Microsoft.CSharp, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: "Microsoft.CSharp, Version=2.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" was chosen because it was primary and "Microsoft.CSharp, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" was not.
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: References which depend on "Microsoft.CSharp, Version=2.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" [/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Microsoft.CSharp.dll].
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Microsoft.CSharp.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: Project file item includes which caused reference "/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Microsoft.CSharp.dll".
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: Microsoft.CSharp
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: References which depend on "Microsoft.CSharp, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" [].
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/automapper/10.1.1/lib/netstandard2.0/AutoMapper.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: Project file item includes which caused reference "/Users/nelsonromero/.nuget/packages/automapper/10.1.1/lib/netstandard2.0/AutoMapper.dll".
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/automapper/10.1.1/lib/netstandard2.0/AutoMapper.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: Found conflicts between different versions of "System.Net.Http" that could not be resolved.
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: There was a conflict between "System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" and "System.Net.Http, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: "System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" was chosen because it was primary and "System.Net.Http, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" was not.
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: References which depend on "System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" [/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.Net.Http.dll].
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.Net.Http.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: Project file item includes which caused reference "/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.Net.Http.dll".
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: System.Net.Http
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.communitytoolkit/1.3.0/lib/xamarinios10/Xamarin.CommunityToolkit.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/Projects/applab/V2/Universal/Universal/bin/Debug/netstandard2.1/Universal.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.ffimageloading/2.4.11.982/lib/Xamarin.iOS10/FFImageLoading.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.ffimageloading/2.4.11.982/lib/Xamarin.iOS10/FFImageLoading.Platform.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.ffimageloading.forms/2.4.11.982/lib/Xamarin.iOS10/FFImageLoading.Forms.Platform.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.ffimageloading.forms/2.4.11.982/lib/Xamarin.iOS10/FFImageLoading.Forms.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.ffimageloading.svg/2.4.11.982/lib/Xamarin.iOS10/FFImageLoading.Svg.Platform.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.ffimageloading.svg.forms/2.4.11.982/lib/Xamarin.iOS10/FFImageLoading.Svg.Forms.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.ffimageloading.transformations/2.4.11.982/lib/Xamarin.iOS10/FFImageLoading.Transformations.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.forms/5.0.0.2244/lib/Xamarin.iOS10/Xamarin.Forms.Platform.iOS.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/aiforms.dialogs/1.0.12/lib/Xamarin.iOS10/AiForms.Dialogs.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/cardsview/2.8.0/lib/Xamarin.iOS10/PanCardView.iOS.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/octane.xam.videoplayer/3.1.0/lib/Xamarin.iOS10/Octane.Xamarin.Forms.VideoPlayer.iOS.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/plugin.badge/2.3.1/lib/Xamarin.iOS10/Plugin.Badge.iOS.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/plugin.segmentedcontrol.netstandard/5.4.5/lib/Xamarin.iOS10/Plugin.Segmented.Control.iOS.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/rg.plugins.popup/2.0.0.9/lib/xamarinios10/Rg.Plugins.Popup.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/skiasharp.views.forms/2.80.3/ref/xamarinios1.0/SkiaSharp.Views.Forms.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.controls.signaturepad.forms/3.0.0/lib/Xamarin.iOS/SignaturePad.Forms.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.forms/5.0.0.2244/lib/Xamarin.iOS10/Xamarin.Forms.Platform.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.forms/5.0.0.2244/lib/Xamarin.iOS10/Xamarin.Forms.Core.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: Binding
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/cardsview/2.8.0/lib/Xamarin.iOS10/PanCardView.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/imagecropper.forms.fix.v2/1.1.1/lib/Xamarin.iOS10/Stormlion.ImageCropper.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/imagecropper.forms.fix.v2/1.1.1/lib/Xamarin.iOS10/Stormlion.ImageCropper.iOS.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/octane.xam.videoplayer/3.1.0/lib/Xamarin.iOS10/Octane.Xamarin.Forms.VideoPlayer.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/plugin.badge/2.3.1/lib/Xamarin.iOS10/Plugin.Badge.Abstractions.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/plugin.segmentedcontrol.netstandard/5.4.5/lib/Xamarin.iOS10/Plugin.Segmented.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.customcontrols.repeaterview/1.2.3/lib/netstandard2.1/Xamarin.CustomControls.RepeaterView.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.forms/5.0.0.2244/lib/Xamarin.iOS10/Xamarin.Forms.Xaml.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.forms.googlemaps/3.3.0/lib/Xamarin.iOS10/Xamarin.Forms.GoogleMaps.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.forms.googlemaps/3.3.0/lib/Xamarin.iOS10/Xamarin.Forms.GoogleMaps.iOS.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.forms.maps/5.0.0.2196/lib/Xamarin.iOS10/Xamarin.Forms.Maps.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.forms.maps/5.0.0.2196/lib/Xamarin.iOS10/Xamarin.Forms.Maps.iOS.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.communitytoolkit/1.3.0/lib/xamarinios10/Xamarin.CommunityToolkit.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: Project file item includes which caused reference "/Users/nelsonromero/.nuget/packages/xamarin.communitytoolkit/1.3.0/lib/xamarinios10/Xamarin.CommunityToolkit.dll".
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.communitytoolkit/1.3.0/lib/xamarinios10/Xamarin.CommunityToolkit.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/Projects/applab/V2/Universal/Universal/bin/Debug/netstandard2.1/Universal.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.ffimageloading/2.4.11.982/lib/Xamarin.iOS10/FFImageLoading.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: Project file item includes which caused reference "/Users/nelsonromero/.nuget/packages/xamarin.ffimageloading/2.4.11.982/lib/Xamarin.iOS10/FFImageLoading.dll".
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.ffimageloading/2.4.11.982/lib/Xamarin.iOS10/FFImageLoading.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/Projects/applab/V2/Universal/Universal/bin/Debug/netstandard2.1/Universal.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.ffimageloading/2.4.11.982/lib/Xamarin.iOS10/FFImageLoading.Platform.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.ffimageloading.forms/2.4.11.982/lib/Xamarin.iOS10/FFImageLoading.Forms.Platform.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.ffimageloading.forms/2.4.11.982/lib/Xamarin.iOS10/FFImageLoading.Forms.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.ffimageloading.svg/2.4.11.982/lib/Xamarin.iOS10/FFImageLoading.Svg.Platform.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.ffimageloading.svg.forms/2.4.11.982/lib/Xamarin.iOS10/FFImageLoading.Svg.Forms.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.ffimageloading.transformations/2.4.11.982/lib/Xamarin.iOS10/FFImageLoading.Transformations.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.forms/5.0.0.2244/lib/Xamarin.iOS10/Xamarin.Forms.Platform.iOS.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: Project file item includes which caused reference "/Users/nelsonromero/.nuget/packages/xamarin.forms/5.0.0.2244/lib/Xamarin.iOS10/Xamarin.Forms.Platform.iOS.dll".
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.forms/5.0.0.2244/lib/Xamarin.iOS10/Xamarin.Forms.Platform.iOS.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/aiforms.dialogs/1.0.12/lib/Xamarin.iOS10/AiForms.Dialogs.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/Projects/applab/V2/Universal/Universal/bin/Debug/netstandard2.1/Universal.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/cardsview/2.8.0/lib/Xamarin.iOS10/PanCardView.iOS.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/octane.xam.videoplayer/3.1.0/lib/Xamarin.iOS10/Octane.Xamarin.Forms.VideoPlayer.iOS.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/plugin.badge/2.3.1/lib/Xamarin.iOS10/Plugin.Badge.iOS.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/plugin.segmentedcontrol.netstandard/5.4.5/lib/Xamarin.iOS10/Plugin.Segmented.Control.iOS.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/rg.plugins.popup/2.0.0.9/lib/xamarinios10/Rg.Plugins.Popup.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/skiasharp.views.forms/2.80.3/ref/xamarinios1.0/SkiaSharp.Views.Forms.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.communitytoolkit/1.3.0/lib/xamarinios10/Xamarin.CommunityToolkit.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.controls.signaturepad.forms/3.0.0/lib/Xamarin.iOS/SignaturePad.Forms.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.ffimageloading.forms/2.4.11.982/lib/Xamarin.iOS10/FFImageLoading.Forms.Platform.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.ffimageloading.forms/2.4.11.982/lib/Xamarin.iOS10/FFImageLoading.Forms.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.ffimageloading.svg.forms/2.4.11.982/lib/Xamarin.iOS10/FFImageLoading.Svg.Forms.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.forms/5.0.0.2244/lib/Xamarin.iOS10/Xamarin.Forms.Platform.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.forms/5.0.0.2244/lib/Xamarin.iOS10/Xamarin.Forms.Core.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: Binding
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/cardsview/2.8.0/lib/Xamarin.iOS10/PanCardView.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/imagecropper.forms.fix.v2/1.1.1/lib/Xamarin.iOS10/Stormlion.ImageCropper.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/imagecropper.forms.fix.v2/1.1.1/lib/Xamarin.iOS10/Stormlion.ImageCropper.iOS.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/octane.xam.videoplayer/3.1.0/lib/Xamarin.iOS10/Octane.Xamarin.Forms.VideoPlayer.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/plugin.badge/2.3.1/lib/Xamarin.iOS10/Plugin.Badge.Abstractions.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/plugin.segmentedcontrol.netstandard/5.4.5/lib/Xamarin.iOS10/Plugin.Segmented.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.customcontrols.repeaterview/1.2.3/lib/netstandard2.1/Xamarin.CustomControls.RepeaterView.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.forms/5.0.0.2244/lib/Xamarin.iOS10/Xamarin.Forms.Xaml.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.forms.googlemaps/3.3.0/lib/Xamarin.iOS10/Xamarin.Forms.GoogleMaps.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.forms.googlemaps/3.3.0/lib/Xamarin.iOS10/Xamarin.Forms.GoogleMaps.iOS.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.forms.maps/5.0.0.2196/lib/Xamarin.iOS10/Xamarin.Forms.Maps.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/xamarin.forms.maps/5.0.0.2196/lib/Xamarin.iOS10/Xamarin.Forms.Maps.iOS.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: References which depend on "System.Net.Http, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" [].
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/windowsazure.storage/9.3.3/lib/netstandard1.3/Microsoft.WindowsAzure.Storage.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: Project file item includes which caused reference "/Users/nelsonromero/.nuget/packages/windowsazure.storage/9.3.3/lib/netstandard1.3/Microsoft.WindowsAzure.Storage.dll".
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3277: /Users/nelsonromero/.nuget/packages/windowsazure.storage/9.3.3/lib/netstandard1.3/Microsoft.WindowsAzure.Storage.dll
/Applications/Visual Studio.app/Contents/Resources/lib/monodevelop/bin/MSBuild/Current/bin/Microsoft.Common.CurrentVersion.targets(2218,5): warning MSB3276: Found conflicts between different versions of the same dependent assembly. Please set the "AutoGenerateBindingRedirects" property to true in the project file. For more information, see http://go.microsoft.com/fwlink/?LinkId=294190.
CSC : warning CS2002: Source file '/Users/nelsonromero/Projects/applab/V2/Universal/Universal.iOS/Renderers/SearchBarWithoutCancelRederer.cs' specified multiple times
CSC : warning CS2002: Source file '/Users/nelsonromero/Projects/applab/V2/Universal/Universal.iOS/Effects/BorderlessEffect.cs' specified multiple times
/Users/nelsonromero/Projects/applab/V2/Universal/Universal.iOS/Services/PhoneService.cs(18,13,18,58): warning CS0618: 'Device.OpenUri(Uri)' is obsolete: 'OpenUri is obsolete as of version 4.3.0. Use Launcher.OpenAsync (or CanOpenAsync, or TryOpenAsync) from Xamarin.Essentials instead.'
/Users/nelsonromero/Projects/applab/V2/Universal/Universal.iOS/Services/PhoneService.cs(31,17,31,45): warning CS0618: 'Device.OpenUri(Uri)' is obsolete: 'OpenUri is obsolete as of version 4.3.0. Use Launcher.OpenAsync (or CanOpenAsync, or TryOpenAsync) from Xamarin.Essentials instead.'
/Users/nelsonromero/Projects/applab/V2/Universal/Universal.iOS/Services/NotificationService.cs(12,13,12,48): warning CS4014: Because this call is not awaited, execution of the current method continues before the call is completed. Consider applying the 'await' operator to the result of the call.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal.iOS/Services/NotificationService.cs(10,27,10,48): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
/Users/nelsonromero/Projects/applab/V2/Universal.Watch/Universal.Watch.WatchOSExtension/SessionManager/WCSessionManager.cs(109,33,109,102): warning CS0618: 'NSDictionary<NSString, NSObject>.FromObjectsAndKeys(NSString[], NSObject[])' is obsolete: ''TKey' and 'TValue' are inversed and won't work unless both types are identical. Use the generic overload that takes a count parameter instead.'
/Users/nelsonromero/Projects/applab/V2/Universal/Universal.iOS/AppDelegate.cs(52,43,52,73): warning CS0618: 'RemoteConfigSettings.RemoteConfigSettings(bool)' is obsolete: 'This no longer needs to be set during development.'
/Users/nelsonromero/Projects/applab/V2/Universal/Universal.iOS/Services/FileService.cs(186,35,186,54): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal.iOS/AppDelegate.cs(228,27,228,48): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread.
/Users/nelsonromero/Projects/applab/V2/Universal/Universal.iOS/Dependencies/PluginWrapperDependency.cs(500,25,500,26): warning CS0219: The variable 'a' is assigned but its value is never used
/Users/nelsonromero/Projects/applab/V2/Universal/Universal.iOS/Dependencies/PluginWrapperDependency.cs(498,34,498,36): warning CS0168: The variable 'ex' is declared but never used
MTOUCH : warning MT0109: The assembly 'SQLitePCLRaw.provider.internal.dll' was loaded from a different path than the provided path (provided path: /Users/nelsonromero/.nuget/packages/sqlitepclraw.provider.internal.ios_unified/1.1.14/lib/Xamarin.iOS10/SQLitePCLRaw.provider.internal.dll, actual path: /Users/nelsonromero/.nuget/packages/sqlitepclraw.provider.internal/2.0.4/lib/netstandard2.0/SQLitePCLRaw.provider.internal.dll).
MTOUCH : warning MT0178: Debugging symbol file for '/Users/nelsonromero/.nuget/packages/xam.plugin.connectivity/3.2.0/lib/Xamarin.iOS10/Plugin.Connectivity.dll' is not valid and was ignored.
MTOUCH : error MT2101: Can't resolve the reference 'System.Void UIKit.UITabBar::set_ScrollEdgeAppearance(UIKit.UITabBarAppearance)', referenced from the method 'System.Void Xamarin.Forms.Platform.iOS.TabbedRenderer::UpdateiOS15TabBarAppearance()' in 'Xamarin.iOS, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065'.
95 Warning(s)
1 Error(s)

Time Elapsed 00:01:56.69

========== Build: 1 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

Build: 1 error, 95 warnings

@rachelkang rachelkang transferred this issue from xamarin/xamarin-macios Nov 24, 2021
@jsuarezruiz jsuarezruiz added this to New in Triage via automation Nov 25, 2021
@jsuarezruiz jsuarezruiz added t/bug 🐛 s/unverified New report that has yet to be verified p/iOS 🍎 labels Nov 25, 2021
@jsuarezruiz
Copy link
Contributor

Could you attach a sample where reproduce the issue?. Thanks in advance.

@jsuarezruiz jsuarezruiz moved this from New to Needs Info in Triage Nov 25, 2021
@jsuarezruiz jsuarezruiz added the s/needs-info ❓ A question has been asked that requires an answer before work can continue on this issue. label Nov 25, 2021
@berlamont
Copy link

berlamont commented Nov 30, 2021

I am getting same issue when submitting to appstore with sdk only linking turned on. When I have the linker set to none the appstore requires I add four extra permissions to info.plist. I'm not sure the best way to help figure this out as the code base is not open source.

@nromero125
Copy link
Author

I just resolved the issue updating my xamarin.ios Version: 15.0.0.6, I was using 14.

@jfversluis
Copy link
Member

Seems to be resolved for the original author by updating to the latest bits. Thanks!

Triage automation moved this from Needs Info to Closed Dec 6, 2021
@sabrigo
Copy link

sabrigo commented Dec 9, 2021

I am already running with 15.0.0.8, however I still have this issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
p/iOS 🍎 s/needs-info ❓ A question has been asked that requires an answer before work can continue on this issue. s/unverified New report that has yet to be verified t/bug 🐛
Projects
Triage
  
Closed
Development

No branches or pull requests

5 participants