Skip to content

Instantly share code, notes, and snippets.

@lukashaertel
Created October 18, 2019 07:09
Show Gist options
  • Save lukashaertel/ba4626eb677b362727d37ef90c726e12 to your computer and use it in GitHub Desktop.
Save lukashaertel/ba4626eb677b362727d37ef90c726e12 to your computer and use it in GitHub Desktop.
Build output for xamarin/GoogleApisForiOSComponents, issue 311
Build started 10/18/2019 9:05:08 AM.
__________________________________________________
Project "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.csproj" (rebuild target(s)):
Building with tools version "Current".
Target "_CheckForUnsupportedTargetFramework" skipped, due to false condition; ('$(_UnsupportedTargetFrameworkError)' == 'true') was evaluated as ('' == 'true').
Target _CollectTargetFrameworkForTelemetry:
Using "Telemetry" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "Telemetry"
Done executing task "Telemetry".
Target "_CheckForUnsupportedNETCoreVersion" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' And '$(NETCoreAppMaximumVersion)' != '') was evaluated as ('.NETStandard' == '.NETCoreApp' And '3.0' != '').
Target _CheckForUnsupportedNETStandardVersion:
Task "NETSdkError" skipped, due to false condition; ('$(_TargetFrameworkVersionWithoutV)' > '$(NETStandardMaximumVersion)') was evaluated as ('2.0' > '2.1').
Target "_CheckForUnsupportedAppHostUsage" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' and '$(HasRuntimeOutput)' == 'true') was evaluated as ('.NETStandard' == '.NETCoreApp' and '' == 'true').
Target "_CheckForMismatchingPlatform" skipped, due to false condition; ('$(RuntimeIdentifier)' != '' and '$(PlatformTarget)' != '') was evaluated as ('' != '' and '' != '').
Target "_CheckForNETCoreSdkIsPreview" skipped, due to false condition; ( '$(_NETCoreSdkIsPreview)' == 'true' AND '$(SuppressNETCoreSdkPreviewMessage)' != 'true' ) was evaluated as ( '' == 'true' AND '' != 'true' ).
Target _GetProjectJsonPath:
Task "GetRestoreProjectJsonPathTask" skipped, due to false condition; ( '$(RestoreProjectStyle)' == 'ProjectJson' OR '$(RestoreProjectStyle)' == '' ) was evaluated as ( 'PackageReference' == 'ProjectJson' OR 'PackageReference' == '' ).
Target "_CheckForUnsupportedNETCoreVersion" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' And '$(NETCoreAppMaximumVersion)' != '') was evaluated as ('.NETStandard' == '.NETCoreApp' And '3.0' != '').
Target "UpdateAspNetToFrameworkReference" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETCoreApp' And '$(_TargetFrameworkVersionWithoutV)' >= '3.0') was evaluated as ('.NETStandard' == '.NETCoreApp' And '2.0' >= '3.0').
Target CheckForImplicitPackageReferenceOverrides:
Using "CheckForImplicitPackageReferenceOverrides" task from assembly "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net472/Microsoft.NET.Build.Tasks.dll".
Task "CheckForImplicitPackageReferenceOverrides"
Done executing task "CheckForImplicitPackageReferenceOverrides".
Target ApplyImplicitVersions:
Using "ApplyImplicitVersions" task from assembly "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net472/Microsoft.NET.Build.Tasks.dll".
Task "ApplyImplicitVersions"
Done executing task "ApplyImplicitVersions".
Target "CheckForImplicitPackageReferenceOverrides" skipped. Previously built successfully.
Target "ProcessFrameworkReferences" skipped, due to false condition; ('@(FrameworkReference)' != '') was evaluated as ('' != '').
Target _CheckForObsoleteDotNetCliToolReferences:
Task "NETSdkWarning" skipped, due to false condition; ( '%(_ReferenceToObsoleteDotNetCliTool.Identity)' != '' ) was evaluated as ( '' != '' ).
Target CollectPackageReferences:
Target _GetRestoreProjectStyle:
Target EnableIntermediateOutputPathMismatchWarning:
Target _ValidateXFTasks:
Task "Error" skipped, due to false condition; ('$(_XFTargetsImportedAgain)' == 'True') was evaluated as ('' == 'True').
Target _ValidateMSBuild:
Task "Error" skipped, due to false condition; ('$(IsXBuild)' == 'true') was evaluated as ('false' == 'true').
Target "_ValidateNETFrameworkVersion" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETFramework' AND '$(TargetFrameworkVersion.Substring(1))' < '4.6.1' AND '$(XFDisableFrameworkVersionValidation)' != 'True') was evaluated as ('.NETStandard' == '.NETFramework' AND '2.0' < '4.6.1' AND '' != 'True').
Target "ApplyImplicitVersions" skipped. Previously built successfully.
Target "WarnForExplicitVersions" skipped, due to false condition; ('@(SdkBuildWarning)' != '') was evaluated as ('' != '').
Target "CheckForImplicitPackageReferenceOverrides" skipped. Previously built successfully.
Target CheckForDuplicateItems:
Using "CheckForDuplicateItems" task from assembly "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net472/Microsoft.NET.Build.Tasks.dll".
Task "CheckForDuplicateItems"
Done executing task "CheckForDuplicateItems".
Task "CheckForDuplicateItems"
Done executing task "CheckForDuplicateItems".
Task "CheckForDuplicateItems"
Done executing task "CheckForDuplicateItems".
Target "CheckWindowsDesktopSdkInUse" skipped, due to false condition; ('$(UseWpf)' == 'true' Or '$(UseWindowsForms)' == 'true') was evaluated as ('' == 'true' Or '' == 'true').
Target "ProcessFrameworkReferences" skipped, due to false condition; ('@(FrameworkReference)' != '') was evaluated as ('' != '').
Target _CheckForInvalidConfigurationAndPlatform:
Task "Error" skipped, due to false condition; ( '$(_InvalidConfigurationError)' == 'true' ) was evaluated as ( '' == 'true' ).
Task "Warning" skipped, due to false condition; ( '$(_InvalidConfigurationWarning)' == 'true' ) was evaluated as ( '' == 'true' ).
Using "Message" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "Message"
Configuration=Debug
Done executing task "Message".
Task "Message"
Platform=AnyCPU
Done executing task "Message".
Task "Error" skipped, due to false condition; ('$(OutDir)' != '' and !HasTrailingSlash('$(OutDir)')) was evaluated as ('bin/Debug/netstandard2.0/' != '' and !HasTrailingSlash('bin/Debug/netstandard2.0/')).
Task "Error" skipped, due to false condition; ('$(BaseIntermediateOutputPath)' != '' and !HasTrailingSlash('$(BaseIntermediateOutputPath)')) was evaluated as ('obj/' != '' and !HasTrailingSlash('obj/')).
Task "Error" skipped, due to false condition; ('$(IntermediateOutputPath)' != '' and !HasTrailingSlash('$(IntermediateOutputPath)')) was evaluated as ('obj/Debug/netstandard2.0/' != '' and !HasTrailingSlash('obj/Debug/netstandard2.0/')).
Task "Error" skipped, due to false condition; ( '$(_InitialMSBuildProjectExtensionsPath)' != '' And '$(MSBuildProjectExtensionsPath)' != '$(_InitialMSBuildProjectExtensionsPath)' ) was evaluated as ( '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/obj/' != '' And '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/obj/' != '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/obj/' ).
Task "Warning" skipped, due to false condition; ( '$(EnableBaseIntermediateOutputPathMismatchWarning)' == 'true' And '$(_InitialBaseIntermediateOutputPath)' != '$(BaseIntermediateOutputPath)' And '$(BaseIntermediateOutputPath)' != '$(MSBuildProjectExtensionsPath)' ) was evaluated as ( 'true' == 'true' And 'obj/' != 'obj/' And 'obj/' != '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/obj/' ).
Target _SdkBeforeRebuild:
Target BeforeRebuild:
Target BeforeClean:
Target "UnmanagedUnregistration" skipped, due to false condition; ((('$(_AssemblyTimestampBeforeCompile)' != '$(_AssemblyTimestampAfterCompile)' or '$(RegisterForComInterop)' != 'true' or '$(OutputType)' != 'library') or
('$(_AssemblyTimestampBeforeCompile)' == '')) and
Exists('@(_UnmanagedRegistrationCache)')) was evaluated as ((('' != '' or '' != 'true' or 'Library' != 'library') or
('' == '')) and
Exists('obj/xamarin_android9_example.csproj.UnmanagedRegistration.cache')).
Target _SdkBeforeClean:
Target CoreClean:
Using "Delete" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "Delete"
Done executing task "Delete".
Using "ReadLinesFromFile" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "ReadLinesFromFile"
Done executing task "ReadLinesFromFile".
Using "FindUnderPath" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "FindUnderPath"
Comparison path is "bin/Debug/netstandard2.0/".
Done executing task "FindUnderPath".
Task "FindUnderPath"
Comparison path is "obj/Debug/netstandard2.0/".
Done executing task "FindUnderPath".
Task "Delete"
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/bin/Debug/netstandard2.0/xamarin_android9_example.deps.json".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/bin/Debug/netstandard2.0/xamarin_android9_example.dll".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/bin/Debug/netstandard2.0/xamarin_android9_example.pdb".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/bin/Debug/netstandard2.0/bootstrap.dll".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/bin/Debug/netstandard2.0/bootstrap.pdb".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/obj/Debug/netstandard2.0/xamarin_android9_example.csprojAssemblyReference.cache".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/obj/Debug/netstandard2.0/App.xaml.g.cs".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/obj/Debug/netstandard2.0/MainPage.xaml.g.cs".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/obj/Debug/netstandard2.0/xamarin_android9_example.AssemblyInfoInputs.cache".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/obj/Debug/netstandard2.0/xamarin_android9_example.AssemblyInfo.cs".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/obj/Debug/netstandard2.0/XamlC.stamp".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/obj/Debug/netstandard2.0/xamarin_android9_example.csproj.CopyComplete".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/obj/Debug/netstandard2.0/xamarin_android9_example.dll".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/obj/Debug/netstandard2.0/xamarin_android9_example.pdb".
Done executing task "Delete".
Using "RemoveDuplicates" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "RemoveDuplicates"
Done executing task "RemoveDuplicates".
Using "MakeDir" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "MakeDir"
Done executing task "MakeDir".
Using "WriteLinesToFile" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "WriteLinesToFile"
Done executing task "WriteLinesToFile".
Target "ProcessFrameworkReferences" skipped, due to false condition; ('@(FrameworkReference)' != '') was evaluated as ('' != '').
Target _DefaultMicrosoftNETPlatformLibrary:
Target _ComputePackageReferencePublish:
Target ResolvePackageAssets:
Using "ResolvePackageAssets" task from assembly "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net472/Microsoft.NET.Build.Tasks.dll".
Task "ResolvePackageAssets"
Done executing task "ResolvePackageAssets".
Target "AdjustDefaultPlatformTargetForNetFrameworkExeWithNoNativeCopyLocalItems" skipped, due to false condition; ('$(_UsingDefaultPlatformTarget)' == 'true' and
'$(_UsingDefaultRuntimeIdentifier)' == 'true') was evaluated as ('true' == 'true' and
'' == 'true').
Target "AddTransitiveFrameworkReferences" skipped, due to false condition; ('@(TransitiveFrameworkReference)' != '') was evaluated as ('' != '').
Target ResolveLockFileReferences:
Using "JoinItems" task from assembly "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net472/Microsoft.NET.Build.Tasks.dll".
Task "JoinItems"
Done executing task "JoinItems".
Target "ResolvePackageAssets" skipped. Previously built successfully.
Target ResolveLockFileAnalyzers:
Target "ResolvePackageAssets" skipped. Previously built successfully.
Target ResolveLockFileCopyLocalFiles:
Target "ResolveRuntimePackAssets" skipped, due to false condition; ('@(RuntimePack)' != '') was evaluated as ('' != '').
Target "RunProduceContentAssets" skipped, due to false condition; ('@(_ContentFilesToPreprocess)' != '') was evaluated as ('' != '').
Target "ResolvePackageAssets" skipped. Previously built successfully.
Target IncludeTransitiveProjectReferences:
Target ResolvePackageDependenciesForBuild:
Target AssignProjectConfiguration:
Using "AssignProjectConfiguration" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "AssignProjectConfiguration"
Project reference "../../bootstrap/bootstrap/bootstrap.csproj" has not been resolved.
Done executing task "AssignProjectConfiguration".
Target _SplitProjectReferencesByFileExistence:
Using "ResolveNonMSBuildProjectOutput" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "ResolveNonMSBuildProjectOutput"
Resolving project reference "../../bootstrap/bootstrap/bootstrap.csproj".
Project reference "../../bootstrap/bootstrap/bootstrap.csproj" has not been resolved.
Done executing task "ResolveNonMSBuildProjectOutput".
Target _GetProjectReferenceTargetFrameworkProperties:
Using "MSBuild" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "MSBuild"
Removing Properties:
Configuration
Platform
TargetFramework
RuntimeIdentifier
Resolving SDK 'Microsoft.NET.Sdk'...
Importing project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/Sdk/Sdk.props" into project "/Users/USER/dev/xamarin_android9_example/bootstrap/bootstrap/bootstrap.csproj" at (0,0).
Project "$(AlternateCommonProps)" was not imported by "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/Sdk/Sdk.props" at (31,3), due to false condition; ('$(AlternateCommonProps)' != '') was evaluated as ('' != '').
Search paths being used for $(MSBuildExtensionsPath) are /Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/xbuild;/Library/Frameworks/Mono.framework/External/xbuild/
Trying to import /Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/xbuild/$(MSBuildToolsVersion)/Microsoft.Common.props using extensions path /Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/xbuild
Importing project "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/xbuild/Current/Microsoft.Common.props" into project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/Sdk/Sdk.props" at (32,3).
Project "$(DirectoryBuildPropsPath)" was not imported by "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/xbuild/Current/Microsoft.Common.props" at (32,3), due to false condition; ('$(ImportDirectoryBuildProps)' == 'true' and exists('$(DirectoryBuildPropsPath)')) was evaluated as ('true' == 'true' and exists('')).
Property reassignment: $(MSBuildProjectExtensionsPath)="/Users/USER/dev/xamarin_android9_example/bootstrap/bootstrap/obj/" (previous value: "obj\") at /Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/xbuild/Current/Microsoft.Common.props (56,5)
Importing project "/Users/USER/dev/xamarin_android9_example/bootstrap/bootstrap/obj/bootstrap.csproj.nuget.g.props" into project "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/xbuild/Current/Microsoft.Common.props" at (62,3).
Importing project "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/build/Xamarin.Forms.props" into project "/Users/USER/dev/xamarin_android9_example/bootstrap/bootstrap/obj/bootstrap.csproj.nuget.g.props" at (16,5).
Importing project "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/build/Xamarin.Forms.DefaultItems.props" into project "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/build/Xamarin.Forms.props" at (13,2).
Project "$(MSBuildUserExtensionsPath)/$(MSBuildToolsVersion)/Imports/Microsoft.Common.props/ImportBefore/*" was not imported by "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/xbuild/Current/Microsoft.Common.props" at (76,5), due to false condition; ('$(ImportUserLocationsByWildcardBeforeMicrosoftCommonProps)' == 'true' and exists('$(MSBuildUserExtensionsPath)\$(MSBuildToolsVersion)\Imports\Microsoft.Common.props\ImportBefore')) was evaluated as ('true' == 'true' and exists('/Users/USER/.local/share/Microsoft/MSBuild/Current\Imports\Microsoft.Common.props\ImportBefore')).
Search paths being used for $(MSBuildExtensionsPath) are /Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/xbuild;/Library/Frameworks/Mono.framework/External/xbuild/
Trying to import /Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/xbuild/$(MSBuildToolsVersion)/Imports/Microsoft.Common.props/ImportBefore/* using extensions path /Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/xbuild
Importing project "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/xbuild/Current/Imports/Microsoft.Common.props/ImportBefore/Microsoft.NuGet.ImportBefore.props" into project "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/xbuild/Current/Microsoft.Common.props" at (77,5).
Importing project "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/xbuild/Microsoft/NuGet/Microsoft.NuGet.props" into project "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/xbuild/Current/Imports/Microsoft.Common.props/ImportBefore/Microsoft.NuGet.ImportBefore.props" at (16,3).
Project "$(MSBuildProjectDirectory)/$(MSBuildProjectName).nuget.props" was not imported by "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/xbuild/Microsoft/NuGet/Microsoft.NuGet.props" at (13,3), due to false condition; (Exists('$(MSBuildProjectDirectory)\$(MSBuildProjectName).nuget.props') AND '$(IncludeNuGetImports)' != 'false') was evaluated as (Exists('/Users/USER/dev/xamarin_android9_example/bootstrap/bootstrap/bootstrap.nuget.props') AND '' != 'false').
Search paths being used for $(MSBuildExtensionsPath) are /Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/xbuild;/Library/Frameworks/Mono.framework/External/xbuild/
Project "$(CustomBeforeMicrosoftCommonProps)" was not imported by "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/xbuild/Current/Microsoft.Common.props" at (130,3), due to false condition; ('$(CustomBeforeMicrosoftCommonProps)' != '' and Exists('$(CustomBeforeMicrosoftCommonProps)') and ('$(MSBuildAssemblyVersion)' != '' or !Exists('$(MSBuildExtensionsPath)\4.0\Microsoft.Common.props'))) was evaluated as ('/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/xbuild/vCurrent/Custom.Before.Microsoft.Common.props' != '' and Exists('/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/xbuild/vCurrent/Custom.Before.Microsoft.Common.props') and ('16.0' != '' or !Exists('/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/xbuild\4.0\Microsoft.Common.props'))).
Search paths being used for $(MSBuildExtensionsPath) are /Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/xbuild;/Library/Frameworks/Mono.framework/External/xbuild/
Project "$(CustomAfterMicrosoftCommonProps)" was not imported by "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/xbuild/Current/Microsoft.Common.props" at (157,3), due to false condition; ('$(CustomAfterMicrosoftCommonProps)' != '' and Exists('$(CustomAfterMicrosoftCommonProps)') and ('$(MSBuildAssemblyVersion)' != '' or !Exists('$(MSBuildExtensionsPath)\4.0\Microsoft.Common.props'))) was evaluated as ('/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/xbuild/vCurrent/Custom.After.Microsoft.Common.props' != '' and Exists('/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/xbuild/vCurrent/Custom.After.Microsoft.Common.props') and ('16.0' != '' or !Exists('/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/xbuild\4.0\Microsoft.Common.props'))).
Project "$(MSBuildUserExtensionsPath)/$(MSBuildToolsVersion)/Imports/Microsoft.Common.props/ImportAfter/*" was not imported by "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/xbuild/Current/Microsoft.Common.props" at (164,5), due to false condition; ('$(ImportUserLocationsByWildcardAfterMicrosoftCommonProps)' == 'true' and exists('$(MSBuildUserExtensionsPath)\$(MSBuildToolsVersion)\Imports\Microsoft.Common.props\ImportAfter')) was evaluated as ('true' == 'true' and exists('/Users/USER/.local/share/Microsoft/MSBuild/Current\Imports\Microsoft.Common.props\ImportAfter')).
Search paths being used for $(MSBuildExtensionsPath) are /Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/xbuild;/Library/Frameworks/Mono.framework/External/xbuild/
Importing project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.props" into project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/Sdk/Sdk.props" at (33,3).
Importing project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.props" into project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.props" at (114,3).
Importing project "/usr/local/share/dotnet/sdk/3.0.100/Microsoft.NETCoreSdk.BundledVersions.props" into project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.props" at (18,3).
Importing project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.SupportedTargetFrameworks.props" into project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.props" at (117,3).
Importing project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.props" into project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.props" at (119,3).
Project "$(MSBuildThisFileDirectory)Microsoft.NET.Sdk.VisualBasic.props" was not imported by "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.props" at (120,3), due to false condition; ('$(MSBuildProjectExtension)' == '.vbproj') was evaluated as ('.csproj' == '.vbproj').
Project "$(MSBuildThisFileDirectory)Microsoft.NET.Sdk.FSharp.props" was not imported by "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.props" at (121,3), due to false condition; ('$(MSBuildProjectExtension)' == '.fsproj') was evaluated as ('.csproj' == '.fsproj').
Importing project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.props" into project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.props" at (123,3).
Importing project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackProjectTool.props" into project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.props" at (124,3).
Property reassignment: $(TargetsForTfmSpecificContentInPackage)=";PackTool;_PackProjectToolValidation" (previous value: ";PackTool") at /usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackProjectTool.props (15,5)
Property reassignment: $(DebugType)="pdbonly" (previous value: "portable") at /Users/USER/dev/xamarin_android9_example/bootstrap/bootstrap/bootstrap.csproj (8,9)
Importing project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/Sdk/Sdk.targets" into project "/Users/USER/dev/xamarin_android9_example/bootstrap/bootstrap/bootstrap.csproj" at (0,0).
Project "$(MSBuildThisFileDirectory)../targets/Microsoft.NET.Sdk.BeforeCommonCrossTargeting.targets" was not imported by "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/Sdk/Sdk.targets" at (19,3), due to false condition; ('$(IsCrossTargetingBuild)' == 'true') was evaluated as ('' == 'true').
Importing project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets" into project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/Sdk/Sdk.targets" at (21,3).
Importing project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DefaultAssemblyInfo.targets" into project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets" at (23,3).
Importing project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DefaultOutputPaths.targets" into project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets" at (26,3).
Importing project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.ImportPublishProfile.targets" into project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets" at (31,3).
Property reassignment: $(PublishProfileImported)="false" (previous value: "true") at /usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.ImportPublishProfile.targets (29,5)
Project "$(WebPublishProfileFile)" was not imported by "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.ImportPublishProfile.targets" at (35,3), due to false condition; ('$(PublishProfileImported)' == 'true') was evaluated as ('false' == 'true').
Project "$(WebPublishProfileFile).user" was not imported by "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.ImportPublishProfile.targets" at (36,3), due to false condition; ('$(PublishProfileImported)' == 'true' and Exists('$(WebPublishProfileFile).user')) was evaluated as ('false' == 'true' and Exists('.user')).
Importing project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets" into project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets" at (38,3).
Property reassignment: $(DefaultItemExcludes)=";bin\Debug\/**;obj\Debug\/**" (previous value: ";bin\Debug\/**") at /usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (156,5)
Property reassignment: $(IntermediateOutputPath)="obj\Debug\netstandard2.0\" (previous value: "obj\Debug\") at /usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (168,5)
Property reassignment: $(OutputPath)="bin\Debug\netstandard2.0\" (previous value: "bin\Debug\") at /usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.TargetFrameworkInference.targets (169,5)
Importing project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.RuntimeIdentifierInference.targets" into project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets" at (49,3).
Importing project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.NuGetOfflineCache.targets" into project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets" at (102,3).
Property reassignment: $(_FrameworkVersionForImplicitDefine)="2_0" (previous value: "2.0") at /usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.BeforeCommon.targets (158,5)
Importing project "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Microsoft.CSharp.targets" into project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/Sdk/Sdk.targets" at (37,3).
Importing project "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Microsoft.Managed.targets" into project "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Microsoft.CSharp.targets" at (159,4).
Importing project "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Microsoft.CSharp.CurrentVersion.targets" into project "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Microsoft.CSharp.targets" at (161,4).
Project "$(MSBuildUserExtensionsPath)/$(MSBuildToolsVersion)/Microsoft.CSharp.targets/ImportBefore/*" was not imported by "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Microsoft.CSharp.CurrentVersion.targets" at (27,5), due to false condition; ('$(ImportUserLocationsByWildcardBeforeMicrosoftCSharpTargets)' == 'true' and exists('$(MSBuildUserExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.CSharp.targets\ImportBefore')) was evaluated as ('true' == 'true' and exists('/Users/USER/.local/share/Microsoft/MSBuild/Current\Microsoft.CSharp.targets\ImportBefore')).
Search paths being used for $(MSBuildExtensionsPath) are /Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/xbuild;/Library/Frameworks/Mono.framework/External/xbuild/
Project "$(CustomBeforeMicrosoftCSharpTargets)" was not imported by "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Microsoft.CSharp.CurrentVersion.targets" at (35,5), due to false condition; ('$(CustomBeforeMicrosoftCSharpTargets)' != '' and Exists('$(CustomBeforeMicrosoftCSharpTargets)')) was evaluated as ('/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/xbuild/vCurrent/Custom.Before.Microsoft.CSharp.targets' != '' and Exists('/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/xbuild/vCurrent/Custom.Before.Microsoft.CSharp.targets')).
Importing project "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Microsoft.CSharp.Mono.targets" into project "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Microsoft.CSharp.CurrentVersion.targets" at (55,5).
Property reassignment: $(_ConfigurationNameTmp)="Debug" (previous value: "") at /Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Microsoft.CSharp.Mono.targets (43,9)
Property reassignment: $(DebugType)="portable" (previous value: "pdbonly") at /Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Microsoft.CSharp.Mono.targets (46,9)
Importing project "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Roslyn/Microsoft.CSharp.Core.targets" into project "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Microsoft.CSharp.CurrentVersion.targets" at (333,5).
Importing project "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Roslyn/Microsoft.Managed.Core.targets" into project "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Roslyn/Microsoft.CSharp.Core.targets" at (4,3).
Importing project "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Roslyn/Microsoft.Managed.EditorConfig.targets" into project "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Roslyn/Microsoft.Managed.Core.targets" at (63,3).
Project "$(CSharpDesignTimeTargetsPath)" was not imported by "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Microsoft.CSharp.CurrentVersion.targets" at (340,5), due to false condition; ('$(CSharpDesignTimeTargetsPath)' != '' and Exists('$(CSharpDesignTimeTargetsPath)')) was evaluated as ('/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/xbuild/Microsoft/VisualStudio/Managed/Microsoft.CSharp.DesignTime.targets' != '' and Exists('/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/xbuild/Microsoft/VisualStudio/Managed/Microsoft.CSharp.DesignTime.targets')).
Importing project "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Microsoft.Common.targets" into project "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Microsoft.CSharp.CurrentVersion.targets" at (342,5).
Importing project "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets" into project "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Microsoft.Common.targets" at (114,3).
Search paths being used for $(MSBuildExtensionsPath) are /Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/xbuild;/Library/Frameworks/Mono.framework/External/xbuild/
Project "$(MSBuildUserExtensionsPath)/$(MSBuildToolsVersion)/Microsoft.Common.targets/ImportBefore/*" was not imported by "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets" at (28,3), due to false condition; ('$(ImportUserLocationsByWildcardBeforeMicrosoftCommonTargets)' == 'true' and exists('$(MSBuildUserExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.targets\ImportBefore')) was evaluated as ('true' == 'true' and exists('/Users/USER/.local/share/Microsoft/MSBuild/Current\Microsoft.Common.targets\ImportBefore')).
Search paths being used for $(MSBuildExtensionsPath) are /Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/xbuild;/Library/Frameworks/Mono.framework/External/xbuild/
Trying to import /Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/xbuild/$(MSBuildToolsVersion)/Microsoft.Common.targets/ImportBefore/* using extensions path /Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/xbuild
Importing project "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/xbuild/Current/Microsoft.Common.targets/ImportBefore/Microsoft.Common.Mono.Before.targets" into project "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets" at (29,3).
Project "$(MSBuildProjectFullPath).user" was not imported by "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets" at (31,3), due to false condition; (Exists('$(MSBuildProjectFullPath).user')) was evaluated as (Exists('/Users/USER/dev/xamarin_android9_example/bootstrap/bootstrap/bootstrap.csproj.user')).
The "VisualStudioVersion" property is a global property, and cannot be modified.
Project "$(CustomBeforeMicrosoftCommonTargets)" was not imported by "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets" at (45,3), due to false condition; ('$(CustomBeforeMicrosoftCommonTargets)' != '' and Exists('$(CustomBeforeMicrosoftCommonTargets)')) was evaluated as ('/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/xbuild/vCurrent/Custom.Before.Microsoft.Common.targets' != '' and Exists('/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/xbuild/vCurrent/Custom.Before.Microsoft.Common.targets')).
Project "Microsoft.NETFramework.props" was not imported by "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets" at (67,3), due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETFramework' or '$(TargetFrameworkIdentifier)' == 'Silverlight') was evaluated as ('.NETStandard' == '.NETFramework' or '.NETStandard' == 'Silverlight').
Property reassignment: $(_DebugFileExt)=".pdb" (previous value: "") at /Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets (130,5)
Property reassignment: $(_DebugSymbolsProduced)="true" (previous value: "false") at /Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets (154,5)
Property reassignment: $(_DocumentationFileProduced)="false" (previous value: "true") at /Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets (163,5)
The "SolutionName" property is a global property, and cannot be modified.
The "SolutionFileName" property is a global property, and cannot be modified.
The "SolutionPath" property is a global property, and cannot be modified.
The "SolutionDir" property is a global property, and cannot be modified.
The "SolutionExt" property is a global property, and cannot be modified.
The "BuildProjectReferences" property is a global property, and cannot be modified.
The "BuildProjectReferences" property is a global property, and cannot be modified.
The "BuildInParallel" property is a global property, and cannot be modified.
Property reassignment: $(ProcessorArchitecture)="msil" (previous value: "") at /Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets (494,5)
Property reassignment: $(DelaySign)="" (previous value: "false") at /Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets (533,5)
Project "$(CodeAnalysisTargets)" was not imported by "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets" at (6066,3), due to false condition; (Exists('$(CodeAnalysisTargets)')) was evaluated as (Exists('/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/xbuild/Microsoft/VisualStudio/v15.0/CodeAnalysis/Microsoft.CodeAnalysis.targets')).
Project "$(ReportingServicesTargets)" was not imported by "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets" at (6068,3), due to false condition; (Exists('$(ReportingServicesTargets)')) was evaluated as (Exists('/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/xbuild/Microsoft/VisualStudio/v15.0/ReportingServices/Microsoft.ReportingServices.targets')).
Project "$(MSBuildToolsPath)/Microsoft.NETFramework.targets" was not imported by "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets" at (6070,3), due to false condition; (('$(TargetFrameworkIdentifier)' == '' or '$(TargetFrameworkIdentifier)' == '.NETFramework') and ('$(TargetRuntime)' == 'Managed')) was evaluated as (('.NETStandard' == '' or '.NETStandard' == '.NETFramework') and ('Managed' == 'Managed')).
Project "$(MSBuildToolsPath)/Microsoft.Xaml.targets" was not imported by "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets" at (6076,3), due to false condition; (('$(ImportXamlTargets)' == 'true')) was evaluated as (('' == 'true')).
Project "$(MSBuildToolsPath)/Microsoft.WorkflowBuildExtensions.targets" was not imported by "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets" at (6080,3), due to false condition; (('$(TargetFrameworkVersion)' != 'v2.0' and '$(TargetFrameworkVersion)' != 'v3.5' and (!$([System.String]::IsNullOrEmpty('$(TargetFrameworkVersion)')) and !$(TargetFrameworkVersion.StartsWith('v4.0')))) and Exists('$(MSBuildToolsPath)\Microsoft.WorkflowBuildExtensions.targets')) was evaluated as (('v2.0' != 'v2.0' and 'v2.0' != 'v3.5' and (!False and !False)) and Exists('/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin\Microsoft.WorkflowBuildExtensions.targets')).
Project "$(MSBuildToolsPath)/Microsoft.WinFX.targets" was not imported by "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets" at (6084,3), due to false condition; ('$(TargetFrameworkIdentifier)' == 'Silverlight' and Exists('$(MSBuildToolsPath)\Microsoft.WinFX.targets')) was evaluated as ('.NETStandard' == 'Silverlight' and Exists('/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin\Microsoft.WinFX.targets')).
Project "$(MsTestToolsTargets)" was not imported by "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets" at (6090,3), due to false condition; (Exists('$(MsTestToolsTargets)')) was evaluated as (Exists('/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/xbuild/Microsoft/VisualStudio/v15.0/TeamTest/Microsoft.TeamTest.targets')).
Importing project "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Microsoft.Common.Mono.targets" into project "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets" at (6110,3).
Property reassignment: $(GenerateManifestsDependsOn)="" (previous value: "
SetWin32ManifestProperties;
GenerateApplicationManifest;
GenerateDeploymentManifest
") at /Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Microsoft.Common.Mono.targets (24,9)
Project "$(MsAppxPackageTargets)" was not imported by "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets" at (6112,3), due to false condition; ('$(WindowsAppContainer)' == 'true' and Exists('$(MsAppxPackageTargets)')) was evaluated as ('' == 'true' and Exists('/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/xbuild/Microsoft/VisualStudio/v15.0/AppxPackage/Microsoft.AppXPackage.Targets')).
Project "$(MSBuildToolsPath)/Microsoft.Data.Entity.targets" was not imported by "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets" at (6115,3), due to false condition; ('$(TargetFrameworkIdentifier)' == 'Silverlight' and Exists('$(MSBuildToolsPath)\Microsoft.Data.Entity.targets')) was evaluated as ('.NETStandard' == 'Silverlight' and Exists('/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin\Microsoft.Data.Entity.targets')).
Importing project "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/NuGet.targets" into project "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets" at (6123,3).
Property reassignment: $(MSBuildAllProjects)=";/Users/USER/dev/xamarin_android9_example/bootstrap/bootstrap/obj/bootstrap.csproj.nuget.g.props;/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/NuGet.targets" (previous value: ";/Users/USER/dev/xamarin_android9_example/bootstrap/bootstrap/obj/bootstrap.csproj.nuget.g.props") at /Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/NuGet.targets (45,5)
Project "$(CustomAfterMicrosoftCommonTargets)" was not imported by "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets" at (6125,3), due to false condition; ('$(CustomAfterMicrosoftCommonTargets)' != '' and Exists('$(CustomAfterMicrosoftCommonTargets)')) was evaluated as ('/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/xbuild/vCurrent/Custom.After.Microsoft.Common.targets' != '' and Exists('/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/xbuild/vCurrent/Custom.After.Microsoft.Common.targets')).
Search paths being used for $(MSBuildExtensionsPath) are /Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/xbuild;/Library/Frameworks/Mono.framework/External/xbuild/
Trying to import /Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/xbuild/$(MSBuildToolsVersion)/Microsoft.Common.targets/ImportAfter/* using extensions path /Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/xbuild
Importing project "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/xbuild/Current/Microsoft.Common.targets/ImportAfter/Microsoft.Common.Mono.After.targets" into project "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets" at (6127,3).
Importing project "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/xbuild/Current/Microsoft.Common.targets/ImportAfter/Microsoft.NET.Build.Extensions.targets" into project "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets" at (6127,3).
Importing project "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/xbuild/Current/Microsoft.Common.targets/ImportAfter/Microsoft.NuGet.ImportAfter.targets" into project "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets" at (6127,3).
Importing project "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/xbuild/Microsoft/Microsoft.NET.Build.Extensions/Microsoft.NET.Build.Extensions.targets" into project "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/xbuild/Current/Microsoft.Common.targets/ImportAfter/Microsoft.NET.Build.Extensions.targets" at (17,3).
Project "Microsoft.NET.Build.Extensions.NETFramework.targets" was not imported by "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/xbuild/Microsoft/Microsoft.NET.Build.Extensions/Microsoft.NET.Build.Extensions.targets" at (24,3), due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETFramework') was evaluated as ('.NETStandard' == '.NETFramework').
Project "Microsoft.NET.Build.Extensions.ConflictResolution.targets" was not imported by "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/xbuild/Microsoft/Microsoft.NET.Build.Extensions/Microsoft.NET.Build.Extensions.targets" at (27,3), due to false condition; ('$(ResolveAssemblyConflicts)' == 'true' AND '$(UsingMicrosoftNETSdk)' != 'true') was evaluated as ('' == 'true' AND 'true' != 'true').
Project "$(NuGetTargets)" was not imported by "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/xbuild/Current/Microsoft.Common.targets/ImportAfter/Microsoft.NuGet.ImportAfter.targets" at (16,3), due to false condition; (Exists('$(NuGetTargets)') and '$(SkipImportNuGetBuildTargets)' != 'true') was evaluated as (Exists('/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/xbuild/Microsoft/NuGet/Microsoft.NuGet.targets') and 'true' != 'true').
Project "$(MSBuildUserExtensionsPath)/$(MSBuildToolsVersion)/Microsoft.Common.targets/ImportAfter/*" was not imported by "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets" at (6128,3), due to false condition; ('$(ImportUserLocationsByWildcardAfterMicrosoftCommonTargets)' == 'true' and exists('$(MSBuildUserExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.targets\ImportAfter')) was evaluated as ('true' == 'true' and exists('/Users/USER/.local/share/Microsoft/MSBuild/Current\Microsoft.Common.targets\ImportAfter')).
Importing project "/Users/USER/dev/xamarin_android9_example/bootstrap/bootstrap/obj/bootstrap.csproj.nuget.g.targets" into project "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Microsoft.Common.targets" at (127,3).
Property reassignment: $(MSBuildAllProjects)=";/Users/USER/dev/xamarin_android9_example/bootstrap/bootstrap/obj/bootstrap.csproj.nuget.g.props;/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/NuGet.targets;/Users/USER/dev/xamarin_android9_example/bootstrap/bootstrap/obj/bootstrap.csproj.nuget.g.targets" (previous value: ";/Users/USER/dev/xamarin_android9_example/bootstrap/bootstrap/obj/bootstrap.csproj.nuget.g.props;/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/NuGet.targets") at /Users/USER/dev/xamarin_android9_example/bootstrap/bootstrap/obj/bootstrap.csproj.nuget.g.targets (4,5)
Importing project "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/build/Xamarin.Forms.targets" into project "/Users/USER/dev/xamarin_android9_example/bootstrap/bootstrap/obj/bootstrap.csproj.nuget.g.targets" at (7,5).
Importing project "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/build/Xamarin.Forms.DefaultItems.targets" into project "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/build/Xamarin.Forms.targets" at (20,2).
Property reassignment: $(CoreCompileDependsOn)="
XamlG;
_ComputeNonExistentFileProperty;ResolveCodeAnalysisRuleSet;
" (previous value: "_ComputeNonExistentFileProperty;ResolveCodeAnalysisRuleSet") at /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/build/Xamarin.Forms.targets (59,3)
Property reassignment: $(CompileDependsOn)="
ResolveReferences;
ResolveKeySource;
SetWin32ManifestProperties;
FindReferenceAssembliesForReferences;
_GenerateCompileInputs;
BeforeCompile;
_TimeStampBeforeCompile;
_GenerateCompileDependencyCache;
CoreCompile;
_TimeStampAfterCompile;
AfterCompile;
;
XamlC;
" (previous value: "
ResolveReferences;
ResolveKeySource;
SetWin32ManifestProperties;
FindReferenceAssembliesForReferences;
_GenerateCompileInputs;
BeforeCompile;
_TimeStampBeforeCompile;
_GenerateCompileDependencyCache;
CoreCompile;
_TimeStampAfterCompile;
AfterCompile;
") at /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/build/Xamarin.Forms.targets (100,3)
Property reassignment: $(CoreCompileDependsOn)="
CssG;
XamlG;
_ComputeNonExistentFileProperty;ResolveCodeAnalysisRuleSet;
;
" (previous value: "
XamlG;
_ComputeNonExistentFileProperty;ResolveCodeAnalysisRuleSet;
") at /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/build/Xamarin.Forms.targets (122,3)
Importing project "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/NETStandard.Library.targets" into project "/Users/USER/dev/xamarin_android9_example/bootstrap/bootstrap/obj/bootstrap.csproj.nuget.g.targets" at (8,5).
Project "$(DirectoryBuildTargetsPath)" was not imported by "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Microsoft.Common.targets" at (143,3), due to false condition; ('$(ImportDirectoryBuildTargets)' == 'true' and exists('$(DirectoryBuildTargetsPath)')) was evaluated as ('true' == 'true' and exists('')).
Project "$(MSBuildToolsPath)/Microsoft.ServiceModel.targets" was not imported by "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Microsoft.CSharp.CurrentVersion.targets" at (343,5), due to false condition; (('$(TargetFrameworkVersion)' != 'v2.0' and '$(TargetFrameworkVersion)' != 'v3.0' and '$(TargetFrameworkVersion)' != 'v3.5') and Exists('$(MSBuildToolsPath)\Microsoft.ServiceModel.targets')) was evaluated as (('v2.0' != 'v2.0' and 'v2.0' != 'v3.0' and 'v2.0' != 'v3.5') and Exists('/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin\Microsoft.ServiceModel.targets')).
Project "$(CustomAfterMicrosoftCSharpTargets)" was not imported by "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Microsoft.CSharp.CurrentVersion.targets" at (383,5), due to false condition; ('$(CustomAfterMicrosoftCSharpTargets)' != '' and Exists('$(CustomAfterMicrosoftCSharpTargets)')) was evaluated as ('/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/xbuild/vCurrent/Custom.After.Microsoft.CSharp.targets' != '' and Exists('/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/xbuild/vCurrent/Custom.After.Microsoft.CSharp.targets')).
Search paths being used for $(MSBuildExtensionsPath) are /Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/xbuild;/Library/Frameworks/Mono.framework/External/xbuild/
Project "$(MSBuildUserExtensionsPath)/$(MSBuildToolsVersion)/Microsoft.CSharp.targets/ImportAfter/*" was not imported by "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Microsoft.CSharp.CurrentVersion.targets" at (386,5), due to false condition; ('$(ImportUserLocationsByWildcardAfterMicrosoftCSharpTargets)' == 'true' and exists('$(MSBuildUserExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.CSharp.targets\ImportAfter')) was evaluated as ('true' == 'true' and exists('/Users/USER/.local/share/Microsoft/MSBuild/Current\Microsoft.CSharp.targets\ImportAfter')).
Project "$(MSBuildThisFileDirectory)../targets/Microsoft.NET.Sdk.CrossTargeting.targets" was not imported by "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/Sdk/Sdk.targets" at (39,3), due to false condition; ('$(IsCrossTargetingBuild)' == 'true') was evaluated as ('' == 'true').
Importing project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" into project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/Sdk/Sdk.targets" at (41,3).
Importing project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Common.targets" into project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" at (20,3).
Importing project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets" into project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" at (23,5).
Property reassignment: $(ProjectAssetsCacheFile)="/Users/USER/dev/xamarin_android9_example/bootstrap/bootstrap/obj/Debug/netstandard2.0/bootstrap.assets.cache" (previous value: "obj\Debug\netstandard2.0\bootstrap.assets.cache") at /usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (29,5)
Property reassignment: $(ResolveAssemblyReferencesDependsOn)="
ResolveProjectReferences;
FindInvalidProjectReferences;
GetFrameworkPaths;
GetReferenceAssemblyPaths;
PrepareForBuild;
ResolveSDKReferences;
ExpandSDKReferences;
;
ResolvePackageDependenciesForBuild;
_HandlePackageFileConflicts;
" (previous value: "
ResolveProjectReferences;
FindInvalidProjectReferences;
GetFrameworkPaths;
GetReferenceAssemblyPaths;
PrepareForBuild;
ResolveSDKReferences;
ExpandSDKReferences;
") at /usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (67,5)
Property reassignment: $(PrepareResourcesDependsOn)="
ResolvePackageDependenciesForBuild;
_HandlePackageFileConflicts;
PrepareResourceNames;
ResGen;
CompileLicxFiles
" (previous value: "
PrepareResourceNames;
ResGen;
CompileLicxFiles
") at /usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.PackageDependencyResolution.targets (73,5)
Importing project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets" into project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" at (26,3).
Property reassignment: $(DefaultItemExcludes)=";bin\Debug\/**;obj\Debug\/**;bin\/**" (previous value: ";bin\Debug\/**;obj\Debug\/**") at /usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (26,5)
Property reassignment: $(DefaultItemExcludes)=";bin\Debug\/**;obj\Debug\/**;bin\/**;obj\/**" (previous value: ";bin\Debug\/**;obj\Debug\/**;bin\/**") at /usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (28,5)
Property reassignment: $(DefaultItemExcludes)=";bin\Debug\/**;obj\Debug\/**;bin\/**;obj\/**;**/*.user" (previous value: ";bin\Debug\/**;obj\Debug\/**;bin\/**;obj\/**") at /usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (31,5)
Property reassignment: $(DefaultItemExcludes)=";bin\Debug\/**;obj\Debug\/**;bin\/**;obj\/**;**/*.user;**/*.*proj" (previous value: ";bin\Debug\/**;obj\Debug\/**;bin\/**;obj\/**;**/*.user") at /usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (32,5)
Property reassignment: $(DefaultItemExcludes)=";bin\Debug\/**;obj\Debug\/**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln" (previous value: ";bin\Debug\/**;obj\Debug\/**;bin\/**;obj\/**;**/*.user;**/*.*proj") at /usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (33,5)
Property reassignment: $(DefaultItemExcludes)=";bin\Debug\/**;obj\Debug\/**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln;**/*.vssscc" (previous value: ";bin\Debug\/**;obj\Debug\/**;bin\/**;obj\/**;**/*.user;**/*.*proj;**/*.sln") at /usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets (34,5)
Importing project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets" into project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" at (28,3).
Property reassignment: $(ResolveAssemblyReferencesDependsOn)="
ResolveProjectReferences;
FindInvalidProjectReferences;
GetFrameworkPaths;
GetReferenceAssemblyPaths;
PrepareForBuild;
ResolveSDKReferences;
ExpandSDKReferences;
;
ResolvePackageDependenciesForBuild;
_HandlePackageFileConflicts;
;
ResolveTargetingPackAssets;
" (previous value: "
ResolveProjectReferences;
FindInvalidProjectReferences;
GetFrameworkPaths;
GetReferenceAssemblyPaths;
PrepareForBuild;
ResolveSDKReferences;
ExpandSDKReferences;
;
ResolvePackageDependenciesForBuild;
_HandlePackageFileConflicts;
") at /usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets (14,5)
Property reassignment: $(_DefaultUserProfileRuntimeStorePath)="/Users/USER/.dotnet/store" (previous value: "/Users/USER") at /usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (85,5)
Property reassignment: $(CoreBuildDependsOn)="
_CheckForBuildWithNoBuild;
BuildOnlySettings;
PrepareForBuild;
PreBuildEvent;
ResolveReferences;
PrepareResources;
ResolveKeySource;
Compile;
ExportWindowsMDFile;
UnmanagedUnregistration;
GenerateSerializationAssemblies;
CreateSatelliteAssemblies;
GenerateManifests;
GetTargetPath;
PrepareForRun;
UnmanagedRegistration;
IncrementalClean;
PostBuildEvent
;
GenerateBuildDependencyFile;
GenerateBuildRuntimeConfigurationFiles
" (previous value: "
BuildOnlySettings;
PrepareForBuild;
PreBuildEvent;
ResolveReferences;
PrepareResources;
ResolveKeySource;
Compile;
ExportWindowsMDFile;
UnmanagedUnregistration;
GenerateSerializationAssemblies;
CreateSatelliteAssemblies;
GenerateManifests;
GetTargetPath;
PrepareForRun;
UnmanagedRegistration;
IncrementalClean;
PostBuildEvent
") at /usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (106,5)
Property reassignment: $(CoreCleanDependsOn)="
_SdkBeforeClean;
" (previous value: "") at /usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (115,5)
Property reassignment: $(RebuildDependsOn)="
_SdkBeforeRebuild;
BeforeRebuild;
Clean;
Build;
AfterRebuild;
" (previous value: "
BeforeRebuild;
Clean;
Build;
AfterRebuild;
") at /usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (122,5)
Property reassignment: $(CompileDependsOn)="
ResolveReferences;
ResolveKeySource;
SetWin32ManifestProperties;
FindReferenceAssembliesForReferences;
_GenerateCompileInputs;
BeforeCompile;
_TimeStampBeforeCompile;
_GenerateCompileDependencyCache;
CoreCompile;
_TimeStampAfterCompile;
AfterCompile;
;
XamlC;
;
_CreateAppHost;
_CreateComHost;
" (previous value: "
ResolveReferences;
ResolveKeySource;
SetWin32ManifestProperties;
FindReferenceAssembliesForReferences;
_GenerateCompileInputs;
BeforeCompile;
_TimeStampBeforeCompile;
_GenerateCompileDependencyCache;
CoreCompile;
_TimeStampAfterCompile;
AfterCompile;
;
XamlC;
") at /usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (343,5)
Property reassignment: $(CreateSatelliteAssembliesDependsOn)="
_GenerateSatelliteAssemblyInputs;
ComputeIntermediateSatelliteAssemblies;
GenerateSatelliteAssemblies
;
CoreGenerateSatelliteAssemblies
" (previous value: "
_GenerateSatelliteAssemblyInputs;
ComputeIntermediateSatelliteAssemblies;
GenerateSatelliteAssemblies
") at /usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets (655,5)
Importing project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets" into project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" at (794,3).
Importing project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets" into project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" at (795,3).
Property reassignment: $(DesignerRuntimeImplementationProjectOutputGroupDependsOn)="
;
;
BuildOnlySettings;
PrepareForBuild;
AssignTargetPaths;
ResolveReferences
;
_GenerateDesignerDepsFile;
_GenerateDesignerRuntimeConfigFile;
_GatherDesignerShadowCopyFiles;
" (previous value: "
;
;
BuildOnlySettings;
PrepareForBuild;
AssignTargetPaths;
ResolveReferences
") at /usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets (21,5)
Importing project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.GenerateAssemblyInfo.targets" into project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" at (796,3).
Importing project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.GenerateSupportedRuntime.targets" into project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" at (797,3).
Importing project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ComposeStore.targets" into project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" at (798,3).
Importing project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.CrossGen.targets" into project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" at (799,3).
Importing project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ObsoleteReferences.targets" into project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" at (800,3).
Importing project "/usr/local/share/dotnet/sdk/3.0.100/Microsoft.NETCoreSdk.BundledCliTools.props" into project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ObsoleteReferences.targets" at (18,3).
Importing project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets" into project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" at (801,3).
Importing project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets" into project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" at (802,3).
Property reassignment: $(_ShimInputCacheFile)="/Users/USER/dev/xamarin_android9_example/bootstrap/bootstrap/obj/Debug/netstandard2.0/bootstrap.shiminput.cache" (previous value: "obj\Debug\netstandard2.0\bootstrap.shiminput.cache") at /usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (94,5)
Property reassignment: $(_ShimCreatedSentinelFile)="/Users/USER/dev/xamarin_android9_example/bootstrap/bootstrap/obj/Debug/netstandard2.0/bootstrap.shimcreated.sentinel" (previous value: "obj\Debug\netstandard2.0\bootstrap.shimcreated.sentinel") at /usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackTool.targets (96,5)
Importing project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PackProjectTool.targets" into project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" at (803,3).
Importing project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.PreserveCompilationContext.targets" into project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" at (804,3).
Importing project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ConflictResolution.targets" into project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" at (805,3).
Importing project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DefaultPackageConflictOverrides.targets" into project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ConflictResolution.targets" at (15,3).
Importing project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets" into project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" at (806,3).
Property reassignment: $(DefineConstants)="TRACE;DEBUG" (previous value: "TRACE") at /usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (31,5)
Property reassignment: $(DefineConstants)="TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0" (previous value: "TRACE;DEBUG") at /usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.CSharp.targets (34,5)
Project "$(MSBuildThisFileDirectory)Microsoft.NET.Sdk.VisualBasic.targets" was not imported by "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" at (807,3), due to false condition; ('$(Language)' == 'VB') was evaluated as ('C#' == 'VB').
Project "$(MSBuildThisFileDirectory)Microsoft.NET.Sdk.FSharp.targets" was not imported by "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" at (808,3), due to false condition; ('$(Language)' == 'F#') was evaluated as ('C#' == 'F#').
Importing project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ILLink.targets" into project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.targets" at (809,3).
Resolving SDK 'ILLink.Tasks'...
Importing project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/ILLink.Tasks/Sdk/Sdk.props" into project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.ILLink.targets" at (14,3).
Importing project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets" into project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/Sdk/Sdk.targets" at (51,3).
Property reassignment: $(MSBuildAllProjects)=";/Users/USER/dev/xamarin_android9_example/bootstrap/bootstrap/obj/bootstrap.csproj.nuget.g.props;/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/NuGet.targets;/Users/USER/dev/xamarin_android9_example/bootstrap/bootstrap/obj/bootstrap.csproj.nuget.g.targets;/usr/local/share/dotnet/sdk/3.0.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets" (previous value: ";/Users/USER/dev/xamarin_android9_example/bootstrap/bootstrap/obj/bootstrap.csproj.nuget.g.props;/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/NuGet.targets;/Users/USER/dev/xamarin_android9_example/bootstrap/bootstrap/obj/bootstrap.csproj.nuget.g.targets") at /usr/local/share/dotnet/sdk/3.0.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (18,5)
Property reassignment: $(PackageDescription)="Package Description" (previous value: "") at /usr/local/share/dotnet/sdk/3.0.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (32,5)
Property reassignment: $(GenerateNuspecDependsOn)="Build;_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; " (previous value: "_LoadPackInputItems; _GetTargetFrameworksOutput; _WalkEachTargetPerFramework; _GetPackageFiles; ") at /usr/local/share/dotnet/sdk/3.0.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets (55,5)
Property reassignment: $(MSBuildAllProjects)="/Users/USER/dev/xamarin_android9_example/bootstrap/bootstrap/bootstrap.csproj;;/Users/USER/dev/xamarin_android9_example/bootstrap/bootstrap/obj/bootstrap.csproj.nuget.g.props;/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/NuGet.targets;/Users/USER/dev/xamarin_android9_example/bootstrap/bootstrap/obj/bootstrap.csproj.nuget.g.targets;/usr/local/share/dotnet/sdk/3.0.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets" (previous value: ";/Users/USER/dev/xamarin_android9_example/bootstrap/bootstrap/obj/bootstrap.csproj.nuget.g.props;/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/NuGet.targets;/Users/USER/dev/xamarin_android9_example/bootstrap/bootstrap/obj/bootstrap.csproj.nuget.g.targets;/usr/local/share/dotnet/sdk/3.0.100/Sdks/NuGet.Build.Tasks.Pack/build/NuGet.Build.Tasks.Pack.targets") at
Overriding target "ResolveNativeReferences" in project "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets" with target "ResolveNativeReferences" from project "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Microsoft.Common.Mono.targets".
Overriding target "GenerateManifests" in project "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets" with target "GenerateManifests" from project "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Microsoft.Common.Mono.targets".
Overriding target "GetTargetFrameworkProperties" in project "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets" with target "GetTargetFrameworkProperties" from project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.Common.targets".
Overriding target "ResolveFrameworkReferences" in project "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets" with target "ResolveFrameworkReferences" from project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.FrameworkReferenceResolution.targets".
Overriding target "GetReferenceAssemblyPaths" in project "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets" with target "GetReferenceAssemblyPaths" from project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets".
Overriding target "GetFrameworkPaths" in project "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets" with target "GetFrameworkPaths" from project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DisableStandardFrameworkResolution.targets".
Overriding target "DesignerRuntimeImplementationProjectOutputGroup" in project "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets" with target "DesignerRuntimeImplementationProjectOutputGroup" from project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.DesignerSupport.targets".
Overriding target "Publish" in project "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets" with target "Publish" from project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets".
Overriding target "GetCopyToPublishDirectoryItems" in project "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Microsoft.Common.CurrentVersion.targets" with target "GetCopyToPublishDirectoryItems" from project "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Publish.targets".
__________________________________________________
Project "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.csproj" is building "/Users/USER/dev/xamarin_android9_example/bootstrap/bootstrap/bootstrap.csproj" (GetTargetFrameworks target(s)):
Building with tools version "Current".
Target GetTargetFrameworks:
Done building project "bootstrap.csproj".
Done executing task "MSBuild".
Using "GetReferenceNearestTargetFrameworkTask" task from assembly "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/NuGet.Build.Tasks.dll".
Task "GetReferenceNearestTargetFrameworkTask"
(in) CurrentProjectTargetFramework '.NETStandard,Version=v2.0'
(in) FallbackTargetFrameworks 'net461;net462;net47;net471;net472;net48'
(in) AnnotatedProjectReferences '../../bootstrap/bootstrap/bootstrap.csproj'
(out) AssignedProjects '../../bootstrap/bootstrap/bootstrap.csproj'
Done executing task "GetReferenceNearestTargetFrameworkTask".
Target PrepareProjectReferences:
Target CleanReferencedProjects:
Task "MSBuild" skipped, due to false condition; ('$(BuildingInsideVisualStudio)' != 'true' and '$(BuildProjectReferences)' == 'true' and '@(_MSBuildProjectReferenceExistent)' != '') was evaluated as ('True' != 'true' and 'False' == 'true' and '../../bootstrap/bootstrap/bootstrap.csproj' != '').
Target CleanPublishFolder:
Task "RemoveDir" skipped, due to false condition; ('$(PublishDir)'=='$(OutputPath)app.publish\' and Exists('$(PublishDir)')) was evaluated as ('bin/Debug/netstandard2.0/publish/'=='bin/Debug/netstandard2.0/app.publish\' and Exists('bin/Debug/netstandard2.0/publish/')).
Target AfterClean:
Target Clean:
Target "_CleanPackageFiles" skipped, due to false condition; ('$(GeneratePackageOnBuild)' == 'true') was evaluated as ('false' == 'true').
Target BeforeBuild:
Target "_CheckForBuildWithNoBuild" skipped, due to false condition; ('$(NoBuild)' == 'true' and '$(GeneratePackageOnBuild)' != 'true') was evaluated as ('' == 'true' and 'false' != 'true').
Target BuildOnlySettings:
Target "_CheckForUnsupportedTargetFramework" skipped, due to false condition; ('$(_UnsupportedTargetFrameworkError)' == 'true') was evaluated as ('' == 'true').
Target GetFrameworkPaths:
Target "_CheckForUnsupportedTargetFramework" skipped, due to false condition; ('$(_UnsupportedTargetFrameworkError)' == 'true') was evaluated as ('' == 'true').
Target GetReferenceAssemblyPaths:
Target AssignLinkMetadata:
Task "AssignLinkMetadata" skipped, due to false condition; ('@(None)' != '' and '%(None.DefiningProjectFullPath)' != '$(MSBuildProjectFullPath)') was evaluated as ('' != '' and '' != '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.csproj').
Task "AssignLinkMetadata" skipped, due to false condition; ('@(Content)' != '' and '%(Content.DefiningProjectFullPath)' != '$(MSBuildProjectFullPath)') was evaluated as ('' != '' and '' != '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.csproj').
Task "AssignLinkMetadata" skipped, due to false condition; ('@(Page)' != '' and '%(Page.DefiningProjectFullPath)' != '$(MSBuildProjectFullPath)') was evaluated as ('' != '' and '' != '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.csproj').
Task "AssignLinkMetadata" skipped, due to false condition; ('@(ApplicationDefinition)' != '' and '%(ApplicationDefinition.DefiningProjectFullPath)' != '$(MSBuildProjectFullPath)') was evaluated as ('' != '' and '' != '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.csproj').
Using "AssignLinkMetadata" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "AssignLinkMetadata"
Done executing task "AssignLinkMetadata".
Target PrepareForBuild:
Using "FindAppConfigFile" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "FindAppConfigFile"
Done executing task "FindAppConfigFile".
Task "MakeDir"
Done executing task "MakeDir".
Target "PreBuildEvent" skipped, due to false condition; ('$(PreBuildEvent)'!='') was evaluated as (''!='').
Target BeforeResolveReferences:
Target "AssignProjectConfiguration" skipped. Previously built successfully.
Target "PrepareProjectReferences" skipped. Previously built successfully.
Target ResolveProjectReferences:
Task "MSBuild"
Removing Properties:
Configuration
Platform
Removing Properties for project "../../bootstrap/bootstrap/bootstrap.csproj":
TargetFramework
RuntimeIdentifier
__________________________________________________
Project "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.csproj" is building "/Users/USER/dev/xamarin_android9_example/bootstrap/bootstrap/bootstrap.csproj" (GetTargetPath target(s)):
Building with tools version "Current".
Target GetTargetPathWithTargetPlatformMoniker:
Target GetTargetPath:
Done building project "bootstrap.csproj".
Done executing task "MSBuild".
Task "MSBuild" skipped, due to false condition; ('%(_MSBuildProjectReferenceExistent.BuildReference)' == 'true' and '@(ProjectReferenceWithConfiguration)' != '' and ('$(BuildingInsideVisualStudio)' == 'true' or '$(BuildProjectReferences)' != 'true') and '$(VisualStudioVersion)' == '10.0' and '@(_MSBuildProjectReferenceExistent)' != '') was evaluated as ('true' == 'true' and '../../bootstrap/bootstrap/bootstrap.csproj' != '' and ('True' == 'true' or 'False' != 'true') and '15.0' == '10.0' and '../../bootstrap/bootstrap/bootstrap.csproj' != '').
Task "MSBuild" skipped, due to false condition; ('%(_MSBuildProjectReferenceExistent.BuildReference)' == 'true' and '@(ProjectReferenceWithConfiguration)' != '' and '$(BuildingInsideVisualStudio)' != 'true' and '$(BuildProjectReferences)' == 'true' and '@(_MSBuildProjectReferenceExistent)' != '') was evaluated as ('true' == 'true' and '../../bootstrap/bootstrap/bootstrap.csproj' != '' and 'True' != 'true' and 'False' == 'true' and '../../bootstrap/bootstrap/bootstrap.csproj' != '').
Task "MSBuild"
Removing Properties:
Configuration
Platform
Removing Properties for project "../../bootstrap/bootstrap/bootstrap.csproj":
TargetFramework
RuntimeIdentifier
__________________________________________________
Project "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.csproj" is building "/Users/USER/dev/xamarin_android9_example/bootstrap/bootstrap/bootstrap.csproj" (GetNativeManifest target(s)):
Building with tools version "Current".
Target GetNativeManifest:
Done building project "bootstrap.csproj".
Done executing task "MSBuild".
Task "Warning" skipped, due to false condition; ('@(ProjectReferenceWithConfiguration)' != '' and '@(_MSBuildProjectReferenceNonexistent)' != '') was evaluated as ('../../bootstrap/bootstrap/bootstrap.csproj' != '' and '' != '').
Target "FindInvalidProjectReferences" skipped, due to false condition; ('$(FindInvalidProjectReferences)' == 'true') was evaluated as ('' == 'true').
Target ResolveNativeReferences:
Target "ResolveProjectReferences" skipped. Previously built successfully.
Target "FindInvalidProjectReferences" skipped, due to false condition; ('$(FindInvalidProjectReferences)' == 'true') was evaluated as ('' == 'true').
Target "GetFrameworkPaths" skipped. Previously built successfully.
Target "GetReferenceAssemblyPaths" skipped. Previously built successfully.
Target "PrepareForBuild" skipped. Previously built successfully.
Target "GetInstalledSDKLocations" skipped, due to false condition; ('@(SDKReference)' != '') was evaluated as ('' != '').
Target ResolveSDKReferences:
Task "ResolveSDKReference" skipped, due to false condition; ('@(SDKReference)'!='') was evaluated as (''!='').
Target "ResolveSDKReferences" skipped. Previously built successfully.
Target ExpandSDKReferences:
Task "GetSDKReferenceFiles" skipped, due to false condition; ('@(ResolvedSDKReference)'!='') was evaluated as (''!='').
Target "ResolvePackageDependenciesForBuild" skipped. Previously built successfully.
Target "GetFrameworkPaths" skipped. Previously built successfully.
Target "GetReferenceAssemblyPaths" skipped. Previously built successfully.
Target "ResolveTargetingPackAssets" skipped, due to false condition; ('@(FrameworkReference)' != '') was evaluated as ('' != '').
Target _HandlePackageFileConflicts:
Using "ResolvePackageFileConflicts" task from assembly "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net472/Microsoft.NET.Build.Tasks.dll".
Task "ResolvePackageFileConflicts"
Done executing task "ResolvePackageFileConflicts".
Target "ResolveTargetingPackAssets" skipped, due to false condition; ('@(FrameworkReference)' != '') was evaluated as ('' != '').
Target "FilterDeniedAssemblyReferences" skipped, due to false condition; ('$(FilterDeniedAssemblies)' == 'true'
or ('$(EnableFilteringDeniedAssembliesForNet46xProjects)' != 'false' and '$(FilterDeniedAssemblies)' == ''
and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(ImplicitlyExpandNETStandardFacades)' == 'true'
and '$(DependsOnNETStandard)' == 'true' AND '$(NETStandardInbox)' != 'true' AND '$(_TargetFrameworkVersionWithoutV)' < '4.7.1')) was evaluated as ('' == 'true'
or ('' != 'false' and '' == ''
and '.NETStandard' == '.NETFramework' and '' == 'true'
and '' == 'true' AND '' != 'true' AND '2.0' < '4.7.1')).
Target ResolveAssemblyReferences:
Using "ResolveAssemblyReference" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "ResolveAssemblyReference"
TargetFrameworkMoniker:
.NETStandard,Version=v2.0
TargetFrameworkMonikerDisplayName:
TargetedRuntimeVersion:
Assemblies:
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/netstandard.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/Microsoft.Win32.Primitives.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.AppContext.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Collections.Concurrent.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Collections.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Collections.NonGeneric.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Collections.Specialized.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ComponentModel.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ComponentModel.EventBasedAsync.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ComponentModel.Primitives.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ComponentModel.TypeConverter.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Console.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Data.Common.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.Contracts.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.Debug.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.FileVersionInfo.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.Process.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.StackTrace.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.TextWriterTraceListener.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.Tools.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.TraceSource.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.Tracing.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Drawing.Primitives.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Dynamic.Runtime.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Globalization.Calendars.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Globalization.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Globalization.Extensions.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.Compression.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.Compression.ZipFile.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.FileSystem.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.FileSystem.DriveInfo.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.FileSystem.Primitives.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.FileSystem.Watcher.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.IsolatedStorage.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.MemoryMappedFiles.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.Pipes.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.UnmanagedMemoryStream.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Linq.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Linq.Expressions.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Linq.Parallel.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Linq.Queryable.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.Http.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.NameResolution.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.NetworkInformation.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.Ping.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.Primitives.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.Requests.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.Security.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.Sockets.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.WebHeaderCollection.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.WebSockets.Client.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.WebSockets.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ObjectModel.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Reflection.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Reflection.Extensions.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Reflection.Primitives.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Resources.Reader.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Resources.ResourceManager.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Resources.Writer.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.CompilerServices.VisualC.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.Extensions.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.Handles.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.InteropServices.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.InteropServices.RuntimeInformation.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.Numerics.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.Serialization.Formatters.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.Serialization.Json.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.Serialization.Primitives.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.Serialization.Xml.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Security.Claims.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Security.Cryptography.Algorithms.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Security.Cryptography.Csp.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Security.Cryptography.Encoding.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Security.Cryptography.Primitives.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Security.Cryptography.X509Certificates.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Security.Principal.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Security.SecureString.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Text.Encoding.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Text.Encoding.Extensions.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Text.RegularExpressions.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Threading.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Threading.Overlapped.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Threading.Tasks.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Threading.Tasks.Parallel.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Threading.Thread.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Threading.ThreadPool.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Threading.Timer.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ValueTuple.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Xml.ReaderWriter.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Xml.XDocument.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Xml.XmlDocument.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Xml.XmlSerializer.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Xml.XPath.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Xml.XPath.XDocument.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/mscorlib.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ComponentModel.Composition.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Core.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Data.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Drawing.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.Compression.FileSystem.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Numerics.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.Serialization.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ServiceModel.Web.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Transactions.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Web.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Windows.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Xml.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Xml.Linq.dll
Private = 'false'
/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Xml.Serialization.dll
Private = 'false'
/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/netstandard2.0/Xamarin.Forms.Core.dll
Private = 'false'
HintPath = '/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/netstandard2.0/Xamarin.Forms.Core.dll'
/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/netstandard2.0/Xamarin.Forms.Platform.dll
Private = 'false'
HintPath = '/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/netstandard2.0/Xamarin.Forms.Platform.dll'
/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/netstandard2.0/Xamarin.Forms.Xaml.dll
Private = 'false'
HintPath = '/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/netstandard2.0/Xamarin.Forms.Xaml.dll'
AssemblyFiles:
/Users/USER/dev/xamarin_android9_example/bootstrap/bootstrap/bin/Debug/netstandard2.0/bootstrap.dll
CandidateAssemblyFiles:
TargetFrameworkDirectories:
InstalledAssemblyTables:
IgnoreInstalledAssemblyTable:
False
SearchPaths:
{CandidateAssemblyFiles}
{HintPathFromItem}
{TargetFrameworkDirectory}
{RawFileName}
AllowedAssemblyExtensions:
.winmd
.dll
.exe
AllowedRelatedFileExtensions:
.pdb
.dll.mdb
.exe.mdb
.xml
.pri
.dll.config
.exe.config
AppConfigFile:
AutoUnify:
True
CopyLocalDependenciesWhenParentReferenceInGac:
True
FindDependencies:
True
TargetProcessorArchitecture:
msil
StateFile:
obj/Debug/netstandard2.0/xamarin_android9_example.csprojAssemblyReference.cache
InstalledAssemblySubsetTables:
IgnoreInstalledAssemblySubsetTable:
False
TargetFrameworkSubsets:
FullTargetFrameworkSubsetNames:
Full
ProfileName:
FullFrameworkFolders:
LatestTargetFrameworkDirectories:
ProfileTablesLocation:
Primary reference "bootstrap, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null".
Resolved file path is "/Users/USER/dev/xamarin_android9_example/bootstrap/bootstrap/bin/Debug/netstandard2.0/bootstrap.dll".
Reference found at search path location "/Users/USER/dev/xamarin_android9_example/bootstrap/bootstrap/bin/Debug/netstandard2.0/bootstrap.dll".
Found related file "/Users/USER/dev/xamarin_android9_example/bootstrap/bootstrap/bin/Debug/netstandard2.0/bootstrap.pdb".
The ImageRuntimeVersion for this reference is "".
Primary reference "netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/netstandard.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "Microsoft.Win32.Primitives, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/Microsoft.Win32.Primitives.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.AppContext, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.AppContext.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Collections.Concurrent, Version=4.0.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Collections.Concurrent.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Collections, Version=4.0.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Collections.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Collections.NonGeneric, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Collections.NonGeneric.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Collections.Specialized, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Collections.Specialized.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.ComponentModel, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ComponentModel.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.ComponentModel.EventBasedAsync, Version=4.0.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ComponentModel.EventBasedAsync.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.ComponentModel.Primitives, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ComponentModel.Primitives.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.ComponentModel.TypeConverter, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ComponentModel.TypeConverter.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Console, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Console.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Data.Common, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Data.Common.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Diagnostics.Contracts, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.Contracts.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Diagnostics.Debug, Version=4.0.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.Debug.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Diagnostics.FileVersionInfo, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.FileVersionInfo.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Diagnostics.Process, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.Process.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Diagnostics.StackTrace, Version=4.0.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.StackTrace.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Diagnostics.TextWriterTraceListener, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.TextWriterTraceListener.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Diagnostics.Tools, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.Tools.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Diagnostics.TraceSource, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.TraceSource.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Diagnostics.Tracing, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.Tracing.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Drawing.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Drawing.Primitives.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Dynamic.Runtime, Version=4.0.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Dynamic.Runtime.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Globalization.Calendars, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Globalization.Calendars.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Globalization, Version=4.0.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Globalization.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Globalization.Extensions, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Globalization.Extensions.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.IO.Compression, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.Compression.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.IO.Compression.ZipFile, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.Compression.ZipFile.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.IO, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.IO.FileSystem, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.FileSystem.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.IO.FileSystem.DriveInfo, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.FileSystem.DriveInfo.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.IO.FileSystem.Primitives, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.FileSystem.Primitives.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.IO.FileSystem.Watcher, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.FileSystem.Watcher.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.IO.IsolatedStorage, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.IsolatedStorage.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.IO.MemoryMappedFiles, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.MemoryMappedFiles.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.IO.Pipes, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.Pipes.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.IO.UnmanagedMemoryStream, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.UnmanagedMemoryStream.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Linq, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Linq.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Linq.Expressions, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Linq.Expressions.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Linq.Parallel, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Linq.Parallel.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Linq.Queryable, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Linq.Queryable.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Net.Http, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.Http.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Net.NameResolution, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.NameResolution.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Net.NetworkInformation, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.NetworkInformation.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Net.Ping, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.Ping.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Net.Primitives, Version=4.0.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.Primitives.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Net.Requests, Version=4.0.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.Requests.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Net.Security, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.Security.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Net.Sockets, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.Sockets.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Net.WebHeaderCollection, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.WebHeaderCollection.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Net.WebSockets.Client, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.WebSockets.Client.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Net.WebSockets, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.WebSockets.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.ObjectModel, Version=4.0.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ObjectModel.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Reflection, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Reflection.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Reflection.Extensions, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Reflection.Extensions.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Reflection.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Reflection.Primitives.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Resources.Reader, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Resources.Reader.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Resources.ResourceManager, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Resources.ResourceManager.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Resources.Writer, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Resources.Writer.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Runtime.CompilerServices.VisualC, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.CompilerServices.VisualC.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Runtime, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Runtime.Extensions, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.Extensions.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Runtime.Handles, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.Handles.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Runtime.InteropServices, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.InteropServices.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Runtime.InteropServices.RuntimeInformation, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.InteropServices.RuntimeInformation.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Runtime.Numerics, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.Numerics.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Runtime.Serialization.Formatters, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.Serialization.Formatters.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Runtime.Serialization.Json, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.Serialization.Json.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Runtime.Serialization.Primitives, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.Serialization.Primitives.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Runtime.Serialization.Xml, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.Serialization.Xml.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Security.Claims, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Security.Claims.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Security.Cryptography.Algorithms, Version=4.2.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Security.Cryptography.Algorithms.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Security.Cryptography.Csp, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Security.Cryptography.Csp.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Security.Cryptography.Encoding, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Security.Cryptography.Encoding.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Security.Cryptography.Primitives, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Security.Cryptography.Primitives.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Security.Cryptography.X509Certificates, Version=4.1.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Security.Cryptography.X509Certificates.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Security.Principal, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Security.Principal.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Security.SecureString, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Security.SecureString.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Text.Encoding, Version=4.0.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Text.Encoding.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Text.Encoding.Extensions, Version=4.0.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Text.Encoding.Extensions.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Text.RegularExpressions, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Text.RegularExpressions.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Threading, Version=4.0.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Threading.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Threading.Overlapped, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Threading.Overlapped.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Threading.Tasks, Version=4.0.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Threading.Tasks.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Threading.Tasks.Parallel, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Threading.Tasks.Parallel.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Threading.Thread, Version=4.0.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Threading.Thread.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Threading.ThreadPool, Version=4.0.12.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Threading.ThreadPool.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Threading.Timer, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Threading.Timer.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.ValueTuple, Version=4.0.2.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ValueTuple.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Xml.ReaderWriter, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Xml.ReaderWriter.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Xml.XDocument, Version=4.0.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Xml.XDocument.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Xml.XmlDocument, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Xml.XmlDocument.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Xml.XmlSerializer, Version=4.0.11.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Xml.XmlSerializer.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Xml.XPath, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Xml.XPath.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Xml.XPath.XDocument, Version=4.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Xml.XPath.XDocument.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/mscorlib.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.ComponentModel.Composition, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ComponentModel.Composition.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Core.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Data.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Drawing.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.IO.Compression.FileSystem, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.Compression.FileSystem.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Net, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Numerics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Numerics.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Runtime.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.Serialization.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.ServiceModel.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ServiceModel.Web.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Transactions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Transactions.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Web.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Windows, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Windows.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Xml, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Xml.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Xml.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Xml.Linq.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Xml.Serialization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
Resolved file path is "/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Xml.Serialization.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "Xamarin.Forms.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null".
Resolved file path is "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/netstandard2.0/Xamarin.Forms.Core.dll".
Reference found at search path location "{HintPathFromItem}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "Xamarin.Forms.Platform, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null".
Resolved file path is "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/netstandard2.0/Xamarin.Forms.Platform.dll".
Reference found at search path location "{HintPathFromItem}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "Xamarin.Forms.Xaml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null".
Resolved file path is "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/netstandard2.0/Xamarin.Forms.Xaml.dll".
Reference found at search path location "{HintPathFromItem}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Done executing task "ResolveAssemblyReference".
Target "GenerateBindingRedirects" skipped, due to false condition; ('$(AutoGenerateBindingRedirects)' == 'true' and '$(GenerateBindingRedirectsOutputType)' == 'true') was evaluated as ('' == 'true' and '' == 'true').
Target "GenerateSupportedRuntime" skipped, due to false condition; ('$(GenerateSupportedRuntime)' != 'false' and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(HasRuntimeOutput)' == 'true') was evaluated as ('' != 'false' and '.NETStandard' == '.NETFramework' and '' == 'true').
Target "GenerateBindingRedirectsUpdateAppConfig" skipped, due to false condition; ('$(AutoGenerateBindingRedirects)' == 'true' and '$(GenerateBindingRedirectsOutputType)' == 'true' and Exists('$(_GenerateBindingRedirectsIntermediateAppConfig)')) was evaluated as ('' == 'true' and '' == 'true' and Exists('obj/Debug/netstandard2.0/xamarin_android9_example.dll.config')).
Target "ResolveComReferences" skipped, due to false condition; ('@(COMReference)'!='' or '@(COMFileReference)'!='') was evaluated as (''!='' or ''!='').
Target AfterResolveReferences:
Target ResolveReferences:
Target "ResolvePackageDependenciesForBuild" skipped. Previously built successfully.
Target "_HandlePackageFileConflicts" skipped. Previously built successfully.
Target "_ComputeNETCoreBuildOutputFiles" skipped, due to false condition; ('$(ComputeNETCoreBuildOutputFiles)' == 'true') was evaluated as ('' == 'true').
Target AssignTargetPaths:
Using "AssignTargetPath" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "AssignTargetPath"
Done executing task "AssignTargetPath".
Task "AssignTargetPath"
Done executing task "AssignTargetPath".
Task "AssignTargetPath"
Done executing task "AssignTargetPath".
Task "AssignTargetPath"
Done executing task "AssignTargetPath".
Task "AssignTargetPath" skipped, due to false condition; ('@(_DeploymentBaseManifestWithTargetPath)'=='' and '%(None.Extension)'=='.manifest') was evaluated as (''=='' and ''=='.manifest').
Target "AssignTargetPaths" skipped. Previously built successfully.
Target SplitResourcesByCulture:
Task "Warning" skipped, due to false condition; ('@(ResxWithNoCulture)'!='') was evaluated as (''!='').
Task "Warning" skipped, due to false condition; ('@(ResxWithCulture)'!='') was evaluated as (''!='').
Task "Warning" skipped, due to false condition; ('@(NonResxWithCulture)'!='') was evaluated as (''!='').
Task "Warning" skipped, due to false condition; ('@(NonResxWithNoCulture)'!='') was evaluated as (''!='').
Using "AssignCulture" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "AssignCulture"
Culture of "" was assigned to file "App.xaml".
Culture of "" was assigned to file "MainPage.xaml".
Done executing task "AssignCulture".
Target CreateManifestResourceNames:
Using "CreateCSharpManifestResourceName" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "CreateCSharpManifestResourceName"
Root namespace is 'xamarin_android9_example'.
Resource file 'App.xaml' doesn't depend on any other file.
Resource file 'App.xaml' gets manifest resource name 'xamarin_android9_example.App.xaml'.
Resource file 'MainPage.xaml' doesn't depend on any other file.
Resource file 'MainPage.xaml' gets manifest resource name 'xamarin_android9_example.MainPage.xaml'.
Done executing task "CreateCSharpManifestResourceName".
Task "CreateCSharpManifestResourceName" skipped, due to false condition; ('%(EmbeddedResource.ManifestResourceName)' == '' and '%(EmbeddedResource.WithCulture)' == 'true' and '%(EmbeddedResource.Type)' == 'Non-Resx') was evaluated as ('' == '' and 'false' == 'true' and 'Non-Resx' == 'Non-Resx').
Target CreateCustomManifestResourceNames:
Target PrepareResourceNames:
Target "ResolveAssemblyReferences" skipped. Previously built successfully.
Target "SplitResourcesByCulture" skipped. Previously built successfully.
Target BeforeResGen:
Target "ResolveReferences" skipped. Previously built successfully.
Target FindReferenceAssembliesForReferences:
Target CoreResGen:
Task "GenerateResource" skipped, due to false condition; ('%(EmbeddedResource.Type)' == 'Resx' and '%(EmbeddedResource.GenerateResource)' != 'false' and '$(GenerateResourceMSBuildRuntime)' != 'CLR2') was evaluated as ('Non-Resx' == 'Resx' and '' != 'false' and 'CurrentRuntime' != 'CLR2').
Task "GenerateResource" skipped, due to false condition; ('%(EmbeddedResource.Type)' == 'Resx' and '%(EmbeddedResource.GenerateResource)' != 'false' and '$(GenerateResourceMSBuildRuntime)' == 'CLR2') was evaluated as ('Non-Resx' == 'Resx' and '' != 'false' and 'CurrentRuntime' == 'CLR2').
Target AfterResGen:
Target ResGen:
Target "CompileLicxFiles" skipped, due to false condition; ('@(_LicxFile)'!='') was evaluated as (''!='').
Target PrepareResources:
Target "ResolveKeySource" skipped, due to false condition; ($(SignManifests) == 'true' or $(SignAssembly) == 'true') was evaluated as ( == 'true' or false == 'true').
Target "ResolveReferences" skipped. Previously built successfully.
Target "ResolveKeySource" skipped, due to false condition; ($(SignManifests) == 'true' or $(SignAssembly) == 'true') was evaluated as ( == 'true' or false == 'true').
Target "ResolveComReferences" skipped, due to false condition; ('@(COMReference)'!='' or '@(COMFileReference)'!='') was evaluated as (''!='' or ''!='').
Target "ResolveNativeReferences" skipped. Previously built successfully.
Target "_SetExternalWin32ManifestProperties" skipped, due to false condition; ('$(GenerateClickOnceManifests)'=='true' or '@(NativeReference)'!='' or '@(ResolvedIsolatedComModules)'!='') was evaluated as (''=='true' or ''!='' or ''!='').
Target _SetEmbeddedWin32ManifestProperties:
Using "GetFrameworkPath" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "GetFrameworkPath"
Done executing task "GetFrameworkPath".
Target SetWin32ManifestProperties:
Target "FindReferenceAssembliesForReferences" skipped. Previously built successfully.
Target _GenerateCompileInputs:
Task "Warning" skipped, due to false condition; ('@(ManifestResourceWithNoCulture)'!='' and '%(ManifestResourceWithNoCulture.EmittedForCompatibilityOnly)'=='') was evaluated as (''!='' and ''=='').
Task "Warning" skipped, due to false condition; ('@(ManifestNonResxWithNoCultureOnDisk)'!='' and '%(ManifestNonResxWithNoCultureOnDisk.EmittedForCompatibilityOnly)'=='') was evaluated as ('App.xaml;MainPage.xaml'!='' and 'true'=='').
Target "PrepareForBuild" skipped. Previously built successfully.
Target "GetReferenceAssemblyPaths" skipped. Previously built successfully.
Target _SetTargetFrameworkMonikerAttribute:
Target GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
Input files: /Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Microsoft.Common.targets
Output files: /var/folders/cz/7717blvs3mj_ff772czpcml40000gn/T/.NETStandard,Version=v2.0.AssemblyAttributes.cs
Target "GenerateAdditionalSources" skipped, due to false condition; ('@(AssemblyAttributes)' != '' and '$(GenerateAdditionalSources)' == 'true') was evaluated as ('' != '' and '' == 'true').
Target "PrepareResourceNames" skipped. Previously built successfully.
Target _FindXamlGFiles:
Target "PrepareResourceNames" skipped. Previously built successfully.
Target "AfterResolveReferences" skipped. Previously built successfully.
Target XamlG:
Building target "XamlG" completely.
Output file "obj/Debug/netstandard2.0/App.xaml.g.cs" does not exist.
Using "XamlGTask" task from assembly "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/build/net46/Xamarin.Forms.Build.Tasks.dll".
Task "XamlGTask"
Generating code behind for XAML files
Source: App.xaml
Language: C#
ResourceID: xamarin_android9_example.App.xaml
TargetPath: App.xaml
AssemblyName: xamarin_android9_example
OutputFile obj/Debug/netstandard2.0/App.xaml.g.cs
Source: MainPage.xaml
Language: C#
ResourceID: xamarin_android9_example.MainPage.xaml
TargetPath: MainPage.xaml
AssemblyName: xamarin_android9_example
OutputFile obj/Debug/netstandard2.0/MainPage.xaml.g.cs
Done executing task "XamlGTask".
Target "PrepareResourceNames" skipped. Previously built successfully.
Target _FindCSSFiles:
Target CssG:
Skipping target "CssG" because it has no outputs.
Though the target has declared its outputs, the output specification only references empty properties and/or empty item lists.
Target BeforeCompile:
Target "_TimeStampBeforeCompile" skipped, due to false condition; ('$(RunPostBuildEvent)'=='OnOutputUpdated' or ('$(RegisterForComInterop)'=='true' and '$(OutputType)'=='library')) was evaluated as (''=='OnOutputUpdated' or (''=='true' and 'Library'=='library')).
Target "_GenerateCompileDependencyCache" skipped, due to false condition; ('$(DesignTimeBuild)' != 'true' and '$(BuildingProject)' != 'true') was evaluated as ('' != 'true' and 'true' != 'true').
Target "_FindCSSFiles" skipped. Previously built successfully.
Target CssG:
Skipping target "CssG" because it has no outputs.
Though the target has declared its outputs, the output specification only references empty properties and/or empty item lists.
Target "XamlG" skipped. Previously built successfully.
Target _ComputeNonExistentFileProperty:
Target "ResolveCodeAnalysisRuleSet" skipped, due to false condition; ('$(CodeAnalysisRuleSet)' != '') was evaluated as ('' != '').
Target "ShimReferencePathsWhenCommonTargetsDoesNotUnderstandReferenceAssemblies" skipped, due to false condition; ('@(ReferencePathWithRefAssemblies)' == '') was evaluated as ('/Users/USER/dev/xamarin_android9_example/bootstrap/bootstrap/bin/Debug/netstandard2.0/bootstrap.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/Microsoft.Win32.Primitives.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/mscorlib.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/netstandard.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.AppContext.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Collections.Concurrent.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Collections.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Collections.NonGeneric.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Collections.Specialized.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ComponentModel.Composition.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ComponentModel.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ComponentModel.EventBasedAsync.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ComponentModel.Primitives.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ComponentModel.TypeConverter.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Console.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Core.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Data.Common.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Data.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.Contracts.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.Debug.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.FileVersionInfo.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.Process.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.StackTrace.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.TextWriterTraceListener.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.Tools.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.TraceSource.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.Tracing.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Drawing.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Drawing.Primitives.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Dynamic.Runtime.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Globalization.Calendars.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Globalization.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Globalization.Extensions.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.Compression.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.Compression.FileSystem.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.Compression.ZipFile.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.FileSystem.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.FileSystem.DriveInfo.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.FileSystem.Primitives.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.FileSystem.Watcher.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.IsolatedStorage.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.MemoryMappedFiles.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.Pipes.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.UnmanagedMemoryStream.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Linq.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Linq.Expressions.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Linq.Parallel.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Linq.Queryable.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.Http.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.NameResolution.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.NetworkInformation.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.Ping.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.Primitives.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.Requests.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.Security.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.Sockets.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.WebHeaderCollection.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.WebSockets.Client.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.WebSockets.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Numerics.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ObjectModel.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Reflection.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Reflection.Extensions.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Reflection.Primitives.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Resources.Reader.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Resources.ResourceManager.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Resources.Writer.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.CompilerServices.VisualC.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.Extensions.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.Handles.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.InteropServices.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.InteropServices.RuntimeInformation.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.Numerics.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.Serialization.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.Serialization.Formatters.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.Serialization.Json.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.Serialization.Primitives.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.Serialization.Xml.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Security.Claims.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Security.Cryptography.Algorithms.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Security.Cryptography.Csp.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Security.Cryptography.Encoding.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Security.Cryptography.Primitives.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Security.Cryptography.X509Certificates.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Security.Principal.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Security.SecureString.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ServiceModel.Web.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Text.Encoding.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Text.Encoding.Extensions.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Text.RegularExpressions.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Threading.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Threading.Overlapped.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Threading.Tasks.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Threading.Tasks.Parallel.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Threading.Thread.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Threading.ThreadPool.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Threading.Timer.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Transactions.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ValueTuple.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Web.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Windows.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Xml.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Xml.Linq.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Xml.ReaderWriter.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Xml.Serialization.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Xml.XDocument.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Xml.XmlDocument.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Xml.XmlSerializer.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Xml.XPath.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Xml.XPath.XDocument.dll;/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/netstandard2.0/Xamarin.Forms.Core.dll;/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/netstandard2.0/Xamarin.Forms.Platform.dll;/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/netstandard2.0/Xamarin.Forms.Xaml.dll' == '').
Target _BeforeVBCSCoreCompile:
Target "AdjustDefaultPlatformTargetForNetFrameworkExeWithNoNativeCopyLocalItems" skipped, due to false condition; ('$(_UsingDefaultPlatformTarget)' == 'true' and
'$(_UsingDefaultRuntimeIdentifier)' == 'true') was evaluated as ('true' == 'true' and
'' == 'true').
Target "ShimReferencePathsWhenCommonTargetsDoesNotUnderstandReferenceAssemblies" skipped, due to false condition; ('@(ReferencePathWithRefAssemblies)' == '') was evaluated as ('/Users/USER/dev/xamarin_android9_example/bootstrap/bootstrap/bin/Debug/netstandard2.0/bootstrap.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/Microsoft.Win32.Primitives.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/mscorlib.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/netstandard.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.AppContext.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Collections.Concurrent.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Collections.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Collections.NonGeneric.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Collections.Specialized.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ComponentModel.Composition.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ComponentModel.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ComponentModel.EventBasedAsync.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ComponentModel.Primitives.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ComponentModel.TypeConverter.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Console.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Core.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Data.Common.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Data.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.Contracts.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.Debug.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.FileVersionInfo.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.Process.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.StackTrace.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.TextWriterTraceListener.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.Tools.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.TraceSource.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.Tracing.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Drawing.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Drawing.Primitives.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Dynamic.Runtime.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Globalization.Calendars.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Globalization.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Globalization.Extensions.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.Compression.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.Compression.FileSystem.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.Compression.ZipFile.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.FileSystem.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.FileSystem.DriveInfo.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.FileSystem.Primitives.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.FileSystem.Watcher.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.IsolatedStorage.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.MemoryMappedFiles.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.Pipes.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.UnmanagedMemoryStream.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Linq.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Linq.Expressions.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Linq.Parallel.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Linq.Queryable.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.Http.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.NameResolution.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.NetworkInformation.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.Ping.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.Primitives.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.Requests.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.Security.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.Sockets.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.WebHeaderCollection.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.WebSockets.Client.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.WebSockets.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Numerics.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ObjectModel.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Reflection.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Reflection.Extensions.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Reflection.Primitives.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Resources.Reader.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Resources.ResourceManager.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Resources.Writer.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.CompilerServices.VisualC.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.Extensions.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.Handles.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.InteropServices.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.InteropServices.RuntimeInformation.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.Numerics.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.Serialization.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.Serialization.Formatters.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.Serialization.Json.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.Serialization.Primitives.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.Serialization.Xml.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Security.Claims.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Security.Cryptography.Algorithms.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Security.Cryptography.Csp.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Security.Cryptography.Encoding.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Security.Cryptography.Primitives.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Security.Cryptography.X509Certificates.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Security.Principal.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Security.SecureString.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ServiceModel.Web.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Text.Encoding.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Text.Encoding.Extensions.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Text.RegularExpressions.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Threading.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Threading.Overlapped.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Threading.Tasks.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Threading.Tasks.Parallel.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Threading.Thread.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Threading.ThreadPool.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Threading.Timer.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Transactions.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ValueTuple.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Web.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Windows.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Xml.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Xml.Linq.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Xml.ReaderWriter.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Xml.Serialization.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Xml.XDocument.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Xml.XmlDocument.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Xml.XmlSerializer.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Xml.XPath.dll;/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Xml.XPath.XDocument.dll;/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/netstandard2.0/Xamarin.Forms.Core.dll;/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/netstandard2.0/Xamarin.Forms.Platform.dll;/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/netstandard2.0/Xamarin.Forms.Xaml.dll' == '').
Target "_SetPathMapFromSourceRoots" skipped, due to false condition; ('$(DeterministicSourcePaths)' == 'true') was evaluated as ('' == 'true').
Target "PrepareForBuild" skipped. Previously built successfully.
Target GetAssemblyVersion:
Using "GetAssemblyVersion" task from assembly "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net472/Microsoft.NET.Build.Tasks.dll".
Task "GetAssemblyVersion"
Done executing task "GetAssemblyVersion".
Target "GetAssemblyVersion" skipped. Previously built successfully.
Target InitializeSourceControlInformation:
Target AddSourceRevisionToInformationalVersion:
Target "_GetUserSecretsAssemblyAttribute" skipped, due to false condition; ( '$(UserSecretsId)' != '' AND '$(GenerateUserSecretsAttribute)' != 'false' AND '$(GeneratedUserSecretsAttributeFile)' == '' ) was evaluated as ( '' != '' AND '' != 'false' AND '' == '' ).
Target GetAssemblyAttributes:
Target CreateGeneratedAssemblyInfoInputsCacheFile:
Using "Hash" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "Hash"
Done executing task "Hash".
Task "WriteLinesToFile"
Done executing task "WriteLinesToFile".
Target CoreGenerateAssemblyInfo:
Building target "CoreGenerateAssemblyInfo" completely.
Output file "obj/Debug/netstandard2.0/xamarin_android9_example.AssemblyInfo.cs" does not exist.
Using "WriteCodeFragment" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "WriteCodeFragment"
Emitted specified code into "obj/Debug/netstandard2.0/xamarin_android9_example.AssemblyInfo.cs".
Done executing task "WriteCodeFragment".
Target GenerateAssemblyInfo:
Target CoreCompile:
Building target "CoreCompile" completely.
Output file "obj/Debug/netstandard2.0/xamarin_android9_example.dll" does not exist.
Using "Csc" task from assembly "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Roslyn/Microsoft.Build.Tasks.CodeAnalysis.dll".
Task "Csc"
/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Roslyn/csc.exe /noconfig /unsafe- /checked- /nowarn:1701,1702,1701,1702,2008 /nostdlib+ /errorreport:prompt /warn:4 /define:TRACE;DEBUG;NETSTANDARD;NETSTANDARD2_0 /errorendlocation /preferreduilang:en-US /reference:/Users/USER/dev/xamarin_android9_example/bootstrap/bootstrap/bin/Debug/netstandard2.0/bootstrap.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/Microsoft.Win32.Primitives.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/mscorlib.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/netstandard.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.AppContext.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Collections.Concurrent.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Collections.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Collections.NonGeneric.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Collections.Specialized.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ComponentModel.Composition.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ComponentModel.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ComponentModel.EventBasedAsync.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ComponentModel.Primitives.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ComponentModel.TypeConverter.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Console.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Core.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Data.Common.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Data.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.Contracts.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.Debug.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.FileVersionInfo.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.Process.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.StackTrace.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.TextWriterTraceListener.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.Tools.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.TraceSource.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Diagnostics.Tracing.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Drawing.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Drawing.Primitives.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Dynamic.Runtime.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Globalization.Calendars.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Globalization.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Globalization.Extensions.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.Compression.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.Compression.FileSystem.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.Compression.ZipFile.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.FileSystem.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.FileSystem.DriveInfo.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.FileSystem.Primitives.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.FileSystem.Watcher.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.IsolatedStorage.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.MemoryMappedFiles.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.Pipes.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.IO.UnmanagedMemoryStream.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Linq.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Linq.Expressions.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Linq.Parallel.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Linq.Queryable.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.Http.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.NameResolution.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.NetworkInformation.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.Ping.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.Primitives.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.Requests.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.Security.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.Sockets.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.WebHeaderCollection.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.WebSockets.Client.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Net.WebSockets.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Numerics.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ObjectModel.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Reflection.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Reflection.Extensions.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Reflection.Primitives.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Resources.Reader.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Resources.ResourceManager.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Resources.Writer.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.CompilerServices.VisualC.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.Extensions.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.Handles.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.InteropServices.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.InteropServices.RuntimeInformation.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.Numerics.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.Serialization.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.Serialization.Formatters.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.Serialization.Json.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.Serialization.Primitives.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Runtime.Serialization.Xml.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Security.Claims.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Security.Cryptography.Algorithms.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Security.Cryptography.Csp.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Security.Cryptography.Encoding.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Security.Cryptography.Primitives.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Security.Cryptography.X509Certificates.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Security.Principal.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Security.SecureString.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ServiceModel.Web.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Text.Encoding.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Text.Encoding.Extensions.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Text.RegularExpressions.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Threading.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Threading.Overlapped.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Threading.Tasks.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Threading.Tasks.Parallel.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Threading.Thread.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Threading.ThreadPool.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Threading.Timer.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Transactions.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.ValueTuple.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Web.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Windows.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Xml.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Xml.Linq.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Xml.ReaderWriter.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Xml.Serialization.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Xml.XDocument.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Xml.XmlDocument.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Xml.XmlSerializer.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Xml.XPath.dll /reference:/usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref/System.Xml.XPath.XDocument.dll /reference:/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/netstandard2.0/Xamarin.Forms.Core.dll /reference:/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/netstandard2.0/Xamarin.Forms.Platform.dll /reference:/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/netstandard2.0/Xamarin.Forms.Xaml.dll /debug+ /debug:portable /filealign:512 /optimize- /out:obj/Debug/netstandard2.0/xamarin_android9_example.dll /resource:App.xaml,xamarin_android9_example.App.xaml /resource:MainPage.xaml,xamarin_android9_example.MainPage.xaml /target:library /warnaserror- /utf8output /deterministic+ /langversion:7.3 App.xaml.cs MainPage.xaml.cs "/var/folders/cz/7717blvs3mj_ff772czpcml40000gn/T/.NETStandard,Version=v2.0.AssemblyAttributes.cs" obj/Debug/netstandard2.0/App.xaml.g.cs obj/Debug/netstandard2.0/MainPage.xaml.g.cs obj/Debug/netstandard2.0/xamarin_android9_example.AssemblyInfo.cs /warnaserror+:NU1605
Using shared compilation with compiler from directory: /Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Roslyn
Microsoft (R) Visual C# Compiler version 3.3.1-beta4-19462-11 (66a912c9)
Copyright (C) Microsoft Corporation. All rights reserved.
Done executing task "Csc".
Task "CallTarget" skipped, due to false condition; ('$(TargetsTriggeredByCompilation)' != '') was evaluated as ('' != '').
Target "_TimeStampAfterCompile" skipped, due to false condition; ('$(RunPostBuildEvent)'=='OnOutputUpdated' or ('$(RegisterForComInterop)'=='true' and '$(OutputType)'=='library')) was evaluated as (''=='OnOutputUpdated' or (''=='true' and 'Library'=='library')).
Target AfterCompile:
Target XamlC:
Building target "XamlC" completely.
Output file "obj/Debug/netstandard2.0/XamlC.stamp" does not exist.
Using "XamlCTask" task from assembly "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/build/net46/Xamarin.Forms.Build.Tasks.dll".
Task "XamlCTask"
Compiling Xaml, assembly: obj/Debug/netstandard2.0/xamarin_android9_example.dll
Adding searchpath /Users/USER/dev/xamarin_android9_example/bootstrap/bootstrap/bin/Debug/netstandard2.0
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /usr/local/share/dotnet/sdk/NuGetFallbackFolder/netstandard.library/2.0.3/build/netstandard2.0/ref
Adding searchpath /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/netstandard2.0
Adding searchpath /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/netstandard2.0
Adding searchpath /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/netstandard2.0
Module: xamarin_android9_example.dll
Resource: xamarin_android9_example.App.xaml
Creating empty App.__InitComponentRuntime
done.
Copying body of InitializeComponent to __InitComponentRuntime
done.
Parsing Xaml
done.
Replacing 0.InitializeComponent ()
done.
Optimizing IL
done.
Resource: xamarin_android9_example.MainPage.xaml
Creating empty MainPage.__InitComponentRuntime
done.
Copying body of InitializeComponent to __InitComponentRuntime
done.
Parsing Xaml
done.
Replacing 0.InitializeComponent ()
done.
Optimizing IL
done.
Changing the module MVID
done.
Removing compiled xaml resources
Removing xamarin_android9_example.App.xaml
done.
Removing xamarin_android9_example.MainPage.xaml
done.
Writing the assembly
done.
Done executing task "XamlCTask".
Using "Touch" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "Touch"
Creating "obj/Debug/netstandard2.0/XamlC.stamp" because "AlwaysCreate" was specified.
Done executing task "Touch".
Target "_CreateAppHost" skipped, due to false condition; ('$(ComputeNETCoreBuildOutputFiles)' == 'true' and
'$(AppHostSourcePath)' != '' and
Exists('@(IntermediateAssembly)') and
Exists('$(AppHostSourcePath)')) was evaluated as ('' == 'true' and
'' != '' and
Exists('obj/Debug/netstandard2.0/xamarin_android9_example.dll') and
Exists('')).
Target "_CreateComHost" skipped, due to false condition; ('$(ComputeNETCoreBuildOutputFiles)' == 'true' and
'$(ComHostIntermediatePath)' != '' and
Exists('@(IntermediateAssembly)') and
Exists('$(ComHostSourcePath)')) was evaluated as ('' == 'true' and
'' != '' and
Exists('obj/Debug/netstandard2.0/xamarin_android9_example.dll') and
Exists('')).
Target Compile:
Target "ExportWindowsMDFile" skipped, due to false condition; ('$(ExportWinMDFile)' == 'true') was evaluated as ('' == 'true').
Target "UnmanagedUnregistration" skipped, due to false condition; ((('$(_AssemblyTimestampBeforeCompile)' != '$(_AssemblyTimestampAfterCompile)' or '$(RegisterForComInterop)' != 'true' or '$(OutputType)' != 'library') or
('$(_AssemblyTimestampBeforeCompile)' == '')) and
Exists('@(_UnmanagedRegistrationCache)')) was evaluated as ((('' != '' or '' != 'true' or 'Library' != 'library') or
('' == '')) and
Exists('obj/xamarin_android9_example.csproj.UnmanagedRegistration.cache')).
Target "GenerateSerializationAssemblies" skipped, due to false condition; ('$(_SGenGenerateSerializationAssembliesConfig)' == 'On' or ('@(WebReferenceUrl)'!='' and '$(_SGenGenerateSerializationAssembliesConfig)' == 'Auto')) was evaluated as ('Off' == 'On' or (''!='' and 'Off' == 'Auto')).
Target _GenerateSatelliteAssemblyInputs:
Task "Warning" skipped, due to false condition; ('@(ManifestResourceWithCulture)'!='' and '%(ManifestResourceWithCulture.EmittedForCompatibilityOnly)'=='') was evaluated as (''!='' and ''=='').
Task "Warning" skipped, due to false condition; ('@(ManifestNonResxWithCultureOnDisk)'!='' and '%(ManifestNonResxWithCultureOnDisk.EmittedForCompatibilityOnly)'=='') was evaluated as (''!='' and ''=='').
Target "CreateManifestResourceNames" skipped. Previously built successfully.
Target ComputeIntermediateSatelliteAssemblies:
Target "GenerateSatelliteAssemblies" skipped, due to false condition; ('@(_SatelliteAssemblyResourceInputs)' != '' and '$(GenerateSatelliteAssembliesForCore)' != 'true') was evaluated as ('' != '' and '' != 'true').
Target "CoreGenerateSatelliteAssemblies" skipped, due to false condition; ('@(_SatelliteAssemblyResourceInputs)' != '' and '$(GenerateSatelliteAssembliesForCore)' == 'true' ) was evaluated as ('' != '' and '' == 'true' ).
Target CreateSatelliteAssemblies:
Target GenerateManifests:
Target GetTargetPathWithTargetPlatformMoniker:
Target GetTargetPath:
Target "ComputeIntermediateSatelliteAssemblies" skipped. Previously built successfully.
Target _CopyFilesMarkedCopyLocal:
Using "Copy" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "Copy"
Copying file from "/Users/USER/dev/xamarin_android9_example/bootstrap/bootstrap/bin/Debug/netstandard2.0/bootstrap.pdb" to "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/bin/Debug/netstandard2.0/bootstrap.pdb".
Copying file from "/Users/USER/dev/xamarin_android9_example/bootstrap/bootstrap/bin/Debug/netstandard2.0/bootstrap.dll" to "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/bin/Debug/netstandard2.0/bootstrap.dll".
Done executing task "Copy".
Task "Touch"
Creating "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/obj/Debug/netstandard2.0//xamarin_android9_example.csproj.CopyComplete" because "AlwaysCreate" was specified.
Done executing task "Touch".
Target "AssignTargetPaths" skipped. Previously built successfully.
Target "_SplitProjectReferencesByFileExistence" skipped. Previously built successfully.
Target "_GetProjectReferenceTargetFrameworkProperties" skipped. Previously built successfully.
Target GetCopyToOutputDirectoryItems:
Task "MSBuild"
Removing Properties:
Configuration
Platform
Removing Properties for project "../../bootstrap/bootstrap/bootstrap.csproj":
TargetFramework
RuntimeIdentifier
__________________________________________________
Project "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.csproj" is building "/Users/USER/dev/xamarin_android9_example/bootstrap/bootstrap/bootstrap.csproj" (GetCopyToOutputDirectoryItems target(s)):
Building with tools version "Current".
Target "_ComputeNETCoreBuildOutputFiles" skipped, due to false condition; ('$(ComputeNETCoreBuildOutputFiles)' == 'true') was evaluated as ('' == 'true').
Target AssignTargetPaths:
Task "AssignTargetPath"
Done executing task "AssignTargetPath".
Task "AssignTargetPath"
Done executing task "AssignTargetPath".
Task "AssignTargetPath"
Done executing task "AssignTargetPath".
Task "AssignTargetPath"
Done executing task "AssignTargetPath".
Task "AssignTargetPath" skipped, due to false condition; ('@(_DeploymentBaseManifestWithTargetPath)'=='' and '%(None.Extension)'=='.manifest') was evaluated as (''=='' and ''=='.manifest').
Target _SplitProjectReferencesByFileExistence:
Task "ResolveNonMSBuildProjectOutput" skipped, due to false condition; ('$(BuildingInsideVisualStudio)'=='true' and '@(ProjectReferenceWithConfiguration)'!='') was evaluated as ('True'=='true' and ''!='').
Target _GetProjectReferenceTargetFrameworkProperties:
Task "MSBuild"
Done executing task "MSBuild".
Task "GetReferenceNearestTargetFrameworkTask" skipped, due to false condition; ('@(_ProjectReferenceTargetFrameworkPossibilities->Count())' != '0' and '$(ReferringTargetFrameworkForProjectReferences)' != '') was evaluated as ('0' != '0' and '.NETStandard,Version=v2.0' != '').
Target GetCopyToOutputDirectoryItems:
Task "MSBuild" skipped, due to false condition; ('@(_MSBuildProjectReferenceExistent)' != '' and '$(_GetChildProjectCopyToOutputDirectoryItems)' == 'true' and '%(_MSBuildProjectReferenceExistent.Private)' != 'false' and '$(UseCommonOutputDirectory)' != 'true') was evaluated as ('' != '' and 'true' == 'true' and '' != 'false' and 'false' != 'true').
Task "AssignTargetPath"
Done executing task "AssignTargetPath".
Done building project "bootstrap.csproj".
Done executing task "MSBuild".
Task "AssignTargetPath"
Done executing task "AssignTargetPath".
Target "_CopyOutOfDateSourceItemsToOutputDirectory" skipped, due to false condition; ( '@(_SourceItemsToCopyToOutputDirectory)' != '' ) was evaluated as ( '' != '' ).
Target "_CopyOutOfDateSourceItemsToOutputDirectoryAlways" skipped, due to false condition; ( '@(_SourceItemsToCopyToOutputDirectoryAlways)' != '' ) was evaluated as ( '' != '' ).
Target _CopySourceItemsToOutputDirectory:
Target "_CopyAppConfigFile" skipped, due to false condition; ( '@(AppConfigWithTargetPath)' != '' ) was evaluated as ( '' != '' ).
Target "_CopyManifestFiles" skipped, due to false condition; ( '$(_DeploymentCopyApplicationManifest)'=='true' or '$(GenerateClickOnceManifests)'=='true' ) was evaluated as ( ''=='true' or ''=='true' ).
Target _CheckForCompileOutputs:
Target "_SGenCheckForOutputs" skipped, due to false condition; ('$(_SGenGenerateSerializationAssembliesConfig)' == 'On' or ('@(WebReferenceUrl)'!='' and '$(_SGenGenerateSerializationAssembliesConfig)' == 'Auto')) was evaluated as ('Off' == 'On' or (''!='' and 'Off' == 'Auto')).
Target "_DefaultMicrosoftNETPlatformLibrary" skipped. Previously built successfully.
Target "_HandlePackageFileConflicts" skipped. Previously built successfully.
Target "ResolveAssemblyReferences" skipped. Previously built successfully.
Target _ComputeReferenceAssemblies:
Target "ResolveRuntimePackAssets" skipped, due to false condition; ('@(RuntimePack)' != '') was evaluated as ('' != '').
Target "_ComputePackageReferencePublish" skipped. Previously built successfully.
Target "ComputeDependencyFileCompilerOptions" skipped, due to false condition; ('$(PreserveCompilationContext)' == 'true') was evaluated as ('' == 'true').
Target GenerateBuildDependencyFile:
Building target "GenerateBuildDependencyFile" completely.
Output file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/bin/Debug/netstandard2.0/xamarin_android9_example.deps.json" does not exist.
Using "GenerateDepsFile" task from assembly "/usr/local/share/dotnet/sdk/3.0.100/Sdks/Microsoft.NET.Sdk/targets/../tools/net472/Microsoft.NET.Build.Tasks.dll".
Task "GenerateDepsFile"
Done executing task "GenerateDepsFile".
Target "GenerateBuildRuntimeConfigurationFiles" skipped, due to false condition; ( '$(GenerateRuntimeConfigurationFiles)' == 'true') was evaluated as ( '' == 'true').
Target "GenerateShimsAssets" skipped, due to false condition; ('$(PackAsTool)' == 'true' and $(PackAsToolShimRuntimeIdentifiers) != '' ) was evaluated as ('' == 'true' and != '' ).
Target CopyFilesToOutputDirectory:
Task "Copy"
Copying file from "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/obj/Debug/netstandard2.0/xamarin_android9_example.dll" to "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/bin/Debug/netstandard2.0/xamarin_android9_example.dll".
Done executing task "Copy".
Task "CopyRefAssembly" skipped, due to false condition; ('$(ProduceReferenceAssembly)' == 'true' and '$(CopyBuildOutputToOutputDirectory)' == 'true' and '$(SkipCopyBuildProduct)' != 'true') was evaluated as ('false' == 'true' and 'true' == 'true' and '' != 'true').
Task "Message"
xamarin_android9_example -> /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/bin/Debug/netstandard2.0/xamarin_android9_example.dll
Done executing task "Message".
Task "Copy" skipped, due to false condition; ('@(AddModules)' != '') was evaluated as ('' != '').
Task "Copy" skipped, due to false condition; ('$(_SGenDllCreated)'=='true') was evaluated as ('false'=='true').
Task "Copy"
Copying file from "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/obj/Debug/netstandard2.0/xamarin_android9_example.pdb" to "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/bin/Debug/netstandard2.0/xamarin_android9_example.pdb".
Done executing task "Copy".
Task "Copy" skipped, due to false condition; ('$(_DocumentationFileProduced)'=='true' and '$(CopyDocumentationFileToOutputDirectory)'=='true') was evaluated as ('false'=='true' and 'true'=='true').
Task "Copy" skipped, due to false condition; ('@(IntermediateSatelliteAssembliesWithTargetPath)' != '') was evaluated as ('' != '').
Task "Copy" skipped, due to false condition; ('@(ReferenceComWrappersToCopyLocal)' != '' or '@(ResolvedIsolatedComModules)' != '' or '@(_DeploymentLooseManifestFile)' != '' or '@(NativeReferenceFile)' != '' ) was evaluated as ('' != '' or '' != '' or '' != '' or '' != '' ).
Task "Copy" skipped, due to false condition; ('$(SkipCopyWinMDArtifact)' != 'true' and '@(WinMDExpArtifacts)' != '') was evaluated as ('' != 'true' and '' != '').
Task "Message" skipped, due to false condition; ('$(SkipCopyWinMDArtifact)' != 'true' and '$(_WindowsMetadataOutputPath)' != '') was evaluated as ('' != 'true' and '' != '').
Target "_CopyReferenceOnlyAssembliesForBuild" skipped, due to false condition; ('$(PreserveCompilationReferences)' == 'true') was evaluated as ('' == 'true').
Target PrepareForRun:
Target "UnmanagedRegistration" skipped, due to false condition; ('$(RegisterForComInterop)'=='true' and '$(OutputType)'=='library') was evaluated as (''=='true' and 'Library'=='library').
Target "_CheckForCompileOutputs" skipped. Previously built successfully.
Target "_SGenCheckForOutputs" skipped, due to false condition; ('$(_SGenGenerateSerializationAssembliesConfig)' == 'On' or ('@(WebReferenceUrl)'!='' and '$(_SGenGenerateSerializationAssembliesConfig)' == 'Auto')) was evaluated as ('Off' == 'On' or (''!='' and 'Off' == 'Auto')).
Target _CleanGetCurrentAndPriorFileWrites:
Task "ReadLinesFromFile"
Done executing task "ReadLinesFromFile".
Using "ConvertToAbsolutePath" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "ConvertToAbsolutePath"
Done executing task "ConvertToAbsolutePath".
Task "FindUnderPath"
Comparison path is "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example".
Done executing task "FindUnderPath".
Task "FindUnderPath"
Comparison path is "bin/Debug/netstandard2.0/".
Done executing task "FindUnderPath".
Task "FindUnderPath"
Comparison path is "obj/Debug/netstandard2.0/".
Done executing task "FindUnderPath".
Task "RemoveDuplicates"
Done executing task "RemoveDuplicates".
Target IncrementalClean:
Task "FindUnderPath"
Comparison path is "bin/Debug/netstandard2.0/".
Done executing task "FindUnderPath".
Task "FindUnderPath"
Comparison path is "obj/Debug/netstandard2.0/".
Done executing task "FindUnderPath".
Task "Delete"
Done executing task "Delete".
Task "RemoveDuplicates"
Done executing task "RemoveDuplicates".
Task "WriteLinesToFile"
Done executing task "WriteLinesToFile".
Target "PostBuildEvent" skipped, due to false condition; ('$(PostBuildEvent)' != '' and ('$(RunPostBuildEvent)' != 'OnOutputUpdated' or '$(_AssemblyTimestampBeforeCompile)' != '$(_AssemblyTimestampAfterCompile)')) was evaluated as ('' != '' and ('' != 'OnOutputUpdated' or '' != '')).
Target "GenerateBuildDependencyFile" skipped. Previously built successfully.
Target "GenerateBuildRuntimeConfigurationFiles" skipped, due to false condition; ( '$(GenerateRuntimeConfigurationFiles)' == 'true') was evaluated as ( '' == 'true').
Target CoreBuild:
Target AfterBuild:
Target Build:
Target "_PackAsBuildAfterTarget" skipped, due to false condition; ('$(GeneratePackageOnBuild)' == 'true' AND '$(IsInnerBuild)' != 'true') was evaluated as ('false' == 'true' AND '' != 'true').
Target AfterRebuild:
Target "_CheckForInvalidConfigurationAndPlatform" skipped. Previously built successfully.
Target Rebuild:
Done building project "xamarin_android9_example.csproj".
__________________________________________________
Project "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/xamarin_android9_example.iOS.csproj" (rebuild target(s)):
Building with tools version "Current".
Project file contains ToolsVersion="4.0". This toolset may be unknown or missing, in which case you may be able to resolve this by installing the appropriate version of MSBuild, or the build may have been forced to a particular ToolsVersion for policy reasons. Treating the project as if it had ToolsVersion="Current". For more information, please see http://go.microsoft.com/fwlink/?LinkId=293424.
Target "EnableIntermediateOutputPathMismatchWarning" skipped, due to false condition; ('$(RestoreProjectStyle)' == 'PackageReference') was evaluated as ('' == 'PackageReference').
Target _ValidateXFTasks:
Task "Error" skipped, due to false condition; ('$(_XFTargetsImportedAgain)' == 'True') was evaluated as ('' == 'True').
Target _ValidateMSBuild:
Task "Error" skipped, due to false condition; ('$(IsXBuild)' == 'true') was evaluated as ('false' == 'true').
Target "_ValidateNETFrameworkVersion" skipped, due to false condition; ('$(TargetFrameworkIdentifier)' == '.NETFramework' AND '$(TargetFrameworkVersion.Substring(1))' < '4.6.1' AND '$(XFDisableFrameworkVersionValidation)' != 'True') was evaluated as ('Xamarin.iOS' == '.NETFramework' AND '1.0' < '4.6.1' AND '' != 'True').
Target _CheckForInvalidConfigurationAndPlatform:
Task "Error" skipped, due to false condition; ( '$(_InvalidConfigurationError)' == 'true' ) was evaluated as ( '' == 'true' ).
Task "Warning" skipped, due to false condition; ( '$(_InvalidConfigurationWarning)' == 'true' ) was evaluated as ( '' == 'true' ).
Task "Message"
Configuration=Debug
Done executing task "Message".
Task "Message"
Platform=iPhoneSimulator
Done executing task "Message".
Task "Error" skipped, due to false condition; ('$(OutDir)' != '' and !HasTrailingSlash('$(OutDir)')) was evaluated as ('bin/iPhoneSimulator/Debug/' != '' and !HasTrailingSlash('bin/iPhoneSimulator/Debug/')).
Task "Error" skipped, due to false condition; ('$(BaseIntermediateOutputPath)' != '' and !HasTrailingSlash('$(BaseIntermediateOutputPath)')) was evaluated as ('obj/' != '' and !HasTrailingSlash('obj/')).
Task "Error" skipped, due to false condition; ('$(IntermediateOutputPath)' != '' and !HasTrailingSlash('$(IntermediateOutputPath)')) was evaluated as ('obj/iPhoneSimulator/Debug/' != '' and !HasTrailingSlash('obj/iPhoneSimulator/Debug/')).
Task "Error" skipped, due to false condition; ( '$(_InitialMSBuildProjectExtensionsPath)' != '' And '$(MSBuildProjectExtensionsPath)' != '$(_InitialMSBuildProjectExtensionsPath)' ) was evaluated as ( '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/' != '' And '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/' != '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/' ).
Task "Warning" skipped, due to false condition; ( '$(EnableBaseIntermediateOutputPathMismatchWarning)' == 'true' And '$(_InitialBaseIntermediateOutputPath)' != '$(BaseIntermediateOutputPath)' And '$(BaseIntermediateOutputPath)' != '$(MSBuildProjectExtensionsPath)' ) was evaluated as ( '' == 'true' And 'obj/' != 'obj/' And 'obj/' != '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/' ).
Target BeforeRebuild:
Target BeforeClean:
Target "UnmanagedUnregistration" skipped, due to false condition; ((('$(_AssemblyTimestampBeforeCompile)' != '$(_AssemblyTimestampAfterCompile)' or '$(RegisterForComInterop)' != 'true' or '$(OutputType)' != 'library') or
('$(_AssemblyTimestampBeforeCompile)' == '')) and
Exists('@(_UnmanagedRegistrationCache)')) was evaluated as ((('' != '' or '' != 'true' or 'Exe' != 'library') or
('' == '')) and
Exists('obj/xamarin_android9_example.iOS.csproj.UnmanagedRegistration.cache')).
Target CoreClean:
Using "Delete" task from assembly "/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.iOS.Tasks.dll".
Task "Delete"
Done executing task "Delete".
Task "ReadLinesFromFile"
Done executing task "ReadLinesFromFile".
Task "FindUnderPath"
Comparison path is "bin/iPhoneSimulator/Debug/".
Done executing task "FindUnderPath".
Task "FindUnderPath"
Comparison path is "obj/iPhoneSimulator/Debug/".
Done executing task "FindUnderPath".
Task "Delete"
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.exe".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.pdb".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/Firebase.CloudMessaging.dll".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/Firebase.Core.dll".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/Firebase.InstanceID.dll".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/Xamarin.Forms.Core.dll".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/Xamarin.Forms.Core.pdb".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/Xamarin.Forms.Platform.dll".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/Xamarin.Forms.Platform.iOS.dll".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/Xamarin.Forms.Platform.iOS.pdb".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/Xamarin.Forms.Xaml.dll".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/Xamarin.Forms.Xaml.pdb".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/ar/Xamarin.Forms.Platform.iOS.resources.dll".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/ca/Xamarin.Forms.Platform.iOS.resources.dll".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/cs/Xamarin.Forms.Platform.iOS.resources.dll".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/da/Xamarin.Forms.Platform.iOS.resources.dll".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/de/Xamarin.Forms.Platform.iOS.resources.dll".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/el/Xamarin.Forms.Platform.iOS.resources.dll".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/es/Xamarin.Forms.Platform.iOS.resources.dll".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/fi/Xamarin.Forms.Platform.iOS.resources.dll".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/fr/Xamarin.Forms.Platform.iOS.resources.dll".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/he/Xamarin.Forms.Platform.iOS.resources.dll".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/hi/Xamarin.Forms.Platform.iOS.resources.dll".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/hr/Xamarin.Forms.Platform.iOS.resources.dll".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/hu/Xamarin.Forms.Platform.iOS.resources.dll".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/id/Xamarin.Forms.Platform.iOS.resources.dll".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/it/Xamarin.Forms.Platform.iOS.resources.dll".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/ja/Xamarin.Forms.Platform.iOS.resources.dll".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/ko/Xamarin.Forms.Platform.iOS.resources.dll".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/ms/Xamarin.Forms.Platform.iOS.resources.dll".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/nb/Xamarin.Forms.Platform.iOS.resources.dll".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/nl/Xamarin.Forms.Platform.iOS.resources.dll".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/pl/Xamarin.Forms.Platform.iOS.resources.dll".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/pt-br/Xamarin.Forms.Platform.iOS.resources.dll".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/pt/Xamarin.Forms.Platform.iOS.resources.dll".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/ro/Xamarin.Forms.Platform.iOS.resources.dll".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/ru/Xamarin.Forms.Platform.iOS.resources.dll".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/sk/Xamarin.Forms.Platform.iOS.resources.dll".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/sv/Xamarin.Forms.Platform.iOS.resources.dll".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/th/Xamarin.Forms.Platform.iOS.resources.dll".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/tr/Xamarin.Forms.Platform.iOS.resources.dll".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/uk/Xamarin.Forms.Platform.iOS.resources.dll".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/vi/Xamarin.Forms.Platform.iOS.resources.dll".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/zh-HK/Xamarin.Forms.Platform.iOS.resources.dll".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/zh-Hans/Xamarin.Forms.Platform.iOS.resources.dll".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/zh-Hant/Xamarin.Forms.Platform.iOS.resources.dll".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.dll".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.pdb".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/xamarin_android9_example.iOS.csprojAssemblyReference.cache".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/XamlC.stamp".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/xamarin_android9_example.iOS.csproj.CopyComplete".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/xamarin_android9_example.iOS.exe".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/xamarin_android9_example.iOS.pdb".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/ibtool/_BundleResourceWithLogicalName.items".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/actool/_PartialAppManifest.items".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/actool/_BundleResourceWithLogicalName.items".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/coremlc/_PartialAppManifest.items".
Deleting file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/coremlc/_BundleResourceWithLogicalName.items".
File "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/optimized/" doesn't exist. Skipping.
Done executing task "Delete".
Task "RemoveDuplicates"
Done executing task "RemoveDuplicates".
Using "MakeDir" task from assembly "/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.iOS.Tasks.dll".
Task "MakeDir"
Done executing task "MakeDir".
Task "WriteLinesToFile"
Done executing task "WriteLinesToFile".
Target _SeparateAppExtensionReferences:
Task "CreateItem" skipped, due to false condition; ('%(Identity)' != '' And '%(ProjectReference.IsAppExtension)' == 'true') was evaluated as ('../xamarin_android9_example/xamarin_android9_example.csproj' != '' And '' == 'true').
Target _SeparateWatchAppReferences:
Task "CreateItem" skipped, due to false condition; ('%(Identity)' != '' And '%(ProjectReference.IsWatchApp)' == 'true') was evaluated as ('../xamarin_android9_example/xamarin_android9_example.csproj' != '' And '' == 'true').
Target AssignProjectConfiguration:
Task "AssignProjectConfiguration"
Project reference "../xamarin_android9_example/xamarin_android9_example.csproj" has been assigned the "Debug|AnyCPU" configuration.
Done executing task "AssignProjectConfiguration".
Target _SplitProjectReferencesByFileExistence:
Task "ResolveNonMSBuildProjectOutput"
Resolving project reference "../xamarin_android9_example/xamarin_android9_example.csproj".
Project reference "../xamarin_android9_example/xamarin_android9_example.csproj" has not been resolved.
Done executing task "ResolveNonMSBuildProjectOutput".
Target _GetProjectReferenceTargetFrameworkProperties:
Task "MSBuild"
Global Properties:
Configuration=Debug
Platform=AnyCPU
Removing Properties:
TargetFramework
RuntimeIdentifier
__________________________________________________
Project "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/xamarin_android9_example.iOS.csproj" is building "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.csproj" (GetTargetFrameworks target(s)):
Building with tools version "Current".
Target GetTargetFrameworks:
Done building project "xamarin_android9_example.csproj".
Done executing task "MSBuild".
Using "GetReferenceNearestTargetFrameworkTask" task from assembly "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/NuGet.Build.Tasks.dll".
Task "GetReferenceNearestTargetFrameworkTask"
(in) CurrentProjectTargetFramework 'Xamarin.iOS,Version=v1.0'
(in) FallbackTargetFrameworks ''
(in) AnnotatedProjectReferences '../xamarin_android9_example/xamarin_android9_example.csproj'
(out) AssignedProjects '../xamarin_android9_example/xamarin_android9_example.csproj'
Done executing task "GetReferenceNearestTargetFrameworkTask".
Target PrepareProjectReferences:
Target CleanReferencedProjects:
Task "MSBuild" skipped, due to false condition; ('$(BuildingInsideVisualStudio)' != 'true' and '$(BuildProjectReferences)' == 'true' and '@(_MSBuildProjectReferenceExistent)' != '') was evaluated as ('True' != 'true' and 'False' == 'true' and '../xamarin_android9_example/xamarin_android9_example.csproj' != '').
Target CleanPublishFolder:
Task "RemoveDir" skipped, due to false condition; ('$(PublishDir)'=='$(OutputPath)app.publish\' and Exists('$(PublishDir)')) was evaluated as ('bin/iPhoneSimulator/Debug/app.publish/'=='bin/iPhoneSimulator/Debug/app.publish\' and Exists('bin/iPhoneSimulator/Debug/app.publish/')).
Target AfterClean:
Target _CleanXbdMerge:
Task "RemoveDir" skipped, due to false condition; (Exists ('$(IntermediateOutputPath)XbdMerge\proguard')) was evaluated as (Exists ('obj/iPhoneSimulator/Debug/XbdMerge\proguard')).
Task "RemoveDir" skipped, due to false condition; (Exists ('$(IntermediateOutputPath)XbdMerge')) was evaluated as (Exists ('obj/iPhoneSimulator/Debug/XbdMerge')).
Target _CleanBindingResourcePackage:
Using "RemoveDir" task from assembly "/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.iOS.Tasks.dll".
Task "RemoveDir"
Directory "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.resources" doesn't exist. Skipping.
Done executing task "RemoveDir".
Target _ComputeTargetArchitectures:
Task "ParseDeviceSpecificBuildInformation" skipped, due to false condition; ('$(DeviceSpecificBuild)' == 'true' And '$(TargetiOSDevice)' != '' And '$(_CanDeployToDeviceOrSimulator)' == 'true') was evaluated as ('true' == 'true' And '' != '' And 'True' == 'true').
Target "_ComputeTargetArchitectures" skipped. Previously built successfully.
Target _CleanUploaded:
Task "Delete"
File "bin/iPhoneSimulator/Debug/.uploaded" doesn't exist. Skipping.
Done executing task "Delete".
Target "_ComputeTargetArchitectures" skipped. Previously built successfully.
Target _GenerateBundleName:
Target _CleanAppBundle:
Task "RemoveDir"
Removing directory "bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/".
Done executing task "RemoveDir".
Task "Delete"
Deleting file "bin/iPhoneSimulator/Debug/mtouch.stamp".
Done executing task "Delete".
Target "_GenerateBundleName" skipped. Previously built successfully.
Target _CleanDebugSymbols:
Using "GetDirectories" task from assembly "/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.iOS.Tasks.dll".
Task "GetDirectories"
Done executing task "GetDirectories".
Task "RemoveDir"
Directory "bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app.mSYM" doesn't exist. Skipping.
Done executing task "RemoveDir".
Task "Delete"
File "bin/iPhoneSimulator/Debug/*.bcsymbolmap" doesn't exist. Skipping.
Done executing task "Delete".
Task "Delete" skipped, due to false condition; ('$(IsMacEnabled)' == 'true' And '$(IsAppExtension)' == 'true') was evaluated as ('true' == 'true' And 'False' == 'true').
Target "_CleanITunesArtwork" skipped, due to false condition; ('$(_CanArchive)' == 'true') was evaluated as ('False' == 'true').
Target _CleanDeviceSpecificOutput:
Task "RemoveDir"
Directory "obj/iPhoneSimulator/Debug/device-builds" doesn't exist. Skipping.
Directory "bin/iPhoneSimulator/Debug/device-builds" doesn't exist. Skipping.
Done executing task "RemoveDir".
Target "_ComputeTargetArchitectures" skipped. Previously built successfully.
Target _CleanIntermediateToolOutput:
Task "RemoveDir"
Removing directory "obj/iPhoneSimulator/Debug/actool".
Directory "obj/iPhoneSimulator/Debug/assetpacks" doesn't exist. Skipping.
Removing directory "obj/iPhoneSimulator/Debug/codesign".
Removing directory "obj/iPhoneSimulator/Debug/coremlc".
Removing directory "obj/iPhoneSimulator/Debug/ibtool".
Directory "obj/iPhoneSimulator/Debug/ibtool-link" doesn't exist. Skipping.
Removing directory "obj/iPhoneSimulator/Debug/ibtool-manifests".
Directory "obj/iPhoneSimulator/Debug/ipa" doesn't exist. Skipping.
Directory "obj/iPhoneSimulator/Debug/metal" doesn't exist. Skipping.
Directory "obj/iPhoneSimulator/Debug/optimized" doesn't exist. Skipping.
Directory "obj/iPhoneSimulator/Debug/scntool" doesn't exist. Skipping.
Directory "obj/iPhoneSimulator/Debug/TextureAtlas" doesn't exist. Skipping.
Removing directory "obj/iPhoneSimulator/Debug/mtouch-cache".
Removing directory "obj/iPhoneSimulator/Debug/".
Done executing task "RemoveDir".
Task "Delete" skipped, due to false condition; ('$(IsMacEnabled)' == 'true' And '$(IsAppExtension)' == 'true') was evaluated as ('true' == 'true' And 'False' == 'true').
Task "Delete"
Done executing task "Delete".
Target Clean:
Target BuildOnlySettings:
Target GetFrameworkPaths:
Target "GetFrameworkPaths" skipped. Previously built successfully.
Target GetReferenceAssemblyPaths:
Using "GetReferenceAssemblyPaths" task from assembly "Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Task "GetReferenceAssemblyPaths"
Done executing task "GetReferenceAssemblyPaths".
Target AssignLinkMetadata:
Task "AssignLinkMetadata" skipped, due to false condition; ('@(None)' != '' and '%(None.DefiningProjectFullPath)' != '$(MSBuildProjectFullPath)') was evaluated as ('Entitlements.plist;Info.plist' != '' and '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/xamarin_android9_example.iOS.csproj' != '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/xamarin_android9_example.iOS.csproj').
Task "AssignLinkMetadata" skipped, due to false condition; ('@(Content)' != '' and '%(Content.DefiningProjectFullPath)' != '$(MSBuildProjectFullPath)') was evaluated as ('' != '' and '' != '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/xamarin_android9_example.iOS.csproj').
Task "AssignLinkMetadata" skipped, due to false condition; ('@(Page)' != '' and '%(Page.DefiningProjectFullPath)' != '$(MSBuildProjectFullPath)') was evaluated as ('' != '' and '' != '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/xamarin_android9_example.iOS.csproj').
Task "AssignLinkMetadata" skipped, due to false condition; ('@(ApplicationDefinition)' != '' and '%(ApplicationDefinition.DefiningProjectFullPath)' != '$(MSBuildProjectFullPath)') was evaluated as ('' != '' and '' != '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/xamarin_android9_example.iOS.csproj').
Task "AssignLinkMetadata" skipped, due to false condition; ('@(EmbeddedResource)' != '' and '%(EmbeddedResource.DefiningProjectFullPath)' != '$(MSBuildProjectFullPath)') was evaluated as ('' != '' and '' != '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/xamarin_android9_example.iOS.csproj').
Target PrepareForBuild:
Task "FindAppConfigFile"
Done executing task "FindAppConfigFile".
Task "MakeDir"
Creating directory "obj/iPhoneSimulator/Debug/".
Done executing task "MakeDir".
Target _DetectAppManifest:
Using "FindItemWithLogicalName" task from assembly "/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.iOS.Tasks.dll".
Task "FindItemWithLogicalName"
Info.plist found at: Info.plist
Done executing task "FindItemWithLogicalName".
Task "FindItemWithLogicalName" skipped, due to false condition; ('$(_AppManifest)' == '' And '$(_CanOutputAppBundle)' == 'true') was evaluated as ('Info.plist' == '' And 'True' == 'true').
Task "FindItemWithLogicalName" skipped, due to false condition; ('$(_AppManifest)' == '' And '$(_CanOutputAppBundle)' == 'true') was evaluated as ('Info.plist' == '' And 'True' == 'true').
Task "Error" skipped, due to false condition; ('$(_AppManifest)' == '' And '$(_CanOutputAppBundle)' == 'true') was evaluated as ('Info.plist' == '' And 'True' == 'true').
Target "_ComputeTargetArchitectures" skipped. Previously built successfully.
Target _DetectSdkLocations:
Using "DetectSdkLocations" task from assembly "/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.iOS.Tasks.dll".
Task "DetectSdkLocations"
DeveloperRoot: /Applications/Xcode.app/Contents/Developer
DevicePlatform: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform
GetPlatformPath: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform
Searching for 'SDK Usr directory' in '/Applications/Xcode.app/Contents/Developer/usr'
Searching for 'SDK bin directory' in '/Applications/Xcode.app/Contents/Developer/usr/bin'
Done executing task "DetectSdkLocations".
Target "_ComputeTargetArchitectures" skipped. Previously built successfully.
Target _BeforeCoreCompileInterfaceDefinitions:
Building target "_BeforeCoreCompileInterfaceDefinitions" completely.
Output file "obj/iPhoneSimulator/Debug/ibtool/_BundleResourceWithLogicalName.items" does not exist.
Task "Delete"
File "obj/iPhoneSimulator/Debug/ibtool/_BundleResourceWithLogicalName.items" doesn't exist. Skipping.
Done executing task "Delete".
Target "_BeforeCoreCompileInterfaceDefinitions" skipped. Previously built successfully.
Target _ReadCoreCompileInterfaceDefinitions:
Task "ReadItemsFromFile" skipped, due to false condition; (Exists('$(_IBToolCache)')) was evaluated as (Exists('obj/iPhoneSimulator/Debug/ibtool/_BundleResourceWithLogicalName.items')).
Target "_BeforeCoreCompileInterfaceDefinitions" skipped. Previously built successfully.
Target _CoreCompileInterfaceDefinitions:
Building target "_CoreCompileInterfaceDefinitions" completely.
Output file "obj/iPhoneSimulator/Debug/ibtool/_BundleResourceWithLogicalName.items" does not exist.
Using "IBTool" task from assembly "/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.iOS.Tasks.dll".
Task "IBTool"
Tool /Applications/Xcode.app/Contents/Developer/usr/bin/ibtool execution started with arguments: --errors --warnings --notices --output-format xml1 --minimum-deployment-target 12.2 --target-device iphone --target-device ipad --auto-activate-custom-fonts --sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.1.sdk --compilation-directory /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/ibtool /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/Resources/LaunchScreen.storyboard
Tool /Applications/Xcode.app/Contents/Developer/usr/bin/ibtool execution finished (exit code = 0).
BundleResources Output:
obj/iPhoneSimulator/Debug/ibtool/LaunchScreen.storyboardc/Info.plist
obj/iPhoneSimulator/Debug/ibtool/LaunchScreen.storyboardc/X5k-f2-b5h-view-yd7-JS-zBw.nib/objects-13.0+.nib
obj/iPhoneSimulator/Debug/ibtool/LaunchScreen.storyboardc/X5k-f2-b5h-view-yd7-JS-zBw.nib/runtime.nib
obj/iPhoneSimulator/Debug/ibtool/LaunchScreen.storyboardc/UIViewController-X5k-f2-b5h.nib/objects-13.0+.nib
obj/iPhoneSimulator/Debug/ibtool/LaunchScreen.storyboardc/UIViewController-X5k-f2-b5h.nib/runtime.nib
OutputManifests Output:
obj/iPhoneSimulator/Debug/ibtool-manifests/LaunchScreen.storyboardc
Done executing task "IBTool".
Using "WriteItemsToFile" task from assembly "/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.iOS.Tasks.dll".
Task "WriteItemsToFile"
Done executing task "WriteItemsToFile".
Target _CompileInterfaceDefinitions:
Target "_DetectAppManifest" skipped. Previously built successfully.
Target "_DetectSdkLocations" skipped. Previously built successfully.
Target "_ComputeTargetArchitectures" skipped. Previously built successfully.
Target _BeforeCoreCompileImageAssets:
Building target "_BeforeCoreCompileImageAssets" completely.
Output file "obj/iPhoneSimulator/Debug/actool/_PartialAppManifest.items" does not exist.
Task "Delete"
File "obj/iPhoneSimulator/Debug/actool/_PartialAppManifest.items" doesn't exist. Skipping.
File "obj/iPhoneSimulator/Debug/actool/_BundleResourceWithLogicalName.items" doesn't exist. Skipping.
Done executing task "Delete".
Task "RemoveDir"
Directory "obj/iPhoneSimulator/Debug/actool" doesn't exist. Skipping.
Done executing task "RemoveDir".
Target "_BeforeCoreCompileImageAssets" skipped. Previously built successfully.
Target _ReadCompileImageAssets:
Task "ReadItemsFromFile" skipped, due to false condition; (Exists('$(_ACTool_PartialAppManifestCache)')) was evaluated as (Exists('obj/iPhoneSimulator/Debug/actool/_PartialAppManifest.items')).
Task "ReadItemsFromFile" skipped, due to false condition; (Exists('$(_ACTool_BundleResourceCache)')) was evaluated as (Exists('obj/iPhoneSimulator/Debug/actool/_BundleResourceWithLogicalName.items')).
Target "_DetectAppManifest" skipped. Previously built successfully.
Target "_DetectSdkLocations" skipped. Previously built successfully.
Target "_BeforeCoreCompileImageAssets" skipped. Previously built successfully.
Target _CoreCompileImageAssets:
Building target "_CoreCompileImageAssets" completely.
Output file "obj/iPhoneSimulator/Debug/actool/_PartialAppManifest.items" does not exist.
Using "ACTool" task from assembly "/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.iOS.Tasks.dll".
Task "ACTool"
Tool /Applications/Xcode.app/Contents/Developer/usr/bin/actool execution started with arguments: --errors --warnings --notices --output-format xml1 --output-partial-info-plist /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/actool/partial-info.plist --app-icon AppIcon --compress-pngs --target-device iphone --target-device ipad --minimum-deployment-target 12.2 --platform iphonesimulator --compile /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/actool/bundle /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/actool/cloned-assets/Assets.xcassets
Tool /Applications/Xcode.app/Contents/Developer/usr/bin/actool execution finished (exit code = 0).
/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/actool/cloned-assets/Assets.xcassets : actool warning : The file "Icon40.png" for the image set "AppIcon" does not exist.
/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/actool/cloned-assets/Assets.xcassets : actool warning : The file "Icon40.png" for the image set "AppIcon" does not exist.
/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/actool/cloned-assets/Assets.xcassets : actool warning : The file "Icon87.png" for the image set "AppIcon" does not exist.
/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/actool/cloned-assets/Assets.xcassets : actool warning : The file "Icon58.png" for the image set "AppIcon" does not exist.
/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/actool/cloned-assets/Assets.xcassets : actool warning : The file "Icon180.png" for the image set "AppIcon" does not exist.
/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/actool/cloned-assets/Assets.xcassets : actool warning : The file "Icon120.png" for the image set "AppIcon" does not exist.
/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/actool/cloned-assets/Assets.xcassets : actool warning : The file "Icon152.png" for the image set "AppIcon" does not exist.
/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/actool/cloned-assets/Assets.xcassets : actool warning : The file "Icon1024.png" for the image set "AppIcon" does not exist.
/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/actool/cloned-assets/Assets.xcassets : actool warning : The file "Icon80.png" for the image set "AppIcon" does not exist.
/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/actool/cloned-assets/Assets.xcassets : actool warning : The file "Icon40.png" for the image set "AppIcon" does not exist.
/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/actool/cloned-assets/Assets.xcassets : actool warning : The file "Icon80.png" for the image set "AppIcon" does not exist.
/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/actool/cloned-assets/Assets.xcassets : actool warning : The file "Icon20.png" for the image set "AppIcon" does not exist.
/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/actool/cloned-assets/Assets.xcassets : actool warning : The file "Icon120.png" for the image set "AppIcon" does not exist.
/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/actool/cloned-assets/Assets.xcassets : actool warning : The file "Icon58.png" for the image set "AppIcon" does not exist.
/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/actool/cloned-assets/Assets.xcassets : actool warning : The file "Icon167.png" for the image set "AppIcon" does not exist.
/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/actool/cloned-assets/Assets.xcassets : actool warning : The file "Icon60.png" for the image set "AppIcon" does not exist.
/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/actool/cloned-assets/Assets.xcassets : actool warning : The file "Icon29.png" for the image set "AppIcon" does not exist.
/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/actool/cloned-assets/Assets.xcassets : actool warning : The file "Icon76.png" for the image set "AppIcon" does not exist.
Done executing task "ACTool".
Task "WriteItemsToFile"
Done executing task "WriteItemsToFile".
Task "WriteItemsToFile"
Done executing task "WriteItemsToFile".
Done building target "_CoreCompileImageAssets" in project "xamarin_android9_example.iOS.csproj".
Target _CompileImageAssets:
Target _CollectColladaAssets:
Using "CollectBundleResources" task from assembly "/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.iOS.Tasks.dll".
Task "CollectBundleResources"
Done executing task "CollectBundleResources".
Target "_CollectColladaAssets" skipped. Previously built successfully.
Target "_DetectSdkLocations" skipped. Previously built successfully.
Target _CoreCompileColladaAssets:
Skipping target "_CoreCompileColladaAssets" because it has no inputs.
Though the target has declared its inputs, the input specification only references empty properties and/or empty item lists.
Target _CompileColladaAssets:
Target "_DetectAppManifest" skipped. Previously built successfully.
Target "_DetectSdkLocations" skipped. Previously built successfully.
Target "_ComputeTargetArchitectures" skipped. Previously built successfully.
Target _BeforeCoreCompileSceneKitAssets:
Skipping target "_BeforeCoreCompileSceneKitAssets" because it has no inputs.
Though the target has declared its inputs, the input specification only references empty properties and/or empty item lists.
Target _BeforeCoreCompileSceneKitAssets:
Skipping target "_BeforeCoreCompileSceneKitAssets" because it has no inputs.
Though the target has declared its inputs, the input specification only references empty properties and/or empty item lists.
Target _ReadCoreCompileSceneKitAssets:
Task "ReadItemsFromFile" skipped, due to false condition; (Exists('$(_SceneKitCache)')) was evaluated as (Exists('obj/iPhoneSimulator/Debug/copySceneKitAssets/_BundleResourceWithLogicalName.items')).
Target _BeforeCoreCompileSceneKitAssets:
Skipping target "_BeforeCoreCompileSceneKitAssets" because it has no inputs.
Though the target has declared its inputs, the input specification only references empty properties and/or empty item lists.
Target "_GenerateBundleName" skipped. Previously built successfully.
Target _CoreCompileSceneKitAssets:
Skipping target "_CoreCompileSceneKitAssets" because it has no inputs.
Though the target has declared its inputs, the input specification only references empty properties and/or empty item lists.
Target _CompileSceneKitAssets:
Target "_DetectAppManifest" skipped. Previously built successfully.
Target "_DetectSdkLocations" skipped. Previously built successfully.
Target _BeforeCompileTextureAtlases:
Skipping target "_BeforeCompileTextureAtlases" because it has no inputs.
Though the target has declared its inputs, the input specification only references empty properties and/or empty item lists.
Target _BeforeCompileTextureAtlases:
Skipping target "_BeforeCompileTextureAtlases" because it has no inputs.
Though the target has declared its inputs, the input specification only references empty properties and/or empty item lists.
Target _ReadCoreCompileTextureAtlases:
Task "ReadItemsFromFile" skipped, due to false condition; (Exists('$(_TextureAtlasCache)')) was evaluated as (Exists('obj/iPhoneSimulator/Debug/atlas/_BundleResourceWithLogicalName.items')).
Target _BeforeCompileTextureAtlases:
Skipping target "_BeforeCompileTextureAtlases" because it has no inputs.
Though the target has declared its inputs, the input specification only references empty properties and/or empty item lists.
Target _CoreCompileTextureAtlases:
Skipping target "_CoreCompileTextureAtlases" because it has no inputs.
Though the target has declared its inputs, the input specification only references empty properties and/or empty item lists.
Target _CompileTextureAtlases:
Target "_DetectAppManifest" skipped. Previously built successfully.
Target "_DetectSdkLocations" skipped. Previously built successfully.
Target "_ComputeTargetArchitectures" skipped. Previously built successfully.
Target _BeforeCompileCoreMLModels:
Building target "_BeforeCompileCoreMLModels" completely.
Output file "obj/iPhoneSimulator/Debug/coremlc/_PartialAppManifest.items" does not exist.
Task "Delete"
File "obj/iPhoneSimulator/Debug/coremlc/_PartialAppManifest.items" doesn't exist. Skipping.
File "obj/iPhoneSimulator/Debug/coremlc/_BundleResourceWithLogicalName.items" doesn't exist. Skipping.
Done executing task "Delete".
Task "RemoveDir"
Directory "obj/iPhoneSimulator/Debug/coremlc" doesn't exist. Skipping.
Done executing task "RemoveDir".
Target "_BeforeCompileCoreMLModels" skipped. Previously built successfully.
Target _ReadCompileCoreMLModels:
Task "ReadItemsFromFile" skipped, due to false condition; (Exists('$(_CoreMLModel_PartialAppManifestCache)')) was evaluated as (Exists('obj/iPhoneSimulator/Debug/coremlc/_PartialAppManifest.items')).
Task "ReadItemsFromFile" skipped, due to false condition; (Exists('$(_CoreMLModel_BundleResourceCache)')) was evaluated as (Exists('obj/iPhoneSimulator/Debug/coremlc/_BundleResourceWithLogicalName.items')).
Target "_DetectAppManifest" skipped. Previously built successfully.
Target "_DetectSdkLocations" skipped. Previously built successfully.
Target "_BeforeCompileCoreMLModels" skipped. Previously built successfully.
Target _CoreCompileCoreMLModels:
Building target "_CoreCompileCoreMLModels" completely.
Output file "obj/iPhoneSimulator/Debug/coremlc/_PartialAppManifest.items" does not exist.
Using "CoreMLCompiler" task from assembly "/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.iOS.Tasks.dll".
Task "CoreMLCompiler"
Done executing task "CoreMLCompiler".
Task "WriteItemsToFile"
Done executing task "WriteItemsToFile".
Task "WriteItemsToFile"
Done executing task "WriteItemsToFile".
Target _CompileCoreMLModels:
Target _CollectBundleResources:
Task "CollectBundleResources"
Done executing task "CollectBundleResources".
Target "_CollectBundleResources" skipped. Previously built successfully.
Target _CollectPngImages:
Task "CreateItem" skipped, due to false condition; ('%(_BundleResourceWithLogicalName.Extension)' == '.png' And '%(_BundleResourceWithLogicalName.Optimize)' == 'true') was evaluated as ('.plist' == '.png' And 'false' == 'true').
Task "CreateItem" skipped, due to false condition; ('%(_BundleResourceWithLogicalName.Extension)' == '.png' And '%(_BundleResourceWithLogicalName.Optimize)' == 'true') was evaluated as ('.nib' == '.png' And 'false' == 'true').
Task "CreateItem" skipped, due to false condition; ('%(_BundleResourceWithLogicalName.Extension)' == '.png' And '%(_BundleResourceWithLogicalName.Optimize)' == 'true') was evaluated as ('.txt' == '.png' And 'False' == 'true').
Target "_CollectPngImages" skipped. Previously built successfully.
Target "_DetectSdkLocations" skipped. Previously built successfully.
Target _CoreOptimizePngImages:
Skipping target "_CoreOptimizePngImages" because it has no outputs.
Though the target has declared its outputs, the output specification only references empty properties and/or empty item lists.
Target "_AfterCoreOptimizePngImages" skipped, due to false condition; ('@(_PngImage)' != '') was evaluated as ('' != '').
Target _OptimizePngImages:
Target "_CollectBundleResources" skipped. Previously built successfully.
Target _CollectPropertyLists:
Task "CreateItem" skipped, due to false condition; ('%(_BundleResourceWithLogicalName.Extension)' == '.plist' And '%(_BundleResourceWithLogicalName.Optimize)' == 'true') was evaluated as ('.plist' == '.plist' And 'false' == 'true').
Task "CreateItem" skipped, due to false condition; ('%(_BundleResourceWithLogicalName.Extension)' == '.plist' And '%(_BundleResourceWithLogicalName.Optimize)' == 'true') was evaluated as ('.nib' == '.plist' And 'false' == 'true').
Task "CreateItem" skipped, due to false condition; ('%(_BundleResourceWithLogicalName.Extension)' == '.plist' And '%(_BundleResourceWithLogicalName.Optimize)' == 'true') was evaluated as ('.txt' == '.plist' And 'False' == 'true').
Target "_CollectPropertyLists" skipped. Previously built successfully.
Target "_DetectSdkLocations" skipped. Previously built successfully.
Target _CoreOptimizePropertyLists:
Skipping target "_CoreOptimizePropertyLists" because it has no inputs.
Though the target has declared its inputs, the input specification only references empty properties and/or empty item lists.
Target "_AfterCoreOptimizePropertyLists" skipped, due to false condition; ('@(_PropertyList)' != '') was evaluated as ('' != '').
Target _OptimizePropertyLists:
Target "_CollectBundleResources" skipped. Previously built successfully.
Target _CollectLocalizationFiles:
Task "CreateItem" skipped, due to false condition; ('%(_BundleResourceWithLogicalName.Extension)' == '.strings' And '%(_BundleResourceWithLogicalName.Optimize)' == 'true') was evaluated as ('.plist' == '.strings' And 'false' == 'true').
Task "CreateItem" skipped, due to false condition; ('%(_BundleResourceWithLogicalName.Extension)' == '.strings' And '%(_BundleResourceWithLogicalName.Optimize)' == 'true') was evaluated as ('.nib' == '.strings' And 'false' == 'true').
Task "CreateItem" skipped, due to false condition; ('%(_BundleResourceWithLogicalName.Extension)' == '.strings' And '%(_BundleResourceWithLogicalName.Optimize)' == 'true') was evaluated as ('.txt' == '.strings' And 'False' == 'true').
Target "_CollectLocalizationFiles" skipped. Previously built successfully.
Target "_DetectSdkLocations" skipped. Previously built successfully.
Target _CoreOptimizeLocalizationFiles:
Skipping target "_CoreOptimizeLocalizationFiles" because it has no inputs.
Though the target has declared its inputs, the input specification only references empty properties and/or empty item lists.
Target "_AfterCoreOptimizeLocalizationFiles" skipped, due to false condition; ('@(_LocalizationFile)' != '') was evaluated as ('' != '').
Target _OptimizeLocalizationFiles:
Target "_PackLibraryResources" skipped, due to false condition; ('$(_CanOutputAppBundle)' == 'false') was evaluated as ('True' == 'false').
Target "_SeparateAppExtensionReferences" skipped. Previously built successfully.
Target "_SeparateWatchAppReferences" skipped. Previously built successfully.
Target BeforeResolveReferences:
Target "AssignProjectConfiguration" skipped. Previously built successfully.
Target "PrepareProjectReferences" skipped. Previously built successfully.
Target ResolveProjectReferences:
Task "MSBuild"
Global Properties:
Configuration=Debug
Platform=AnyCPU
Removing Properties for project "../xamarin_android9_example/xamarin_android9_example.csproj":
TargetFramework
RuntimeIdentifier
__________________________________________________
Project "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/xamarin_android9_example.iOS.csproj" is building "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.csproj" (GetTargetPath target(s)):
Building with tools version "Current".
Target "GetTargetPath" skipped. Previously built successfully.
Done building project "xamarin_android9_example.csproj".
Done executing task "MSBuild".
Task "MSBuild" skipped, due to false condition; ('%(_MSBuildProjectReferenceExistent.BuildReference)' == 'true' and '@(ProjectReferenceWithConfiguration)' != '' and ('$(BuildingInsideVisualStudio)' == 'true' or '$(BuildProjectReferences)' != 'true') and '$(VisualStudioVersion)' == '10.0' and '@(_MSBuildProjectReferenceExistent)' != '') was evaluated as ('true' == 'true' and '../xamarin_android9_example/xamarin_android9_example.csproj' != '' and ('True' == 'true' or 'False' != 'true') and '15.0' == '10.0' and '../xamarin_android9_example/xamarin_android9_example.csproj' != '').
Task "MSBuild" skipped, due to false condition; ('%(_MSBuildProjectReferenceExistent.BuildReference)' == 'true' and '@(ProjectReferenceWithConfiguration)' != '' and '$(BuildingInsideVisualStudio)' != 'true' and '$(BuildProjectReferences)' == 'true' and '@(_MSBuildProjectReferenceExistent)' != '') was evaluated as ('true' == 'true' and '../xamarin_android9_example/xamarin_android9_example.csproj' != '' and 'True' != 'true' and 'False' == 'true' and '../xamarin_android9_example/xamarin_android9_example.csproj' != '').
Task "MSBuild"
Global Properties:
Configuration=Debug
Platform=AnyCPU
Removing Properties for project "../xamarin_android9_example/xamarin_android9_example.csproj":
TargetFramework
RuntimeIdentifier
__________________________________________________
Project "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/xamarin_android9_example.iOS.csproj" is building "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.csproj" (GetNativeManifest target(s)):
Building with tools version "Current".
Target GetNativeManifest:
Done building project "xamarin_android9_example.csproj".
Done executing task "MSBuild".
Task "Warning" skipped, due to false condition; ('@(ProjectReferenceWithConfiguration)' != '' and '@(_MSBuildProjectReferenceNonexistent)' != '') was evaluated as ('../xamarin_android9_example/xamarin_android9_example.csproj' != '' and '' != '').
Target "FindInvalidProjectReferences" skipped, due to false condition; ('$(FindInvalidProjectReferences)' == 'true') was evaluated as ('' == 'true').
Target ResolveNativeReferences:
Target "ResolveProjectReferences" skipped. Previously built successfully.
Target "FindInvalidProjectReferences" skipped, due to false condition; ('$(FindInvalidProjectReferences)' == 'true') was evaluated as ('' == 'true').
Target "GetFrameworkPaths" skipped. Previously built successfully.
Target "GetReferenceAssemblyPaths" skipped. Previously built successfully.
Target "PrepareForBuild" skipped. Previously built successfully.
Target "GetInstalledSDKLocations" skipped, due to false condition; ('@(SDKReference)' != '') was evaluated as ('' != '').
Target ResolveSDKReferences:
Task "ResolveSDKReference" skipped, due to false condition; ('@(SDKReference)'!='') was evaluated as (''!='').
Target "ResolveSDKReferences" skipped. Previously built successfully.
Target ExpandSDKReferences:
Task "GetSDKReferenceFiles" skipped, due to false condition; ('@(ResolvedSDKReference)'!='') was evaluated as (''!='').
Target "ResolveProjectReferences" skipped. Previously built successfully.
Target ResolveNuGetPackageAssets:
Using "ResolveNuGetPackageAssets" task from assembly "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/xbuild/Microsoft/NuGet/Microsoft.NuGet.Build.Tasks.dll".
Task "ResolveNuGetPackageAssets"
Done executing task "ResolveNuGetPackageAssets".
Task "CreateItem" skipped, due to false condition; ('@(_NuGetContentItems)' != '') was evaluated as ('' != '').
Target "FilterDeniedAssemblyReferences" skipped, due to false condition; ('$(FilterDeniedAssemblies)' == 'true'
or ('$(EnableFilteringDeniedAssembliesForNet46xProjects)' != 'false' and '$(FilterDeniedAssemblies)' == ''
and '$(TargetFrameworkIdentifier)' == '.NETFramework' and '$(ImplicitlyExpandNETStandardFacades)' == 'true'
and '$(DependsOnNETStandard)' == 'true' AND '$(NETStandardInbox)' != 'true' AND '$(_TargetFrameworkVersionWithoutV)' < '4.7.1')) was evaluated as ('' == 'true'
or ('' != 'false' and '' == ''
and 'Xamarin.iOS' == '.NETFramework' and '' == 'true'
and '' == 'true' AND '' != 'true' AND '1.0' < '4.7.1')).
Target "GetFrameworkPaths" skipped. Previously built successfully.
Target "GetReferenceAssemblyPaths" skipped. Previously built successfully.
Target _HandlePackageFileConflicts:
Using "ResolvePackageFileConflicts" task from assembly "/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/xbuild/Microsoft/Microsoft.NET.Build.Extensions/tools/net472/Microsoft.NET.Build.Extensions.Tasks.dll".
Task "ResolvePackageFileConflicts"
Done executing task "ResolvePackageFileConflicts".
Target _AddExtraReferences:
Target ResolveAssemblyReferences:
Task "ResolveAssemblyReference"
TargetFrameworkMoniker:
Xamarin.iOS,Version=v1.0
TargetFrameworkMonikerDisplayName:
Xamarin.iOS
TargetedRuntimeVersion:
Assemblies:
System
System.Xml
System.Core
/Users/USER/.nuget/packages/xamarin.firebase.ios.cloudmessaging/4.1.1/lib/xamarinios10/Firebase.CloudMessaging.dll
Private = 'false'
/Users/USER/.nuget/packages/xamarin.firebase.ios.core/6.1.0/lib/xamarinios10/Firebase.Core.dll
Private = 'false'
/Users/USER/.nuget/packages/xamarin.firebase.ios.instanceid/4.2.1/lib/xamarinios10/Firebase.InstanceID.dll
Private = 'false'
/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Core.dll
Private = 'false'
/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Platform.dll
Private = 'false'
/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Platform.iOS.dll
Private = 'false'
/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Xaml.dll
Private = 'false'
Xamarin.iOS
System.Drawing.Common.dll
AssemblyFiles:
/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/bin/Debug/netstandard2.0/xamarin_android9_example.dll
/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/mscorlib.dll
CandidateAssemblyFiles:
TargetFrameworkDirectories:
/Library/Frameworks/Mono.framework/External/xbuild-frameworks/Xamarin.iOS/v1.0/,/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/,/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/,/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/
InstalledAssemblyTables:
IgnoreInstalledAssemblyTable:
False
SearchPaths:
{CandidateAssemblyFiles}
{HintPathFromItem}
{TargetFrameworkDirectory}
{Registry:Software/Microsoft/Xamarin.iOS,v1.0,AssemblyFoldersEx}
{AssemblyFolders}
{GAC}
{RawFileName}
bin/iPhoneSimulator/Debug/
AllowedAssemblyExtensions:
.winmd
.dll
.exe
AllowedRelatedFileExtensions:
.pdb
.dll.mdb
.exe.mdb
.xml
.pri
.dll.config
.exe.config
.dll.mdb
.exe.mdb
.pdb
AppConfigFile:
AutoUnify:
False
CopyLocalDependenciesWhenParentReferenceInGac:
True
FindDependencies:
True
TargetProcessorArchitecture:
StateFile:
obj/iPhoneSimulator/Debug/xamarin_android9_example.iOS.csprojAssemblyReference.cache
InstalledAssemblySubsetTables:
IgnoreInstalledAssemblySubsetTable:
False
TargetFrameworkSubsets:
FullTargetFrameworkSubsetNames:
Full
ProfileName:
FullFrameworkFolders:
/Library/Frameworks/Mono.framework/External/xbuild-frameworks/Xamarin.iOS/v1.0/
/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/
/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/
LatestTargetFrameworkDirectories:
ProfileTablesLocation:
Primary reference "xamarin_android9_example, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null".
Resolved file path is "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/bin/Debug/netstandard2.0/xamarin_android9_example.dll".
Reference found at search path location "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/bin/Debug/netstandard2.0/xamarin_android9_example.dll".
Found related file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/bin/Debug/netstandard2.0/xamarin_android9_example.pdb".
Found related file "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/bin/Debug/netstandard2.0/xamarin_android9_example.pdb".
The ImageRuntimeVersion for this reference is "".
Primary reference "mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e".
Resolved file path is "/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/mscorlib.dll".
Reference found at search path location "/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/mscorlib.dll".
This reference is not "CopyLocal" because it's in a Frameworks directory.
The ImageRuntimeVersion for this reference is "".
Primary reference "System, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e".
Resolved file path is "/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.dll".
Reference found at search path location "{TargetFrameworkDirectory}".
For SearchPath "{TargetFrameworkDirectory}".
Considered "/Library/Frameworks/Mono.framework/External/xbuild-frameworks/Xamarin.iOS/v1.0/System.winmd", but it didn't exist.
Considered "/Library/Frameworks/Mono.framework/External/xbuild-frameworks/Xamarin.iOS/v1.0/System.dll", but it didn't exist.
Considered "/Library/Frameworks/Mono.framework/External/xbuild-frameworks/Xamarin.iOS/v1.0/System.exe", but it didn't exist.
Considered "/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.winmd", but it didn't exist.
This reference is not "CopyLocal" because it's in a Frameworks directory.
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Xml, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e".
Resolved file path is "/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.Xml.dll".
Reference found at search path location "{TargetFrameworkDirectory}".
For SearchPath "{TargetFrameworkDirectory}".
Considered "/Library/Frameworks/Mono.framework/External/xbuild-frameworks/Xamarin.iOS/v1.0/System.Xml.winmd", but it didn't exist.
Considered "/Library/Frameworks/Mono.framework/External/xbuild-frameworks/Xamarin.iOS/v1.0/System.Xml.dll", but it didn't exist.
Considered "/Library/Frameworks/Mono.framework/External/xbuild-frameworks/Xamarin.iOS/v1.0/System.Xml.exe", but it didn't exist.
Considered "/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.Xml.winmd", but it didn't exist.
This reference is not "CopyLocal" because it's in a Frameworks directory.
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Core, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e".
Resolved file path is "/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.Core.dll".
Reference found at search path location "{TargetFrameworkDirectory}".
For SearchPath "{TargetFrameworkDirectory}".
Considered "/Library/Frameworks/Mono.framework/External/xbuild-frameworks/Xamarin.iOS/v1.0/System.Core.winmd", but it didn't exist.
Considered "/Library/Frameworks/Mono.framework/External/xbuild-frameworks/Xamarin.iOS/v1.0/System.Core.dll", but it didn't exist.
Considered "/Library/Frameworks/Mono.framework/External/xbuild-frameworks/Xamarin.iOS/v1.0/System.Core.exe", but it didn't exist.
Considered "/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.Core.winmd", but it didn't exist.
This reference is not "CopyLocal" because it's in a Frameworks directory.
The ImageRuntimeVersion for this reference is "".
Primary reference "Firebase.CloudMessaging, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null".
Resolved file path is "/Users/USER/.nuget/packages/xamarin.firebase.ios.cloudmessaging/4.1.1/lib/xamarinios10/Firebase.CloudMessaging.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "Firebase.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null".
Resolved file path is "/Users/USER/.nuget/packages/xamarin.firebase.ios.core/6.1.0/lib/xamarinios10/Firebase.Core.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "Firebase.InstanceID, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null".
Resolved file path is "/Users/USER/.nuget/packages/xamarin.firebase.ios.instanceid/4.2.1/lib/xamarinios10/Firebase.InstanceID.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "Xamarin.Forms.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null".
Resolved file path is "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Core.dll".
Reference found at search path location "{RawFileName}".
Found related file "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Core.pdb".
Found related file "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Core.xml".
Found related file "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Core.pdb".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "Xamarin.Forms.Platform, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null".
Resolved file path is "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Platform.dll".
Reference found at search path location "{RawFileName}".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "Xamarin.Forms.Platform.iOS, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null".
Resolved file path is "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Platform.iOS.dll".
Reference found at search path location "{RawFileName}".
Found related file "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Platform.iOS.pdb".
Found related file "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Platform.iOS.pdb".
Found satellite file "sk/Xamarin.Forms.Platform.iOS.resources.dll".
Found satellite file "zh-Hans/Xamarin.Forms.Platform.iOS.resources.dll".
Found satellite file "zh-Hant/Xamarin.Forms.Platform.iOS.resources.dll".
Found satellite file "pl/Xamarin.Forms.Platform.iOS.resources.dll".
Found satellite file "vi/Xamarin.Forms.Platform.iOS.resources.dll".
Found satellite file "sv/Xamarin.Forms.Platform.iOS.resources.dll".
Found satellite file "he/Xamarin.Forms.Platform.iOS.resources.dll".
Found satellite file "ms/Xamarin.Forms.Platform.iOS.resources.dll".
Found satellite file "da/Xamarin.Forms.Platform.iOS.resources.dll".
Found satellite file "ja/Xamarin.Forms.Platform.iOS.resources.dll".
Found satellite file "el/Xamarin.Forms.Platform.iOS.resources.dll".
Found satellite file "it/Xamarin.Forms.Platform.iOS.resources.dll".
Found satellite file "ca/Xamarin.Forms.Platform.iOS.resources.dll".
Found satellite file "cs/Xamarin.Forms.Platform.iOS.resources.dll".
Found satellite file "ru/Xamarin.Forms.Platform.iOS.resources.dll".
Found satellite file "ro/Xamarin.Forms.Platform.iOS.resources.dll".
Found satellite file "pt/Xamarin.Forms.Platform.iOS.resources.dll".
Found satellite file "uk/Xamarin.Forms.Platform.iOS.resources.dll".
Found satellite file "ar/Xamarin.Forms.Platform.iOS.resources.dll".
Found satellite file "hr/Xamarin.Forms.Platform.iOS.resources.dll".
Found satellite file "pt-br/Xamarin.Forms.Platform.iOS.resources.dll".
Found satellite file "hu/Xamarin.Forms.Platform.iOS.resources.dll".
Found satellite file "nl/Xamarin.Forms.Platform.iOS.resources.dll".
Found satellite file "nb/Xamarin.Forms.Platform.iOS.resources.dll".
Found satellite file "hi/Xamarin.Forms.Platform.iOS.resources.dll".
Found satellite file "de/Xamarin.Forms.Platform.iOS.resources.dll".
Found satellite file "ko/Xamarin.Forms.Platform.iOS.resources.dll".
Found satellite file "fi/Xamarin.Forms.Platform.iOS.resources.dll".
Found satellite file "id/Xamarin.Forms.Platform.iOS.resources.dll".
Found satellite file "fr/Xamarin.Forms.Platform.iOS.resources.dll".
Found satellite file "es/Xamarin.Forms.Platform.iOS.resources.dll".
Found satellite file "zh-HK/Xamarin.Forms.Platform.iOS.resources.dll".
Found satellite file "th/Xamarin.Forms.Platform.iOS.resources.dll".
Found satellite file "tr/Xamarin.Forms.Platform.iOS.resources.dll".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "Xamarin.Forms.Xaml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null".
Resolved file path is "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Xaml.dll".
Reference found at search path location "{RawFileName}".
Found related file "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Xaml.pdb".
Found related file "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Xaml.xml".
Found related file "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Xaml.pdb".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Primary reference "Xamarin.iOS, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065".
Resolved file path is "/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Xamarin.iOS.dll".
Reference found at search path location "{TargetFrameworkDirectory}".
For SearchPath "{TargetFrameworkDirectory}".
Considered "/Library/Frameworks/Mono.framework/External/xbuild-frameworks/Xamarin.iOS/v1.0/Xamarin.iOS.winmd", but it didn't exist.
Considered "/Library/Frameworks/Mono.framework/External/xbuild-frameworks/Xamarin.iOS/v1.0/Xamarin.iOS.dll", but it didn't exist.
Considered "/Library/Frameworks/Mono.framework/External/xbuild-frameworks/Xamarin.iOS/v1.0/Xamarin.iOS.exe", but it didn't exist.
Considered "/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Xamarin.iOS.winmd", but it didn't exist.
This reference is not "CopyLocal" because it's in a Frameworks directory.
The ImageRuntimeVersion for this reference is "".
Primary reference "System.Drawing.Common, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51".
Resolved file path is "/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Drawing.Common.dll".
Reference found at search path location "{TargetFrameworkDirectory}".
For SearchPath "{TargetFrameworkDirectory}".
Considered "/Library/Frameworks/Mono.framework/External/xbuild-frameworks/Xamarin.iOS/v1.0/System.Drawing.Common.dll.winmd", but it didn't exist.
Considered "/Library/Frameworks/Mono.framework/External/xbuild-frameworks/Xamarin.iOS/v1.0/System.Drawing.Common.dll.dll", but it didn't exist.
Considered "/Library/Frameworks/Mono.framework/External/xbuild-frameworks/Xamarin.iOS/v1.0/System.Drawing.Common.dll.exe", but it didn't exist.
Considered "/Library/Frameworks/Mono.framework/External/xbuild-frameworks/Xamarin.iOS/v1.0/System.Drawing.Common.dll", but it didn't exist.
Considered "/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.Drawing.Common.dll.winmd", but it didn't exist.
Considered "/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.Drawing.Common.dll.dll", but it didn't exist.
Considered "/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.Drawing.Common.dll.exe", but it didn't exist.
Considered "/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.Drawing.Common.dll", but it didn't exist.
Considered "/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Drawing.Common.dll.winmd", but it didn't exist.
Considered "/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Drawing.Common.dll.dll", but it didn't exist.
Considered "/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Drawing.Common.dll.exe", but it didn't exist.
This reference is not "CopyLocal" because it's in a Frameworks directory.
The ImageRuntimeVersion for this reference is "".
Dependency "netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51".
Could not resolve this reference. Could not locate the assembly "netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
For SearchPath "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/bin/Debug/netstandard2.0".
Considered "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/bin/Debug/netstandard2.0/netstandard.winmd", but it didn't exist.
Considered "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/bin/Debug/netstandard2.0/netstandard.dll", but it didn't exist.
Considered "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/bin/Debug/netstandard2.0/netstandard.exe", but it didn't exist.
For SearchPath "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10".
Considered "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/netstandard.winmd", but it didn't exist.
Considered "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/netstandard.dll", but it didn't exist.
Considered "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/netstandard.exe", but it didn't exist.
Considered "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/netstandard.winmd", but it didn't exist.
Considered "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/netstandard.dll", but it didn't exist.
Considered "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/netstandard.exe", but it didn't exist.
For SearchPath "{TargetFrameworkDirectory}".
Considered "/Library/Frameworks/Mono.framework/External/xbuild-frameworks/Xamarin.iOS/v1.0/netstandard.winmd", but it didn't exist.
Considered "/Library/Frameworks/Mono.framework/External/xbuild-frameworks/Xamarin.iOS/v1.0/netstandard.dll", but it didn't exist.
Considered "/Library/Frameworks/Mono.framework/External/xbuild-frameworks/Xamarin.iOS/v1.0/netstandard.exe", but it didn't exist.
Considered "/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/netstandard.winmd", but it didn't exist.
Considered "/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/netstandard.dll", but it didn't exist.
Considered "/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/netstandard.exe", but it didn't exist.
Considered "/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/netstandard.winmd", but it didn't exist.
Considered "/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/netstandard.dll",
but its name "netstandard, Version=2.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51"
didn't match the expected name "netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51".
Considered "/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/netstandard.exe", but it didn't exist.
Considered "/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/netstandard.winmd", but it didn't exist.
Considered "/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/netstandard.dll",
but its name "netstandard, Version=2.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51"
didn't match the expected name "netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51".
Considered "/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/netstandard.exe", but it didn't exist.
For SearchPath "{GAC}".
Considered "netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51", which was not found in the GAC.
For SearchPath "bin/iPhoneSimulator/Debug/".
Considered "bin/iPhoneSimulator/Debug/netstandard.winmd", but it didn't exist.
Considered "bin/iPhoneSimulator/Debug/netstandard.dll", but it didn't exist.
Considered "bin/iPhoneSimulator/Debug/netstandard.exe", but it didn't exist.
Required by "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/bin/Debug/netstandard2.0/xamarin_android9_example.dll".
Required by "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Core.dll".
Required by "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Platform.dll".
Required by "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Platform.iOS.dll".
Required by "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Xaml.dll".
Dependency "mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
Could not resolve this reference. Could not locate the assembly "mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
For SearchPath "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10".
Considered "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/mscorlib.winmd", but it didn't exist.
Considered "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/mscorlib.dll", but it didn't exist.
Considered "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/mscorlib.exe", but it didn't exist.
For SearchPath "{TargetFrameworkDirectory}".
Considered "/Library/Frameworks/Mono.framework/External/xbuild-frameworks/Xamarin.iOS/v1.0/mscorlib.winmd", but it didn't exist.
Considered "/Library/Frameworks/Mono.framework/External/xbuild-frameworks/Xamarin.iOS/v1.0/mscorlib.dll", but it didn't exist.
Considered "/Library/Frameworks/Mono.framework/External/xbuild-frameworks/Xamarin.iOS/v1.0/mscorlib.exe", but it didn't exist.
Considered "/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/mscorlib.winmd", but it didn't exist.
Considered "/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/mscorlib.dll",
but its name "mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e"
didn't match the expected name "mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
Considered "/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/mscorlib.exe", but it didn't exist.
Considered "/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/mscorlib.winmd", but it didn't exist.
Considered "/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/mscorlib.dll", but it didn't exist.
Considered "/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/mscorlib.exe", but it didn't exist.
Considered "/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/mscorlib.winmd", but it didn't exist.
Considered "/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/mscorlib.dll", but it didn't exist.
Considered "/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/mscorlib.exe", but it didn't exist.
For SearchPath "{GAC}".
Considered "mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", which was not found in the GAC.
For SearchPath "bin/iPhoneSimulator/Debug/".
Considered "bin/iPhoneSimulator/Debug/mscorlib.winmd", but it didn't exist.
Considered "bin/iPhoneSimulator/Debug/mscorlib.dll", but it didn't exist.
Considered "bin/iPhoneSimulator/Debug/mscorlib.exe", but it didn't exist.
Required by "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Core.dll".
Required by "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/bin/Debug/netstandard2.0/xamarin_android9_example.dll".
Required by "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Platform.dll".
Required by "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Platform.iOS.dll".
Required by "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Xaml.dll".
Dependency "System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a".
Resolved file path is "/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.Net.Http.dll".
Reference found at search path location "{TargetFrameworkDirectory}".
For SearchPath "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10".
Considered "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/System.Net.Http.winmd", but it didn't exist.
Considered "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/System.Net.Http.dll", but it didn't exist.
Considered "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/System.Net.Http.exe", but it didn't exist.
For SearchPath "{TargetFrameworkDirectory}".
Considered "/Library/Frameworks/Mono.framework/External/xbuild-frameworks/Xamarin.iOS/v1.0/System.Net.Http.winmd", but it didn't exist.
Considered "/Library/Frameworks/Mono.framework/External/xbuild-frameworks/Xamarin.iOS/v1.0/System.Net.Http.dll", but it didn't exist.
Considered "/Library/Frameworks/Mono.framework/External/xbuild-frameworks/Xamarin.iOS/v1.0/System.Net.Http.exe", but it didn't exist.
Considered "/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.Net.Http.winmd", but it didn't exist.
Required by "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Platform.iOS.dll".
Required by "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Platform.dll".
Required by "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Core.dll".
Required by "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/bin/Debug/netstandard2.0/xamarin_android9_example.dll".
Required by "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Xaml.dll".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
Dependency "System.Runtime.Serialization, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e".
Resolved file path is "/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.Runtime.Serialization.dll".
Reference found at search path location "{TargetFrameworkDirectory}".
For SearchPath "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10".
Considered "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/System.Runtime.Serialization.winmd", but it didn't exist.
Considered "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/System.Runtime.Serialization.dll", but it didn't exist.
Considered "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/System.Runtime.Serialization.exe", but it didn't exist.
For SearchPath "{TargetFrameworkDirectory}".
Considered "/Library/Frameworks/Mono.framework/External/xbuild-frameworks/Xamarin.iOS/v1.0/System.Runtime.Serialization.winmd", but it didn't exist.
Considered "/Library/Frameworks/Mono.framework/External/xbuild-frameworks/Xamarin.iOS/v1.0/System.Runtime.Serialization.dll", but it didn't exist.
Considered "/Library/Frameworks/Mono.framework/External/xbuild-frameworks/Xamarin.iOS/v1.0/System.Runtime.Serialization.exe", but it didn't exist.
Considered "/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.Runtime.Serialization.winmd", but it didn't exist.
Required by "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Platform.iOS.dll".
Required by "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Platform.dll".
Required by "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Core.dll".
Required by "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/bin/Debug/netstandard2.0/xamarin_android9_example.dll".
Required by "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Xaml.dll".
This reference is not "CopyLocal" because at least one source item had "Private" set to "false" and no source items had "Private" set to "true".
The ImageRuntimeVersion for this reference is "".
There was a conflict between "mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" and "mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089".
"mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" was chosen because it was primary and "mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" was not.
References which depend on "mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e" [/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/mscorlib.dll].
/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/mscorlib.dll
Project file item includes which caused reference "/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/mscorlib.dll".
/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/mscorlib.dll
/Users/USER/.nuget/packages/xamarin.firebase.ios.cloudmessaging/4.1.1/lib/xamarinios10/Firebase.CloudMessaging.dll
/Users/USER/.nuget/packages/xamarin.firebase.ios.core/6.1.0/lib/xamarinios10/Firebase.Core.dll
/Users/USER/.nuget/packages/xamarin.firebase.ios.instanceid/4.2.1/lib/xamarinios10/Firebase.InstanceID.dll
/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Platform.dll
/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Core.dll
/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/bin/Debug/netstandard2.0/xamarin_android9_example.dll
/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Platform.iOS.dll
/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Xaml.dll
/Users/USER/.nuget/packages/xamarin.firebase.ios.cloudmessaging/4.1.1/lib/xamarinios10/Firebase.CloudMessaging.dll
Project file item includes which caused reference "/Users/USER/.nuget/packages/xamarin.firebase.ios.cloudmessaging/4.1.1/lib/xamarinios10/Firebase.CloudMessaging.dll".
/Users/USER/.nuget/packages/xamarin.firebase.ios.cloudmessaging/4.1.1/lib/xamarinios10/Firebase.CloudMessaging.dll
/Users/USER/.nuget/packages/xamarin.firebase.ios.core/6.1.0/lib/xamarinios10/Firebase.Core.dll
Project file item includes which caused reference "/Users/USER/.nuget/packages/xamarin.firebase.ios.core/6.1.0/lib/xamarinios10/Firebase.Core.dll".
/Users/USER/.nuget/packages/xamarin.firebase.ios.core/6.1.0/lib/xamarinios10/Firebase.Core.dll
/Users/USER/.nuget/packages/xamarin.firebase.ios.cloudmessaging/4.1.1/lib/xamarinios10/Firebase.CloudMessaging.dll
/Users/USER/.nuget/packages/xamarin.firebase.ios.instanceid/4.2.1/lib/xamarinios10/Firebase.InstanceID.dll
/Users/USER/.nuget/packages/xamarin.firebase.ios.instanceid/4.2.1/lib/xamarinios10/Firebase.InstanceID.dll
Project file item includes which caused reference "/Users/USER/.nuget/packages/xamarin.firebase.ios.instanceid/4.2.1/lib/xamarinios10/Firebase.InstanceID.dll".
/Users/USER/.nuget/packages/xamarin.firebase.ios.instanceid/4.2.1/lib/xamarinios10/Firebase.InstanceID.dll
/Users/USER/.nuget/packages/xamarin.firebase.ios.cloudmessaging/4.1.1/lib/xamarinios10/Firebase.CloudMessaging.dll
/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Platform.dll
Project file item includes which caused reference "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Platform.dll".
/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Platform.dll
/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Core.dll
/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/bin/Debug/netstandard2.0/xamarin_android9_example.dll
/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Platform.iOS.dll
/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Xaml.dll
/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Platform.iOS.dll
Project file item includes which caused reference "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Platform.iOS.dll".
/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Platform.iOS.dll
/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Platform.dll
/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Core.dll
/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/bin/Debug/netstandard2.0/xamarin_android9_example.dll
/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Xaml.dll
References which depend on "mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" [].
/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Core.dll
Project file item includes which caused reference "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Core.dll".
/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Core.dll
/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/bin/Debug/netstandard2.0/xamarin_android9_example.dll
/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Platform.dll
/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Platform.iOS.dll
/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Xaml.dll
Done executing task "ResolveAssemblyReference".
Target "GenerateBindingRedirects" skipped, due to false condition; ('$(AutoGenerateBindingRedirects)' == 'true' and '$(GenerateBindingRedirectsOutputType)' == 'true') was evaluated as ('' == 'true' and 'true' == 'true').
Target "GenerateBindingRedirectsUpdateAppConfig" skipped, due to false condition; ('$(AutoGenerateBindingRedirects)' == 'true' and '$(GenerateBindingRedirectsOutputType)' == 'true' and Exists('$(_GenerateBindingRedirectsIntermediateAppConfig)')) was evaluated as ('' == 'true' and 'true' == 'true' and Exists('obj/iPhoneSimulator/Debug/xamarin_android9_example.iOS.exe.config')).
Target "ResolveComReferences" skipped, due to false condition; ('@(COMReference)'!='' or '@(COMFileReference)'!='') was evaluated as (''!='' or ''!='').
Target AfterResolveReferences:
Target "GetReferenceAssemblyPaths" skipped. Previously built successfully.
Target ImplicitlyExpandDesignTimeFacades:
Task "GetDependsOnNETStandard" skipped, due to false condition; ('$(_HasReferenceToSystemRuntime)' != 'true' and '$(IsXBuild)' != 'true' and '$(XI_DependsOnNETStandard)' == '' and '@(XI_CandidateNETStandardReferences)' != '') was evaluated as ('' != 'true' and 'false' != 'true' and 'True' == '' and 'System;System.Xml;System.Core;/Users/USER/.nuget/packages/xamarin.firebase.ios.cloudmessaging/4.1.1/lib/xamarinios10/Firebase.CloudMessaging.dll;/Users/USER/.nuget/packages/xamarin.firebase.ios.core/6.1.0/lib/xamarinios10/Firebase.Core.dll;/Users/USER/.nuget/packages/xamarin.firebase.ios.instanceid/4.2.1/lib/xamarinios10/Firebase.InstanceID.dll;/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Core.dll;/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Platform.dll;/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Platform.iOS.dll;/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Xaml.dll;Xamarin.iOS;System.Drawing.Common.dll;/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/bin/Debug/netstandard2.0/xamarin_android9_example.dll' != '').
Task "Message" skipped, due to false condition; ('%(ReferencePath.ResolvedFrom)' == 'ImplicitlyExpandDesignTimeFacades') was evaluated as ('{RawFileName}' == 'ImplicitlyExpandDesignTimeFacades').
Task "Message" skipped, due to false condition; ('%(ReferencePath.ResolvedFrom)' == 'ImplicitlyExpandDesignTimeFacades') was evaluated as ('/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/mscorlib.dll' == 'ImplicitlyExpandDesignTimeFacades').
Task "Message" skipped, due to false condition; ('%(ReferencePath.ResolvedFrom)' == 'ImplicitlyExpandDesignTimeFacades') was evaluated as ('{TargetFrameworkDirectory}' == 'ImplicitlyExpandDesignTimeFacades').
Task "Message" skipped, due to false condition; ('%(ReferencePath.ResolvedFrom)' == 'ImplicitlyExpandDesignTimeFacades') was evaluated as ('/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/bin/Debug/netstandard2.0/xamarin_android9_example.dll' == 'ImplicitlyExpandDesignTimeFacades').
Task "Message"
Including /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/Microsoft.Win32.Primitives.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/Microsoft.Win32.Registry.AccessControl.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/Microsoft.Win32.Registry.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/netstandard.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.AppContext.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Buffers.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Collections.Concurrent.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Collections.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Collections.NonGeneric.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Collections.Specialized.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ComponentModel.Annotations.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ComponentModel.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ComponentModel.EventBasedAsync.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ComponentModel.Primitives.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ComponentModel.TypeConverter.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Console.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Data.Common.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Data.SqlClient.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.Contracts.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.Debug.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.FileVersionInfo.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.Process.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.StackTrace.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.TextWriterTraceListener.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.Tools.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.TraceEvent.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.TraceSource.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.Tracing.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Drawing.Common.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Drawing.Primitives.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Dynamic.Runtime.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Globalization.Calendars.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Globalization.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Globalization.Extensions.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.Compression.ZipFile.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.FileSystem.AccessControl.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.FileSystem.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.FileSystem.DriveInfo.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.FileSystem.Primitives.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.FileSystem.Watcher.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.IsolatedStorage.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.MemoryMappedFiles.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.Pipes.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.UnmanagedMemoryStream.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Linq.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Linq.Expressions.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Linq.Parallel.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Linq.Queryable.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Memory.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.AuthenticationManager.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.Cache.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.HttpListener.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.Mail.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.NameResolution.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.NetworkInformation.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.Ping.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.Primitives.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.Requests.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.Security.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.ServicePoint.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.Sockets.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.Utilities.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.WebHeaderCollection.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.WebSockets.Client.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.WebSockets.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ObjectModel.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Reflection.DispatchProxy.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Reflection.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Reflection.Emit.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Reflection.Emit.ILGeneration.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Reflection.Emit.Lightweight.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Reflection.Extensions.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Reflection.Primitives.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Reflection.TypeExtensions.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Resources.Reader.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Resources.ReaderWriter.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Resources.ResourceManager.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Resources.Writer.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.CompilerServices.VisualC.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.Extensions.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.Handles.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.InteropServices.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.InteropServices.RuntimeInformation.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.InteropServices.WindowsRuntime.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.Loader.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.Numerics.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.Serialization.Formatters.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.Serialization.Json.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.Serialization.Primitives.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.Serialization.Xml.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.AccessControl.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Claims.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Algorithms.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Cng.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Csp.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.DeriveBytes.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Encoding.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Encryption.Aes.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Encryption.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Encryption.ECDiffieHellman.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Encryption.ECDsa.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Hashing.Algorithms.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Hashing.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.OpenSsl.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Pkcs.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Primitives.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.ProtectedData.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.RandomNumberGenerator.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.RSA.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.X509Certificates.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Principal.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Principal.Windows.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.SecureString.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ServiceModel.Duplex.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ServiceModel.Http.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ServiceModel.NetTcp.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ServiceModel.Primitives.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ServiceModel.Security.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ServiceProcess.ServiceController.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Text.Encoding.CodePages.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Text.Encoding.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Text.Encoding.Extensions.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Text.RegularExpressions.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Threading.AccessControl.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Threading.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Threading.Overlapped.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Threading.Tasks.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Threading.Tasks.Extensions.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Threading.Tasks.Parallel.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Threading.Thread.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Threading.ThreadPool.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Threading.Timer.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ValueTuple.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Xml.ReaderWriter.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Xml.XDocument.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Xml.XmlDocument.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Xml.XmlSerializer.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Xml.XPath.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Xml.XPath.XDocument.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Xml.XPath.XmlDocument.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Xml.Xsl.Primitives.dll
Done executing task "Message".
Target ResolveReferences:
Target "_CollectBundleResources" skipped. Previously built successfully.
Target "ResolveAssemblyReferences" skipped. Previously built successfully.
Target _XamarinBuildAddDownloadedItems:
Target _XamarinBuildDownloadCore:
Using "XamarinDownloadArchives" task from assembly "/Users/USER/.nuget/packages/xamarin.build.download/0.4.11/build/Xamarin.Build.Download.dll".
Task "XamarinDownloadArchives"
Done executing task "XamarinDownloadArchives".
Target "_XamarinBuildDownloadPartialZipsCore" skipped, due to false condition; ('@(XamarinBuildDownloadPartialZip)'!='') was evaluated as (''!='').
Target _XamarinBuildDownload:
Target "_XamariniOSBuildResourceRestore" skipped, due to false condition; ('@(RestoreAssemblyResource)'!='') was evaluated as (''!='').
Target _XamarinBuildDownloadMasterTarget:
Target _UnpackLibraryResources:
Using "UnpackLibraryResources" task from assembly "/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.iOS.Tasks.dll".
Task "UnpackLibraryResources"
Inspecting assembly: /Users/USER/.nuget/packages/xamarin.firebase.ios.cloudmessaging/4.1.1/lib/xamarinios10/Firebase.CloudMessaging.dll
Inspecting assembly: /Users/USER/.nuget/packages/xamarin.firebase.ios.core/6.1.0/lib/xamarinios10/Firebase.Core.dll
Inspecting assembly: /Users/USER/.nuget/packages/xamarin.firebase.ios.instanceid/4.2.1/lib/xamarinios10/Firebase.InstanceID.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/mscorlib.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.Core.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.Xml.dll
Inspecting assembly: /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Core.dll
Inspecting assembly: /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Platform.dll
Inspecting assembly: /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Platform.iOS.dll
Inspecting assembly: /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Xaml.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Xamarin.iOS.dll
Inspecting assembly: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/bin/Debug/netstandard2.0/xamarin_android9_example.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/Microsoft.Win32.Primitives.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/Microsoft.Win32.Registry.AccessControl.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/Microsoft.Win32.Registry.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/netstandard.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.AppContext.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Buffers.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Collections.Concurrent.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Collections.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Collections.NonGeneric.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Collections.Specialized.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ComponentModel.Annotations.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ComponentModel.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ComponentModel.EventBasedAsync.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ComponentModel.Primitives.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ComponentModel.TypeConverter.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Console.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Data.Common.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Data.SqlClient.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.Contracts.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.Debug.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.FileVersionInfo.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.Process.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.StackTrace.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.TextWriterTraceListener.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.Tools.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.TraceEvent.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.TraceSource.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.Tracing.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Drawing.Common.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Drawing.Primitives.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Dynamic.Runtime.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Globalization.Calendars.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Globalization.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Globalization.Extensions.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.Compression.ZipFile.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.FileSystem.AccessControl.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.FileSystem.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.FileSystem.DriveInfo.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.FileSystem.Primitives.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.FileSystem.Watcher.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.IsolatedStorage.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.MemoryMappedFiles.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.Pipes.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.UnmanagedMemoryStream.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Linq.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Linq.Expressions.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Linq.Parallel.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Linq.Queryable.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Memory.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.AuthenticationManager.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.Cache.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.HttpListener.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.Mail.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.NameResolution.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.NetworkInformation.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.Ping.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.Primitives.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.Requests.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.Security.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.ServicePoint.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.Sockets.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.Utilities.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.WebHeaderCollection.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.WebSockets.Client.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.WebSockets.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ObjectModel.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Reflection.DispatchProxy.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Reflection.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Reflection.Emit.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Reflection.Emit.ILGeneration.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Reflection.Emit.Lightweight.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Reflection.Extensions.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Reflection.Primitives.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Reflection.TypeExtensions.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Resources.Reader.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Resources.ReaderWriter.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Resources.ResourceManager.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Resources.Writer.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.CompilerServices.VisualC.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.Extensions.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.Handles.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.InteropServices.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.InteropServices.RuntimeInformation.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.InteropServices.WindowsRuntime.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.Loader.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.Numerics.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.Serialization.Formatters.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.Serialization.Json.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.Serialization.Primitives.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.Serialization.Xml.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.AccessControl.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Claims.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Algorithms.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Cng.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Csp.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.DeriveBytes.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Encoding.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Encryption.Aes.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Encryption.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Encryption.ECDiffieHellman.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Encryption.ECDsa.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Hashing.Algorithms.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Hashing.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.OpenSsl.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Pkcs.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Primitives.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.ProtectedData.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.RandomNumberGenerator.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.RSA.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.X509Certificates.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Principal.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Principal.Windows.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.SecureString.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ServiceModel.Duplex.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ServiceModel.Http.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ServiceModel.NetTcp.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ServiceModel.Primitives.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ServiceModel.Security.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ServiceProcess.ServiceController.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Text.Encoding.CodePages.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Text.Encoding.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Text.Encoding.Extensions.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Text.RegularExpressions.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Threading.AccessControl.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Threading.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Threading.Overlapped.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Threading.Tasks.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Threading.Tasks.Extensions.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Threading.Tasks.Parallel.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Threading.Thread.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Threading.ThreadPool.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Threading.Timer.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ValueTuple.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Xml.ReaderWriter.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Xml.XDocument.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Xml.XmlDocument.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Xml.XmlSerializer.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Xml.XPath.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Xml.XPath.XDocument.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Xml.XPath.XmlDocument.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Xml.Xsl.Primitives.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.Net.Http.dll
Skipping framework assembly: /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.Runtime.Serialization.dll
Done executing task "UnpackLibraryResources".
Target BeforeBuild:
Target "BuildOnlySettings" skipped. Previously built successfully.
Target "PrepareForBuild" skipped. Previously built successfully.
Target "PreBuildEvent" skipped, due to false condition; ('$(PreBuildEvent)'!='') was evaluated as (''!='').
Target "ResolveReferences" skipped. Previously built successfully.
Target "ResolveNuGetPackageAssets" skipped. Previously built successfully.
Target AssignTargetPaths:
Task "AssignTargetPath"
Done executing task "AssignTargetPath".
Task "AssignTargetPath"
Done executing task "AssignTargetPath".
Task "AssignTargetPath"
Done executing task "AssignTargetPath".
Task "AssignTargetPath"
Done executing task "AssignTargetPath".
Task "AssignTargetPath" skipped, due to false condition; ('@(_DeploymentBaseManifestWithTargetPath)'=='' and '%(None.Extension)'=='.manifest') was evaluated as (''=='' and '.plist'=='.manifest').
Target "AssignTargetPaths" skipped. Previously built successfully.
Target SplitResourcesByCulture:
Task "Warning" skipped, due to false condition; ('@(ResxWithNoCulture)'!='') was evaluated as (''!='').
Task "Warning" skipped, due to false condition; ('@(ResxWithCulture)'!='') was evaluated as (''!='').
Task "Warning" skipped, due to false condition; ('@(NonResxWithCulture)'!='') was evaluated as (''!='').
Task "Warning" skipped, due to false condition; ('@(NonResxWithNoCulture)'!='') was evaluated as (''!='').
Task "AssignCulture"
Done executing task "AssignCulture".
Target "CreateManifestResourceNames" skipped, due to false condition; ('@(EmbeddedResource)' != '') was evaluated as ('' != '').
Target CreateCustomManifestResourceNames:
Target PrepareResourceNames:
Target "ResolveAssemblyReferences" skipped. Previously built successfully.
Target "SplitResourcesByCulture" skipped. Previously built successfully.
Target BeforeResGen:
Target "ResolveReferences" skipped. Previously built successfully.
Target FindReferenceAssembliesForReferences:
Target CoreResGen:
Task "GenerateResource" skipped, due to false condition; ('%(EmbeddedResource.Type)' == 'Resx' and '%(EmbeddedResource.GenerateResource)' != 'false' and '$(GenerateResourceMSBuildRuntime)' != 'CLR2') was evaluated as ('' == 'Resx' and '' != 'false' and 'CurrentRuntime' != 'CLR2').
Task "GenerateResource" skipped, due to false condition; ('%(EmbeddedResource.Type)' == 'Resx' and '%(EmbeddedResource.GenerateResource)' != 'false' and '$(GenerateResourceMSBuildRuntime)' == 'CLR2') was evaluated as ('' == 'Resx' and '' != 'false' and 'CurrentRuntime' == 'CLR2').
Target AfterResGen:
Target ResGen:
Target "CompileLicxFiles" skipped, due to false condition; ('@(_LicxFile)'!='') was evaluated as (''!='').
Target PrepareResources:
Target "ResolveKeySource" skipped, due to false condition; ($(SignManifests) == 'true' or $(SignAssembly) == 'true') was evaluated as ( == 'true' or == 'true').
Target "ResolveReferences" skipped. Previously built successfully.
Target "ResolveKeySource" skipped, due to false condition; ($(SignManifests) == 'true' or $(SignAssembly) == 'true') was evaluated as ( == 'true' or == 'true').
Target "ResolveComReferences" skipped, due to false condition; ('@(COMReference)'!='' or '@(COMFileReference)'!='') was evaluated as (''!='' or ''!='').
Target "ResolveNativeReferences" skipped. Previously built successfully.
Target _SetExternalWin32ManifestProperties:
Target "_SetEmbeddedWin32ManifestProperties" skipped, due to false condition; ('$(GenerateClickOnceManifests)'!='true' and '@(NativeReference)'=='' and '@(ResolvedIsolatedComModules)'=='') was evaluated as (''!='true' and '/Users/USER/Library/Caches/XamarinBuildDownload/GAppM-6.0.4/Frameworks/GoogleAppMeasurement.framework'=='' and ''=='').
Target SetWin32ManifestProperties:
Target "FindReferenceAssembliesForReferences" skipped. Previously built successfully.
Target _GenerateCompileInputs:
Task "Warning" skipped, due to false condition; ('@(ManifestResourceWithNoCulture)'!='' and '%(ManifestResourceWithNoCulture.EmittedForCompatibilityOnly)'=='') was evaluated as (''!='' and ''=='').
Task "Warning" skipped, due to false condition; ('@(ManifestNonResxWithNoCultureOnDisk)'!='' and '%(ManifestNonResxWithNoCultureOnDisk.EmittedForCompatibilityOnly)'=='') was evaluated as (''!='' and ''=='').
Target "PrepareForBuild" skipped. Previously built successfully.
Target "GetReferenceAssemblyPaths" skipped. Previously built successfully.
Target _SetTargetFrameworkMonikerAttribute:
Target GenerateTargetFrameworkMonikerAttribute:
Skipping target "GenerateTargetFrameworkMonikerAttribute" because all output files are up-to-date with respect to the input files.
Input files: /Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Microsoft.Common.targets
Output files: /var/folders/cz/7717blvs3mj_ff772czpcml40000gn/T/Xamarin.iOS,Version=v1.0.AssemblyAttributes.cs
Target "GenerateAdditionalSources" skipped, due to false condition; ('@(AssemblyAttributes)' != '' and '$(GenerateAdditionalSources)' == 'true') was evaluated as ('' != '' and '' == 'true').
Target "PrepareResourceNames" skipped. Previously built successfully.
Target _FindXamlGFiles:
Target "PrepareResourceNames" skipped. Previously built successfully.
Target "AfterResolveReferences" skipped. Previously built successfully.
Target XamlG:
Skipping target "XamlG" because it has no outputs.
Though the target has declared its outputs, the output specification only references empty properties and/or empty item lists.
Target "PrepareResourceNames" skipped. Previously built successfully.
Target _FindCSSFiles:
Target CssG:
Skipping target "CssG" because it has no outputs.
Though the target has declared its outputs, the output specification only references empty properties and/or empty item lists.
Target BeforeCompile:
Target "_TimeStampBeforeCompile" skipped, due to false condition; ('$(RunPostBuildEvent)'=='OnOutputUpdated' or ('$(RegisterForComInterop)'=='true' and '$(OutputType)'=='library')) was evaluated as (''=='OnOutputUpdated' or (''=='true' and 'Exe'=='library')).
Target "_GenerateCompileDependencyCache" skipped, due to false condition; ('$(DesignTimeBuild)' != 'true' and '$(BuildingProject)' != 'true') was evaluated as ('' != 'true' and 'true' != 'true').
Target "_FindCSSFiles" skipped. Previously built successfully.
Target CssG:
Skipping target "CssG" because it has no outputs.
Though the target has declared its outputs, the output specification only references empty properties and/or empty item lists.
Target "_FindXamlGFiles" skipped. Previously built successfully.
Target "PrepareResourceNames" skipped. Previously built successfully.
Target "AfterResolveReferences" skipped. Previously built successfully.
Target XamlG:
Skipping target "XamlG" because it has no outputs.
Though the target has declared its outputs, the output specification only references empty properties and/or empty item lists.
Target _ComputeNonExistentFileProperty:
Target "ResolveCodeAnalysisRuleSet" skipped, due to false condition; ('$(CodeAnalysisRuleSet)' != '') was evaluated as ('' != '').
Target "ShimReferencePathsWhenCommonTargetsDoesNotUnderstandReferenceAssemblies" skipped, due to false condition; ('@(ReferencePathWithRefAssemblies)' == '') was evaluated as ('/Users/USER/.nuget/packages/xamarin.firebase.ios.cloudmessaging/4.1.1/lib/xamarinios10/Firebase.CloudMessaging.dll;/Users/USER/.nuget/packages/xamarin.firebase.ios.core/6.1.0/lib/xamarinios10/Firebase.Core.dll;/Users/USER/.nuget/packages/xamarin.firebase.ios.instanceid/4.2.1/lib/xamarinios10/Firebase.InstanceID.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/mscorlib.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.Core.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.Xml.dll;/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Core.dll;/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Platform.dll;/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Platform.iOS.dll;/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Xaml.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Xamarin.iOS.dll;/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/bin/Debug/netstandard2.0/xamarin_android9_example.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/Microsoft.Win32.Primitives.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/Microsoft.Win32.Registry.AccessControl.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/Microsoft.Win32.Registry.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/netstandard.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.AppContext.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Buffers.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Collections.Concurrent.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Collections.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Collections.NonGeneric.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Collections.Specialized.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ComponentModel.Annotations.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ComponentModel.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ComponentModel.EventBasedAsync.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ComponentModel.Primitives.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ComponentModel.TypeConverter.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Console.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Data.Common.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Data.SqlClient.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.Contracts.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.Debug.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.FileVersionInfo.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.Process.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.StackTrace.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.TextWriterTraceListener.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.Tools.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.TraceEvent.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.TraceSource.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.Tracing.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Drawing.Common.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Drawing.Primitives.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Dynamic.Runtime.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Globalization.Calendars.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Globalization.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Globalization.Extensions.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.Compression.ZipFile.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.FileSystem.AccessControl.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.FileSystem.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.FileSystem.DriveInfo.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.FileSystem.Primitives.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.FileSystem.Watcher.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.IsolatedStorage.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.MemoryMappedFiles.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.Pipes.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.UnmanagedMemoryStream.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Linq.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Linq.Expressions.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Linq.Parallel.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Linq.Queryable.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Memory.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.AuthenticationManager.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.Cache.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.HttpListener.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.Mail.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.NameResolution.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.NetworkInformation.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.Ping.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.Primitives.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.Requests.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.Security.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.ServicePoint.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.Sockets.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.Utilities.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.WebHeaderCollection.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.WebSockets.Client.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.WebSockets.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ObjectModel.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Reflection.DispatchProxy.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Reflection.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Reflection.Emit.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Reflection.Emit.ILGeneration.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Reflection.Emit.Lightweight.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Reflection.Extensions.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Reflection.Primitives.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Reflection.TypeExtensions.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Resources.Reader.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Resources.ReaderWriter.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Resources.ResourceManager.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Resources.Writer.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.CompilerServices.VisualC.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.Extensions.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.Handles.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.InteropServices.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.InteropServices.RuntimeInformation.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.InteropServices.WindowsRuntime.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.Loader.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.Numerics.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.Serialization.Formatters.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.Serialization.Json.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.Serialization.Primitives.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.Serialization.Xml.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.AccessControl.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Claims.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Algorithms.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Cng.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Csp.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.DeriveBytes.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Encoding.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Encryption.Aes.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Encryption.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Encryption.ECDiffieHellman.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Encryption.ECDsa.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Hashing.Algorithms.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Hashing.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.OpenSsl.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Pkcs.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Primitives.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.ProtectedData.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.RandomNumberGenerator.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.RSA.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.X509Certificates.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Principal.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Principal.Windows.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.SecureString.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ServiceModel.Duplex.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ServiceModel.Http.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ServiceModel.NetTcp.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ServiceModel.Primitives.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ServiceModel.Security.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ServiceProcess.ServiceController.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Text.Encoding.CodePages.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Text.Encoding.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Text.Encoding.Extensions.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Text.RegularExpressions.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Threading.AccessControl.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Threading.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Threading.Overlapped.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Threading.Tasks.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Threading.Tasks.Extensions.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Threading.Tasks.Parallel.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Threading.Thread.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Threading.ThreadPool.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Threading.Timer.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ValueTuple.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Xml.ReaderWriter.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Xml.XDocument.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Xml.XmlDocument.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Xml.XmlSerializer.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Xml.XPath.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Xml.XPath.XDocument.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Xml.XPath.XmlDocument.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Xml.Xsl.Primitives.dll' == '').
Target _BeforeVBCSCoreCompile:
Target "ShimReferencePathsWhenCommonTargetsDoesNotUnderstandReferenceAssemblies" skipped, due to false condition; ('@(ReferencePathWithRefAssemblies)' == '') was evaluated as ('/Users/USER/.nuget/packages/xamarin.firebase.ios.cloudmessaging/4.1.1/lib/xamarinios10/Firebase.CloudMessaging.dll;/Users/USER/.nuget/packages/xamarin.firebase.ios.core/6.1.0/lib/xamarinios10/Firebase.Core.dll;/Users/USER/.nuget/packages/xamarin.firebase.ios.instanceid/4.2.1/lib/xamarinios10/Firebase.InstanceID.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/mscorlib.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.Core.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.Xml.dll;/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Core.dll;/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Platform.dll;/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Platform.iOS.dll;/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Xaml.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Xamarin.iOS.dll;/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/bin/Debug/netstandard2.0/xamarin_android9_example.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/Microsoft.Win32.Primitives.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/Microsoft.Win32.Registry.AccessControl.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/Microsoft.Win32.Registry.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/netstandard.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.AppContext.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Buffers.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Collections.Concurrent.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Collections.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Collections.NonGeneric.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Collections.Specialized.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ComponentModel.Annotations.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ComponentModel.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ComponentModel.EventBasedAsync.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ComponentModel.Primitives.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ComponentModel.TypeConverter.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Console.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Data.Common.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Data.SqlClient.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.Contracts.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.Debug.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.FileVersionInfo.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.Process.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.StackTrace.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.TextWriterTraceListener.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.Tools.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.TraceEvent.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.TraceSource.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.Tracing.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Drawing.Common.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Drawing.Primitives.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Dynamic.Runtime.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Globalization.Calendars.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Globalization.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Globalization.Extensions.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.Compression.ZipFile.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.FileSystem.AccessControl.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.FileSystem.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.FileSystem.DriveInfo.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.FileSystem.Primitives.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.FileSystem.Watcher.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.IsolatedStorage.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.MemoryMappedFiles.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.Pipes.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.UnmanagedMemoryStream.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Linq.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Linq.Expressions.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Linq.Parallel.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Linq.Queryable.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Memory.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.AuthenticationManager.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.Cache.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.HttpListener.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.Mail.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.NameResolution.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.NetworkInformation.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.Ping.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.Primitives.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.Requests.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.Security.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.ServicePoint.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.Sockets.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.Utilities.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.WebHeaderCollection.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.WebSockets.Client.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.WebSockets.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ObjectModel.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Reflection.DispatchProxy.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Reflection.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Reflection.Emit.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Reflection.Emit.ILGeneration.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Reflection.Emit.Lightweight.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Reflection.Extensions.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Reflection.Primitives.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Reflection.TypeExtensions.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Resources.Reader.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Resources.ReaderWriter.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Resources.ResourceManager.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Resources.Writer.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.CompilerServices.VisualC.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.Extensions.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.Handles.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.InteropServices.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.InteropServices.RuntimeInformation.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.InteropServices.WindowsRuntime.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.Loader.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.Numerics.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.Serialization.Formatters.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.Serialization.Json.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.Serialization.Primitives.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.Serialization.Xml.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.AccessControl.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Claims.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Algorithms.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Cng.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Csp.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.DeriveBytes.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Encoding.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Encryption.Aes.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Encryption.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Encryption.ECDiffieHellman.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Encryption.ECDsa.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Hashing.Algorithms.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Hashing.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.OpenSsl.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Pkcs.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Primitives.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.ProtectedData.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.RandomNumberGenerator.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.RSA.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.X509Certificates.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Principal.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Principal.Windows.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.SecureString.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ServiceModel.Duplex.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ServiceModel.Http.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ServiceModel.NetTcp.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ServiceModel.Primitives.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ServiceModel.Security.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ServiceProcess.ServiceController.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Text.Encoding.CodePages.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Text.Encoding.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Text.Encoding.Extensions.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Text.RegularExpressions.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Threading.AccessControl.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Threading.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Threading.Overlapped.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Threading.Tasks.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Threading.Tasks.Extensions.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Threading.Tasks.Parallel.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Threading.Thread.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Threading.ThreadPool.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Threading.Timer.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ValueTuple.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Xml.ReaderWriter.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Xml.XDocument.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Xml.XmlDocument.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Xml.XmlSerializer.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Xml.XPath.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Xml.XPath.XDocument.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Xml.XPath.XmlDocument.dll;/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Xml.Xsl.Primitives.dll' == '').
Target "_SetPathMapFromSourceRoots" skipped, due to false condition; ('$(DeterministicSourcePaths)' == 'true') was evaluated as ('' == 'true').
Target CoreCompile:
Building target "CoreCompile" completely.
Output file "obj/iPhoneSimulator/Debug/xamarin_android9_example.iOS.exe" does not exist.
Task "Csc"
/Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Roslyn/csc.exe /noconfig /nowarn:2008 /nostdlib+ /errorreport:prompt /warn:4 /define:__IOS__;__MOBILE__;__UNIFIED__;DEBUG /errorendlocation /preferreduilang:en-US /reference:/Users/USER/.nuget/packages/xamarin.firebase.ios.cloudmessaging/4.1.1/lib/xamarinios10/Firebase.CloudMessaging.dll /reference:/Users/USER/.nuget/packages/xamarin.firebase.ios.core/6.1.0/lib/xamarinios10/Firebase.Core.dll /reference:/Users/USER/.nuget/packages/xamarin.firebase.ios.instanceid/4.2.1/lib/xamarinios10/Firebase.InstanceID.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/System.Core.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/System.Xml.dll /reference:/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Core.dll /reference:/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Platform.dll /reference:/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Platform.iOS.dll /reference:/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Xaml.dll /reference:/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Xamarin.iOS.dll /reference:/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/bin/Debug/netstandard2.0/xamarin_android9_example.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/netstandard.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.Buffers.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.Common.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.Memory.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:portable /nowin32manifest /optimize- /out:obj/iPhoneSimulator/Debug/xamarin_android9_example.iOS.exe /target:exe /utf8output /langversion:7.3 Main.cs AppDelegate.cs Properties/AssemblyInfo.cs "/var/folders/cz/7717blvs3mj_ff772czpcml40000gn/T/Xamarin.iOS,Version=v1.0.AssemblyAttributes.cs"
Using shared compilation with compiler from directory: /Library/Frameworks/Mono.framework/Versions/6.4.0/lib/mono/msbuild/Current/bin/Roslyn
Microsoft (R) Visual C# Compiler version 3.3.1-beta4-19462-11 (66a912c9)
Copyright (C) Microsoft Corporation. All rights reserved.
Done executing task "Csc".
Task "CallTarget" skipped, due to false condition; ('$(TargetsTriggeredByCompilation)' != '') was evaluated as ('' != '').
Target "_TimeStampAfterCompile" skipped, due to false condition; ('$(RunPostBuildEvent)'=='OnOutputUpdated' or ('$(RegisterForComInterop)'=='true' and '$(OutputType)'=='library')) was evaluated as (''=='OnOutputUpdated' or (''=='true' and 'Exe'=='library')).
Target AfterCompile:
Target XamlC:
Building target "XamlC" completely.
Output file "obj/iPhoneSimulator/Debug/XamlC.stamp" does not exist.
Using "XamlCTask" task from assembly "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/build/net46/Xamarin.Forms.Build.Tasks.dll".
Task "XamlCTask"
Compiling Xaml, assembly: obj/iPhoneSimulator/Debug/xamarin_android9_example.iOS.exe
Adding searchpath /Users/USER/.nuget/packages/xamarin.firebase.ios.cloudmessaging/4.1.1/lib/xamarinios10
Adding searchpath /Users/USER/.nuget/packages/xamarin.firebase.ios.core/6.1.0/lib/xamarinios10
Adding searchpath /Users/USER/.nuget/packages/xamarin.firebase.ios.instanceid/4.2.1/lib/xamarinios10
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS
Adding searchpath /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10
Adding searchpath /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10
Adding searchpath /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10
Adding searchpath /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS
Adding searchpath /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/bin/Debug/netstandard2.0
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Adding searchpath /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades
Module: xamarin_android9_example.iOS.exe
No compiled resources. Skipping writing assembly.
Done executing task "XamlCTask".
Using "Touch" task from assembly "/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.iOS.Tasks.dll".
Task "Touch"
Creating "obj/iPhoneSimulator/Debug/XamlC.stamp" because "AlwaysCreate" was specified.
Done executing task "Touch".
Target Compile:
Target "ExportWindowsMDFile" skipped, due to false condition; ('$(ExportWinMDFile)' == 'true') was evaluated as ('' == 'true').
Target "UnmanagedUnregistration" skipped, due to false condition; ((('$(_AssemblyTimestampBeforeCompile)' != '$(_AssemblyTimestampAfterCompile)' or '$(RegisterForComInterop)' != 'true' or '$(OutputType)' != 'library') or
('$(_AssemblyTimestampBeforeCompile)' == '')) and
Exists('@(_UnmanagedRegistrationCache)')) was evaluated as ((('' != '' or '' != 'true' or 'Exe' != 'library') or
('' == '')) and
Exists('obj/xamarin_android9_example.iOS.csproj.UnmanagedRegistration.cache')).
Target "GenerateSerializationAssemblies" skipped, due to false condition; ('$(_SGenGenerateSerializationAssembliesConfig)' == 'On' or ('@(WebReferenceUrl)'!='' and '$(_SGenGenerateSerializationAssembliesConfig)' == 'Auto')) was evaluated as ('Off' == 'On' or (''!='' and 'Off' == 'Auto')).
Target _GenerateSatelliteAssemblyInputs:
Task "Warning" skipped, due to false condition; ('@(ManifestResourceWithCulture)'!='' and '%(ManifestResourceWithCulture.EmittedForCompatibilityOnly)'=='') was evaluated as (''!='' and ''=='').
Task "Warning" skipped, due to false condition; ('@(ManifestNonResxWithCultureOnDisk)'!='' and '%(ManifestNonResxWithCultureOnDisk.EmittedForCompatibilityOnly)'=='') was evaluated as (''!='' and ''=='').
Target "ComputeIntermediateSatelliteAssemblies" skipped, due to false condition; (@(EmbeddedResource->'%(WithCulture)') != '') was evaluated as ( != '').
Target "GenerateSatelliteAssemblies" skipped, due to false condition; ('@(_SatelliteAssemblyResourceInputs)' != '' and '$(GenerateSatelliteAssembliesForCore)' != 'true') was evaluated as ('' != '' and '' != 'true').
Target CreateSatelliteAssemblies:
Target GenerateManifests:
Target GetTargetPathWithTargetPlatformMoniker:
Target GetTargetPath:
Target "ComputeIntermediateSatelliteAssemblies" skipped, due to false condition; (@(EmbeddedResource->'%(WithCulture)') != '') was evaluated as ( != '').
Target _CopyFilesMarkedCopyLocal:
Using "Copy" task from assembly "/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.iOS.Tasks.dll".
Task "Copy"
Copying file from "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Core.dll" to "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/Xamarin.Forms.Core.dll".
Copying file from "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Platform.dll" to "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/Xamarin.Forms.Platform.dll".
Copying file from "/Users/USER/.nuget/packages/xamarin.firebase.ios.core/6.1.0/lib/xamarinios10/Firebase.Core.dll" to "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/Firebase.Core.dll".
Copying file from "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Core.pdb" to "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/Xamarin.Forms.Core.pdb".
Copying file from "/Users/USER/.nuget/packages/xamarin.firebase.ios.cloudmessaging/4.1.1/lib/xamarinios10/Firebase.CloudMessaging.dll" to "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/Firebase.CloudMessaging.dll".
Copying file from "/Users/USER/.nuget/packages/xamarin.firebase.ios.instanceid/4.2.1/lib/xamarinios10/Firebase.InstanceID.dll" to "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/Firebase.InstanceID.dll".
Copying file from "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Platform.iOS.dll" to "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/Xamarin.Forms.Platform.iOS.dll".
Copying file from "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Platform.iOS.pdb" to "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/Xamarin.Forms.Platform.iOS.pdb".
Copying file from "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Xaml.dll" to "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/Xamarin.Forms.Xaml.dll".
Copying file from "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Xaml.pdb" to "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/Xamarin.Forms.Xaml.pdb".
Copying file from "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/ar/Xamarin.Forms.Platform.iOS.resources.dll" to "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/ar/Xamarin.Forms.Platform.iOS.resources.dll".
Copying file from "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/ca/Xamarin.Forms.Platform.iOS.resources.dll" to "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/ca/Xamarin.Forms.Platform.iOS.resources.dll".
Copying file from "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/cs/Xamarin.Forms.Platform.iOS.resources.dll" to "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/cs/Xamarin.Forms.Platform.iOS.resources.dll".
Copying file from "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/da/Xamarin.Forms.Platform.iOS.resources.dll" to "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/da/Xamarin.Forms.Platform.iOS.resources.dll".
Copying file from "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/de/Xamarin.Forms.Platform.iOS.resources.dll" to "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/de/Xamarin.Forms.Platform.iOS.resources.dll".
Copying file from "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/el/Xamarin.Forms.Platform.iOS.resources.dll" to "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/el/Xamarin.Forms.Platform.iOS.resources.dll".
Copying file from "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/es/Xamarin.Forms.Platform.iOS.resources.dll" to "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/es/Xamarin.Forms.Platform.iOS.resources.dll".
Copying file from "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/fr/Xamarin.Forms.Platform.iOS.resources.dll" to "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/fr/Xamarin.Forms.Platform.iOS.resources.dll".
Copying file from "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/fi/Xamarin.Forms.Platform.iOS.resources.dll" to "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/fi/Xamarin.Forms.Platform.iOS.resources.dll".
Copying file from "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/he/Xamarin.Forms.Platform.iOS.resources.dll" to "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/he/Xamarin.Forms.Platform.iOS.resources.dll".
Copying file from "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/hi/Xamarin.Forms.Platform.iOS.resources.dll" to "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/hi/Xamarin.Forms.Platform.iOS.resources.dll".
Copying file from "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/hr/Xamarin.Forms.Platform.iOS.resources.dll" to "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/hr/Xamarin.Forms.Platform.iOS.resources.dll".
Copying file from "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/hu/Xamarin.Forms.Platform.iOS.resources.dll" to "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/hu/Xamarin.Forms.Platform.iOS.resources.dll".
Copying file from "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/id/Xamarin.Forms.Platform.iOS.resources.dll" to "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/id/Xamarin.Forms.Platform.iOS.resources.dll".
Copying file from "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/it/Xamarin.Forms.Platform.iOS.resources.dll" to "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/it/Xamarin.Forms.Platform.iOS.resources.dll".
Copying file from "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/ja/Xamarin.Forms.Platform.iOS.resources.dll" to "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/ja/Xamarin.Forms.Platform.iOS.resources.dll".
Copying file from "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/ko/Xamarin.Forms.Platform.iOS.resources.dll" to "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/ko/Xamarin.Forms.Platform.iOS.resources.dll".
Copying file from "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/ms/Xamarin.Forms.Platform.iOS.resources.dll" to "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/ms/Xamarin.Forms.Platform.iOS.resources.dll".
Copying file from "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/nb/Xamarin.Forms.Platform.iOS.resources.dll" to "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/nb/Xamarin.Forms.Platform.iOS.resources.dll".
Copying file from "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/nl/Xamarin.Forms.Platform.iOS.resources.dll" to "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/nl/Xamarin.Forms.Platform.iOS.resources.dll".
Copying file from "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/pl/Xamarin.Forms.Platform.iOS.resources.dll" to "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/pl/Xamarin.Forms.Platform.iOS.resources.dll".
Copying file from "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/pt-br/Xamarin.Forms.Platform.iOS.resources.dll" to "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/pt-br/Xamarin.Forms.Platform.iOS.resources.dll".
Copying file from "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/pt/Xamarin.Forms.Platform.iOS.resources.dll" to "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/pt/Xamarin.Forms.Platform.iOS.resources.dll".
Copying file from "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/ro/Xamarin.Forms.Platform.iOS.resources.dll" to "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/ro/Xamarin.Forms.Platform.iOS.resources.dll".
Copying file from "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/ru/Xamarin.Forms.Platform.iOS.resources.dll" to "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/ru/Xamarin.Forms.Platform.iOS.resources.dll".
Copying file from "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/sk/Xamarin.Forms.Platform.iOS.resources.dll" to "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/sk/Xamarin.Forms.Platform.iOS.resources.dll".
Copying file from "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/sv/Xamarin.Forms.Platform.iOS.resources.dll" to "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/sv/Xamarin.Forms.Platform.iOS.resources.dll".
Copying file from "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/th/Xamarin.Forms.Platform.iOS.resources.dll" to "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/th/Xamarin.Forms.Platform.iOS.resources.dll".
Copying file from "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/tr/Xamarin.Forms.Platform.iOS.resources.dll" to "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/tr/Xamarin.Forms.Platform.iOS.resources.dll".
Copying file from "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/uk/Xamarin.Forms.Platform.iOS.resources.dll" to "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/uk/Xamarin.Forms.Platform.iOS.resources.dll".
Copying file from "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/vi/Xamarin.Forms.Platform.iOS.resources.dll" to "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/vi/Xamarin.Forms.Platform.iOS.resources.dll".
Copying file from "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/zh-HK/Xamarin.Forms.Platform.iOS.resources.dll" to "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/zh-HK/Xamarin.Forms.Platform.iOS.resources.dll".
Copying file from "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/zh-Hans/Xamarin.Forms.Platform.iOS.resources.dll" to "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/zh-Hans/Xamarin.Forms.Platform.iOS.resources.dll".
Copying file from "/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/zh-Hant/Xamarin.Forms.Platform.iOS.resources.dll" to "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/zh-Hant/Xamarin.Forms.Platform.iOS.resources.dll".
Copying file from "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/bin/Debug/netstandard2.0/xamarin_android9_example.dll" to "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.dll".
Copying file from "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/bin/Debug/netstandard2.0/xamarin_android9_example.pdb" to "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.pdb".
Done executing task "Copy".
Task "Touch"
Creating "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/xamarin_android9_example.iOS.csproj.CopyComplete" because "AlwaysCreate" was specified.
Done executing task "Touch".
Target "AssignTargetPaths" skipped. Previously built successfully.
Target "_SplitProjectReferencesByFileExistence" skipped. Previously built successfully.
Target "_GetProjectReferenceTargetFrameworkProperties" skipped. Previously built successfully.
Target GetCopyToOutputDirectoryItems:
Task "MSBuild"
Global Properties:
Configuration=Debug
Platform=AnyCPU
Removing Properties for project "../xamarin_android9_example/xamarin_android9_example.csproj":
TargetFramework
RuntimeIdentifier
__________________________________________________
Project "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/xamarin_android9_example.iOS.csproj" is building "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.csproj" (GetCopyToOutputDirectoryItems target(s)):
Building with tools version "Current".
Target "GetCopyToOutputDirectoryItems" skipped. Previously built successfully.
Done building project "xamarin_android9_example.csproj".
Done executing task "MSBuild".
Task "AssignTargetPath"
Done executing task "AssignTargetPath".
Target "_CopyOutOfDateSourceItemsToOutputDirectory" skipped, due to false condition; ( '@(_SourceItemsToCopyToOutputDirectory)' != '' ) was evaluated as ( '' != '' ).
Target "_CopyOutOfDateSourceItemsToOutputDirectoryAlways" skipped, due to false condition; ( '@(_SourceItemsToCopyToOutputDirectoryAlways)' != '' ) was evaluated as ( '' != '' ).
Target _CopySourceItemsToOutputDirectory:
Target "_CopyAppConfigFile" skipped, due to false condition; ( '@(AppConfigWithTargetPath)' != '' ) was evaluated as ( '' != '' ).
Target "_CopyManifestFiles" skipped, due to false condition; ( '$(_DeploymentCopyApplicationManifest)'=='true' or '$(GenerateClickOnceManifests)'=='true' ) was evaluated as ( ''=='true' or ''=='true' ).
Target _CheckForCompileOutputs:
Target "_SGenCheckForOutputs" skipped, due to false condition; ('$(_SGenGenerateSerializationAssembliesConfig)' == 'On' or ('@(WebReferenceUrl)'!='' and '$(_SGenGenerateSerializationAssembliesConfig)' == 'Auto')) was evaluated as ('Off' == 'On' or (''!='' and 'Off' == 'Auto')).
Target CopyFilesToOutputDirectory:
Task "Copy"
Copying file from "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/xamarin_android9_example.iOS.exe" to "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.exe".
Done executing task "Copy".
Task "CopyRefAssembly" skipped, due to false condition; ('$(ProduceReferenceAssembly)' == 'true' and '$(CopyBuildOutputToOutputDirectory)' == 'true' and '$(SkipCopyBuildProduct)' != 'true') was evaluated as ('false' == 'true' and 'true' == 'true' and '' != 'true').
Task "Message"
xamarin_android9_example.iOS -> /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.exe
Done executing task "Message".
Task "Copy" skipped, due to false condition; ('@(AddModules)' != '') was evaluated as ('' != '').
Task "Copy" skipped, due to false condition; ('$(_SGenDllCreated)'=='true') was evaluated as ('false'=='true').
Task "Copy"
Copying file from "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/xamarin_android9_example.iOS.pdb" to "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.pdb".
Done executing task "Copy".
Task "Copy" skipped, due to false condition; ('$(_DocumentationFileProduced)'=='true' and '$(CopyDocumentationFileToOutputDirectory)'=='true') was evaluated as ('false'=='true' and 'true'=='true').
Task "Copy" skipped, due to false condition; ('@(IntermediateSatelliteAssembliesWithTargetPath)' != '') was evaluated as ('' != '').
Task "Copy" skipped, due to false condition; ('@(ReferenceComWrappersToCopyLocal)' != '' or '@(ResolvedIsolatedComModules)' != '' or '@(_DeploymentLooseManifestFile)' != '' or '@(NativeReferenceFile)' != '' ) was evaluated as ('' != '' or '' != '' or '' != '' or '' != '' ).
Task "Copy" skipped, due to false condition; ('$(SkipCopyWinMDArtifact)' != 'true' and '@(WinMDExpArtifacts)' != '') was evaluated as ('' != 'true' and '' != '').
Task "Message" skipped, due to false condition; ('$(SkipCopyWinMDArtifact)' != 'true' and '$(_WindowsMetadataOutputPath)' != '') was evaluated as ('' != 'true' and '' != '').
Target PrepareForRun:
Target "UnmanagedRegistration" skipped, due to false condition; ('$(RegisterForComInterop)'=='true' and '$(OutputType)'=='library') was evaluated as (''=='true' and 'Exe'=='library').
Target "_CheckForCompileOutputs" skipped. Previously built successfully.
Target "_SGenCheckForOutputs" skipped, due to false condition; ('$(_SGenGenerateSerializationAssembliesConfig)' == 'On' or ('@(WebReferenceUrl)'!='' and '$(_SGenGenerateSerializationAssembliesConfig)' == 'Auto')) was evaluated as ('Off' == 'On' or (''!='' and 'Off' == 'Auto')).
Target _CleanGetCurrentAndPriorFileWrites:
Task "ReadLinesFromFile"
Done executing task "ReadLinesFromFile".
Task "ConvertToAbsolutePath"
Done executing task "ConvertToAbsolutePath".
Task "FindUnderPath"
Comparison path is "/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS".
Done executing task "FindUnderPath".
Task "FindUnderPath"
Comparison path is "bin/iPhoneSimulator/Debug/".
Done executing task "FindUnderPath".
Task "FindUnderPath"
Comparison path is "obj/iPhoneSimulator/Debug/".
Done executing task "FindUnderPath".
Task "RemoveDuplicates"
Done executing task "RemoveDuplicates".
Target IncrementalClean:
Task "FindUnderPath"
Comparison path is "bin/iPhoneSimulator/Debug/".
Done executing task "FindUnderPath".
Task "FindUnderPath"
Comparison path is "obj/iPhoneSimulator/Debug/".
Done executing task "FindUnderPath".
Task "Delete"
Done executing task "Delete".
Task "RemoveDuplicates"
Done executing task "RemoveDuplicates".
Task "WriteLinesToFile"
Done executing task "WriteLinesToFile".
Target "PostBuildEvent" skipped, due to false condition; ('$(PostBuildEvent)' != '' and ('$(RunPostBuildEvent)' != 'OnOutputUpdated' or '$(_AssemblyTimestampBeforeCompile)' != '$(_AssemblyTimestampAfterCompile)')) was evaluated as ('' != '' and ('' != 'OnOutputUpdated' or '' != '')).
Target CoreBuild:
Target AfterBuild:
Target "_GenerateBundleName" skipped. Previously built successfully.
Target "_CleanUploaded" skipped. Previously built successfully.
Target "_DetectAppManifest" skipped. Previously built successfully.
Target "_DetectAppManifest" skipped. Previously built successfully.
Target "_DetectSdkLocations" skipped. Previously built successfully.
Target _DetectSigningIdentity:
Using "DetectSigningIdentity" task from assembly "/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.iOS.Tasks.dll".
Task "DetectSigningIdentity"
Detected signing identity:
Bundle Id: com.companyname.xamarin_android9_example
App Id: com.companyname.xamarin_android9_example
Done executing task "DetectSigningIdentity".
Target "_CollectBundleResources" skipped. Previously built successfully.
Target "_GenerateBundleName" skipped. Previously built successfully.
Target "_DetectSigningIdentity" skipped. Previously built successfully.
Target _ComputeBundleResourceOutputPaths:
Using "ComputeBundleResourceOutputPaths" task from assembly "/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.iOS.Tasks.dll".
Task "ComputeBundleResourceOutputPaths"
Done executing task "ComputeBundleResourceOutputPaths".
Target _CopyResourcesToBundle:
Building target "_CopyResourcesToBundle" completely.
Output file "bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/LaunchScreen.storyboardc/Info.plist" does not exist.
Output file "bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/LaunchScreen.storyboardc/X5k-f2-b5h-view-yd7-JS-zBw.nib/objects-13.0+.nib" does not exist.
Output file "bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/LaunchScreen.storyboardc/X5k-f2-b5h-view-yd7-JS-zBw.nib/runtime.nib" does not exist.
Output file "bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/LaunchScreen.storyboardc/UIViewController-X5k-f2-b5h.nib/objects-13.0+.nib" does not exist.
Output file "bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/LaunchScreen.storyboardc/UIViewController-X5k-f2-b5h.nib/runtime.nib" does not exist.
Output file "bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/GoogleService-Info.plist.txt" does not exist.
Using "SmartCopy" task from assembly "/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.iOS.Tasks.dll".
Task "SmartCopy"
Creating directory '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/LaunchScreen.storyboardc'
Copying file from '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/ibtool/LaunchScreen.storyboardc/Info.plist' to '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/LaunchScreen.storyboardc/Info.plist'
Creating directory '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/LaunchScreen.storyboardc/X5k-f2-b5h-view-yd7-JS-zBw.nib'
Copying file from '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/ibtool/LaunchScreen.storyboardc/X5k-f2-b5h-view-yd7-JS-zBw.nib/objects-13.0+.nib' to '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/LaunchScreen.storyboardc/X5k-f2-b5h-view-yd7-JS-zBw.nib/objects-13.0+.nib'
Copying file from '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/ibtool/LaunchScreen.storyboardc/X5k-f2-b5h-view-yd7-JS-zBw.nib/runtime.nib' to '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/LaunchScreen.storyboardc/X5k-f2-b5h-view-yd7-JS-zBw.nib/runtime.nib'
Creating directory '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/LaunchScreen.storyboardc/UIViewController-X5k-f2-b5h.nib'
Copying file from '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/ibtool/LaunchScreen.storyboardc/UIViewController-X5k-f2-b5h.nib/objects-13.0+.nib' to '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/LaunchScreen.storyboardc/UIViewController-X5k-f2-b5h.nib/objects-13.0+.nib'
Copying file from '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/ibtool/LaunchScreen.storyboardc/UIViewController-X5k-f2-b5h.nib/runtime.nib' to '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/LaunchScreen.storyboardc/UIViewController-X5k-f2-b5h.nib/runtime.nib'
Copying file from '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/GoogleService-Info.plist.txt' to '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/GoogleService-Info.plist.txt'
Done executing task "SmartCopy".
Target "_CopyResourcesToBundle" skipped. Previously built successfully.
Target _CreateAssetPackManifest:
Using "CreateAssetPackManifest" task from assembly "/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.iOS.Tasks.dll".
Task "CreateAssetPackManifest"
Done executing task "CreateAssetPackManifest".
Target "_SmeltMetal" skipped, due to false condition; ('$(_CanOutputAppBundle)' == 'true' And '@(Metal)' != '') was evaluated as ('True' == 'true' And '' != '').
Target "_ForgeMetal" skipped, due to false condition; ('$(_CanOutputAppBundle)' == 'true' And '@(_SmeltedMetal)' != '') was evaluated as ('True' == 'true' And '' != '').
Target "_TemperMetal" skipped, due to false condition; ('$(_CanOutputAppBundle)' == 'true' And '@(_ForgedMetal)' != '') was evaluated as ('True' == 'true' And '' != '').
Target "_CompileCoreMLModels" skipped. Previously built successfully.
Target "_DetectSdkLocations" skipped. Previously built successfully.
Target "_GenerateBundleName" skipped. Previously built successfully.
Target _PrepareResourceRules:
Task "PrepareResourceRules" skipped, due to false condition; ('$(IsMacEnabled)' == 'true' And '$(CodesignResourceRules)' != '' And '$(ComputedPlatform)' == 'iPhone') was evaluated as ('true' == 'true' And '' != '' And 'iPhoneSimulator' == 'iPhone').
Target "_CompileEntitlements" skipped, due to false condition; ('$(_RequireCodeSigning)' == 'true' Or '$(CodesignEntitlements)' != '') was evaluated as ('False' == 'true' Or '' != '').
Target "_DetectSdkLocations" skipped. Previously built successfully.
Target "_DetectAppManifest" skipped. Previously built successfully.
Target "_GenerateBundleName" skipped. Previously built successfully.
Target "_DetectSigningIdentity" skipped. Previously built successfully.
Target "_PrepareResourceRules" skipped. Previously built successfully.
Target "_AssignWatchAppConfiguration" skipped, due to false condition; ('@(_WatchAppReference)' != '') was evaluated as ('' != '').
Target _SplitWatchAppReferencesByExistent:
Task "CreateItem" skipped, due to false condition; ('@(_WatchAppReferenceWithConfiguration)' != '') was evaluated as ('' != '').
Target _ResolveWatchAppReferences:
Task "MSBuild" skipped, due to false condition; ('@(_WatchAppReferenceWithConfigurationExistent)' != '' and '$(_BuildReferencedExtensionProjects)' != 'true') was evaluated as ('' != '' and '' != 'true').
Task "MSBuild" skipped, due to false condition; ('@(_WatchAppReferenceWithConfigurationExistent)' != '' and '$(_BuildReferencedExtensionProjects)' == 'true' ) was evaluated as ('' != '' and '' == 'true' ).
Task "Warning" skipped, due to false condition; ('@(_WatchAppReferenceWithConfigurationNonExistent)' != '') was evaluated as ('' != '').
Target _DetectDebugNetworkConfiguration:
Using "DetectDebugNetworkConfiguration" task from assembly "/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.iOS.Tasks.dll".
Task "DetectDebugNetworkConfiguration"
DebugIPAddresses: 127.0.0.1
Done executing task "DetectDebugNetworkConfiguration".
Target _CompileAppManifest:
Building target "_CompileAppManifest" completely.
Output file "bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Info.plist" does not exist.
Using "CompileAppManifest" task from assembly "/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.iOS.Tasks.dll".
Task "CompileAppManifest"
Done executing task "CompileAppManifest".
Task "RemoveDir"
Directory "bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app.dSYM" doesn't exist. Skipping.
Done executing task "RemoveDir".
Task "Delete"
File "bin/iPhoneSimulator/Debug/*.bcsymbolmap" doesn't exist. Skipping.
Done executing task "Delete".
Target "_DetectAppManifest" skipped. Previously built successfully.
Target "_GenerateBundleName" skipped. Previously built successfully.
Target "_CompileAppManifest" skipped. Previously built successfully.
Target _GetNativeExecutableName:
Using "GetNativeExecutableName" task from assembly "/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.iOS.Tasks.dll".
Task "GetNativeExecutableName"
Done executing task "GetNativeExecutableName".
Target _ParseExtraMtouchArgs:
Using "ParseExtraMtouchArgs" task from assembly "/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.iOS.Tasks.dll".
Task "ParseExtraMtouchArgs"
NoSymbolStrip Output: False
NoDSymUtil Output: false
Done executing task "ParseExtraMtouchArgs".
Target "_DetectAppManifest" skipped. Previously built successfully.
Target "_DetectSdkLocations" skipped. Previously built successfully.
Target "_GenerateBundleName" skipped. Previously built successfully.
Target "_DetectSigningIdentity" skipped. Previously built successfully.
Target "_CompileEntitlements" skipped, due to false condition; ('$(_RequireCodeSigning)' == 'true' Or '$(CodesignEntitlements)' != '') was evaluated as ('False' == 'true' Or '' != '').
Target "_CompileAppManifest" skipped. Previously built successfully.
Target "_AssignAppExtensionConfiguration" skipped, due to false condition; ('@(_AppExtensionReference)' != '') was evaluated as ('' != '').
Target _SplitAppExtensionReferencesByExistent:
Task "CreateItem" skipped, due to false condition; ('@(_AppExtensionReferenceWithConfiguration)' != '') was evaluated as ('' != '').
Target _ResolveAppExtensionReferences:
Task "MSBuild" skipped, due to false condition; ('@(_AppExtensionReferenceWithConfigurationExistent)' != '' and '$(_BuildReferencedExtensionProjects)' != 'true') was evaluated as ('' != '' and '' != 'true').
Task "MSBuild" skipped, due to false condition; ('@(_AppExtensionReferenceWithConfigurationExistent)' != '' and '$(_BuildReferencedExtensionProjects)' == 'true' ) was evaluated as ('' != '' and '' == 'true' ).
Task "Warning" skipped, due to false condition; ('@(_AppExtensionReferenceWithConfigurationNonExistent)' != '') was evaluated as ('' != '').
Target "_GetNativeExecutableName" skipped. Previously built successfully.
Target _GetCompileToNativeInputs:
Target _ExpandNativeReferences:
Target _CompileToNative:
Building target "_CompileToNative" completely.
Output file "bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/xamarin_android9_example.iOS" does not exist.
Using "MTouch" task from assembly "/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.iOS.Tasks.dll".
Task "MTouch"
/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/bin/mtouch @/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/response-file.rsp -v -v -v -v "--gcc_flags=-ObjC -lc++ -lsqlite3 -lz"
Provided arguments:
@/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/response-file.rsp
Provided arguments:
--cache=/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache
--sim=/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app
--executable=xamarin_android9_example.iOS
' --debug'
' --nolink'
--sdkroot=/Applications/Xcode.app/Contents/Developer
--sdk=13.1
--targetver=12.2
' --aot-options=-O=-float32'
' --http-message-handler=NSUrlSessionHandler'
' --abi=x86_64'
--symbollist=/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-symbols.list
' --dsym=no'
--framework=/Users/USER/Library/Caches/XamarinBuildDownload/GAppM-6.0.4/Frameworks/GoogleAppMeasurement.framework
--framework=Security
--framework=StoreKit
--framework=SystemConfiguration
--framework=UIKit
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/mscorlib.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.Core.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/System.Xml.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Xamarin.iOS.dll
-r=/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/bin/Debug/netstandard2.0/xamarin_android9_example.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/Microsoft.Win32.Primitives.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/Microsoft.Win32.Registry.AccessControl.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/Microsoft.Win32.Registry.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/netstandard.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.AppContext.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Buffers.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Collections.Concurrent.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Collections.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Collections.NonGeneric.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Collections.Specialized.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ComponentModel.Annotations.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ComponentModel.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ComponentModel.EventBasedAsync.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ComponentModel.Primitives.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ComponentModel.TypeConverter.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Console.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Data.Common.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Data.SqlClient.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.Contracts.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.Debug.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.FileVersionInfo.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.Process.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.StackTrace.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.TextWriterTraceListener.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.Tools.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.TraceEvent.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.TraceSource.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Diagnostics.Tracing.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Drawing.Common.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Drawing.Primitives.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Dynamic.Runtime.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Globalization.Calendars.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Globalization.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Globalization.Extensions.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.Compression.ZipFile.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.FileSystem.AccessControl.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.FileSystem.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.FileSystem.DriveInfo.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.FileSystem.Primitives.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.FileSystem.Watcher.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.IsolatedStorage.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.MemoryMappedFiles.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.Pipes.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.IO.UnmanagedMemoryStream.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Linq.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Linq.Expressions.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Linq.Parallel.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Linq.Queryable.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Memory.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.AuthenticationManager.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.Cache.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.HttpListener.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.Mail.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.NameResolution.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.NetworkInformation.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.Ping.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.Primitives.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.Requests.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.Security.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.ServicePoint.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.Sockets.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.Utilities.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.WebHeaderCollection.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.WebSockets.Client.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Net.WebSockets.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ObjectModel.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Reflection.DispatchProxy.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Reflection.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Reflection.Emit.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Reflection.Emit.ILGeneration.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Reflection.Emit.Lightweight.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Reflection.Extensions.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Reflection.Primitives.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Reflection.TypeExtensions.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Resources.Reader.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Resources.ReaderWriter.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Resources.ResourceManager.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Resources.Writer.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.CompilerServices.VisualC.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.Extensions.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.Handles.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.InteropServices.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.InteropServices.RuntimeInformation.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.InteropServices.WindowsRuntime.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.Loader.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.Numerics.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.Serialization.Formatters.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.Serialization.Json.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.Serialization.Primitives.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Runtime.Serialization.Xml.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.AccessControl.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Claims.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Algorithms.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Cng.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Csp.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.DeriveBytes.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Encoding.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Encryption.Aes.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Encryption.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Encryption.ECDiffieHellman.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Encryption.ECDsa.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Hashing.Algorithms.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Hashing.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.OpenSsl.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Pkcs.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.Primitives.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.ProtectedData.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.RandomNumberGenerator.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.RSA.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Cryptography.X509Certificates.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Principal.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.Principal.Windows.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Security.SecureString.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ServiceModel.Duplex.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ServiceModel.Http.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ServiceModel.NetTcp.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ServiceModel.Primitives.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ServiceModel.Security.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ServiceProcess.ServiceController.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Text.Encoding.CodePages.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Text.Encoding.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Text.Encoding.Extensions.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Text.RegularExpressions.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Threading.AccessControl.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Threading.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Threading.Overlapped.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Threading.Tasks.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Threading.Tasks.Extensions.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Threading.Tasks.Parallel.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Threading.Thread.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Threading.ThreadPool.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Threading.Timer.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.ValueTuple.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Xml.ReaderWriter.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Xml.XDocument.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Xml.XmlDocument.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Xml.XmlSerializer.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Xml.XPath.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Xml.XPath.XDocument.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Xml.XPath.XmlDocument.dll
-r=/Library/Frameworks/Xamarin.iOS.framework/Versions/Current/lib/mono/Xamarin.iOS/Facades/System.Xml.Xsl.Primitives.dll
-r=/Users/USER/.nuget/packages/xamarin.firebase.ios.cloudmessaging/4.1.1/lib/xamarinios10/Firebase.CloudMessaging.dll
-r=/Users/USER/.nuget/packages/xamarin.firebase.ios.core/6.1.0/lib/xamarinios10/Firebase.Core.dll
-r=/Users/USER/.nuget/packages/xamarin.firebase.ios.instanceid/4.2.1/lib/xamarinios10/Firebase.InstanceID.dll
-r=/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Core.dll
-r=/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Platform.dll
-r=/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Platform.iOS.dll
-r=/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Xaml.dll
-r=/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/ar/Xamarin.Forms.Platform.iOS.resources.dll
-r=/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/ca/Xamarin.Forms.Platform.iOS.resources.dll
-r=/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/cs/Xamarin.Forms.Platform.iOS.resources.dll
-r=/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/da/Xamarin.Forms.Platform.iOS.resources.dll
-r=/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/de/Xamarin.Forms.Platform.iOS.resources.dll
-r=/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/el/Xamarin.Forms.Platform.iOS.resources.dll
-r=/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/es/Xamarin.Forms.Platform.iOS.resources.dll
-r=/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/fi/Xamarin.Forms.Platform.iOS.resources.dll
-r=/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/fr/Xamarin.Forms.Platform.iOS.resources.dll
-r=/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/he/Xamarin.Forms.Platform.iOS.resources.dll
-r=/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/hi/Xamarin.Forms.Platform.iOS.resources.dll
-r=/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/hr/Xamarin.Forms.Platform.iOS.resources.dll
-r=/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/hu/Xamarin.Forms.Platform.iOS.resources.dll
-r=/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/id/Xamarin.Forms.Platform.iOS.resources.dll
-r=/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/it/Xamarin.Forms.Platform.iOS.resources.dll
-r=/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/ja/Xamarin.Forms.Platform.iOS.resources.dll
-r=/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/ko/Xamarin.Forms.Platform.iOS.resources.dll
-r=/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/ms/Xamarin.Forms.Platform.iOS.resources.dll
-r=/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/nb/Xamarin.Forms.Platform.iOS.resources.dll
-r=/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/nl/Xamarin.Forms.Platform.iOS.resources.dll
-r=/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/pl/Xamarin.Forms.Platform.iOS.resources.dll
-r=/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/pt-br/Xamarin.Forms.Platform.iOS.resources.dll
-r=/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/pt/Xamarin.Forms.Platform.iOS.resources.dll
-r=/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/ro/Xamarin.Forms.Platform.iOS.resources.dll
-r=/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/ru/Xamarin.Forms.Platform.iOS.resources.dll
-r=/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/sk/Xamarin.Forms.Platform.iOS.resources.dll
-r=/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/sv/Xamarin.Forms.Platform.iOS.resources.dll
-r=/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/th/Xamarin.Forms.Platform.iOS.resources.dll
-r=/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/tr/Xamarin.Forms.Platform.iOS.resources.dll
-r=/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/uk/Xamarin.Forms.Platform.iOS.resources.dll
-r=/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/vi/Xamarin.Forms.Platform.iOS.resources.dll
-r=/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/zh-HK/Xamarin.Forms.Platform.iOS.resources.dll
-r=/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/zh-Hans/Xamarin.Forms.Platform.iOS.resources.dll
-r=/Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/zh-Hant/Xamarin.Forms.Platform.iOS.resources.dll
-r=/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/bin/Debug/netstandard2.0/xamarin_android9_example.dll
' --target-framework=Xamarin.iOS,v1.0'
--root-assembly=/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.exe
-v
-v
-v
-v
'--gcc_flags=-ObjC -lc++ -lsqlite3 -lz'
Using Xcode 11.1 (11A1027) found in /Applications/Xcode.app/Contents/Developer
Xamarin.iOS 13.4.0.2 (xcode11.1): e37549bc) using framework: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.1.sdk
A full rebuild will be performed because the cache is either incomplete or entirely missing.
A full rebuild has been forced because the cache for xamarin_android9_example.iOS is not valid.
Loaded assembly 'xamarin_android9_example.iOS, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' from /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.exe
References: 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'
References: 'Xamarin.iOS, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065'
References: 'Xamarin.Forms.Platform.iOS, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null'
References: 'Firebase.CloudMessaging, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'
References: 'xamarin_android9_example, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'
References: 'Xamarin.Forms.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null'
References: 'Firebase.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'
Loaded assembly 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e' from /Library/Frameworks/Xamarin.iOS.framework/Versions/13.4.0.2/lib/mono/Xamarin.iOS/mscorlib.dll
Loaded assembly 'Xamarin.iOS, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065' from /Library/Frameworks/Xamarin.iOS.framework/Versions/13.4.0.2/lib/mono/Xamarin.iOS/../../64bits/Xamarin.iOS.dll
References: 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'
References: 'System, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'
References: 'System.Xml, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'
References: 'System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
References: 'System.Drawing.Common, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'
References: 'System.Core, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'
Loaded assembly 'System, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e' from /Library/Frameworks/Xamarin.iOS.framework/Versions/13.4.0.2/lib/mono/Xamarin.iOS/System.dll
References: 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'
References: 'Mono.Security, Version=2.0.5.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756'
References: 'System.Xml, Version=2.0.5.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
References: 'System.Numerics, Version=2.0.5.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
References: 'System.Core, Version=2.0.5.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
Loaded assembly 'Mono.Security, Version=2.0.5.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756' from /Library/Frameworks/Xamarin.iOS.framework/Versions/13.4.0.2/lib/mono/Xamarin.iOS/Mono.Security.dll
References: 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'
References: 'System, Version=2.0.5.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
Loaded assembly 'System.Xml, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e' from /Library/Frameworks/Xamarin.iOS.framework/Versions/13.4.0.2/lib/mono/Xamarin.iOS/System.Xml.dll
References: 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'
References: 'System, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'
Loaded assembly 'System.Numerics, Version=2.0.5.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' from /Library/Frameworks/Xamarin.iOS.framework/Versions/13.4.0.2/lib/mono/Xamarin.iOS/System.Numerics.dll
References: 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'
Loaded assembly 'System.Core, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e' from /Library/Frameworks/Xamarin.iOS.framework/Versions/13.4.0.2/lib/mono/Xamarin.iOS/System.Core.dll
References: 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'
References: 'System, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'
Loaded assembly 'System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' from /Library/Frameworks/Xamarin.iOS.framework/Versions/13.4.0.2/lib/mono/Xamarin.iOS/System.Net.Http.dll
References: 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'
References: 'System, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'
References: 'Xamarin.iOS, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065'
References: 'System.Core, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'
Loaded assembly 'System.Drawing.Common, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' from /Library/Frameworks/Xamarin.iOS.framework/Versions/13.4.0.2/lib/mono/Xamarin.iOS/Facades/System.Drawing.Common.dll
References: 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'
References: 'System, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'
Loaded assembly 'Xamarin.Forms.Platform.iOS, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null' from /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Platform.iOS.dll
References: 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'
References: 'Xamarin.Forms.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null'
References: 'Xamarin.iOS, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065'
References: 'System.Core, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'
References: 'System, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'
References: 'System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
References: 'System.Runtime.Serialization, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'
References: 'System.Xml, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'
Loaded assembly 'Xamarin.Forms.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null' from /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Core.dll
References: 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'
References: 'Xamarin.Forms.Platform, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null'
References: 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
Loaded assembly 'netstandard, Version=2.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' from /Library/Frameworks/Xamarin.iOS.framework/Versions/13.4.0.2/lib/mono/Xamarin.iOS/Facades/netstandard.dll
References: 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'
References: 'System.Data, Version=2.0.5.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
References: 'System.Core, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'
References: 'System, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'
References: 'System.Drawing.Common, Version=4.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'
References: 'System.IO.Compression, Version=2.0.5.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
References: 'System.IO.Compression.FileSystem, Version=2.0.5.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
References: 'System.ComponentModel.Composition, Version=2.0.5.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
References: 'System.Net.Http, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
References: 'System.Numerics, Version=2.0.5.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
References: 'System.Runtime.Serialization, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'
References: 'System.Transactions, Version=2.0.5.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
References: 'System.Web.Services, Version=2.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
References: 'System.Xml, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'
References: 'System.Xml.Linq, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
Loaded assembly 'System.Data, Version=2.0.5.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' from /Library/Frameworks/Xamarin.iOS.framework/Versions/13.4.0.2/lib/mono/Xamarin.iOS/System.Data.dll
References: 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'
References: 'System, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'
References: 'System.Xml, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'
References: 'System.Numerics, Version=2.0.5.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
References: 'System.Core, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'
References: 'System.Transactions, Version=2.0.5.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
Loaded assembly 'System.Transactions, Version=2.0.5.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' from /Library/Frameworks/Xamarin.iOS.framework/Versions/13.4.0.2/lib/mono/Xamarin.iOS/System.Transactions.dll
References: 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'
Loaded assembly 'System.IO.Compression, Version=2.0.5.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' from /Library/Frameworks/Xamarin.iOS.framework/Versions/13.4.0.2/lib/mono/Xamarin.iOS/System.IO.Compression.dll
References: 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'
References: 'System, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'
Loaded assembly 'System.IO.Compression.FileSystem, Version=2.0.5.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' from /Library/Frameworks/Xamarin.iOS.framework/Versions/13.4.0.2/lib/mono/Xamarin.iOS/System.IO.Compression.FileSystem.dll
References: 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'
References: 'System.IO.Compression, Version=2.0.5.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
References: 'System, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'
Loaded assembly 'System.ComponentModel.Composition, Version=2.0.5.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' from /Library/Frameworks/Xamarin.iOS.framework/Versions/13.4.0.2/lib/mono/Xamarin.iOS/System.ComponentModel.Composition.dll
References: 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'
References: 'System.Core, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'
References: 'System, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'
Loaded assembly 'System.Runtime.Serialization, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e' from /Library/Frameworks/Xamarin.iOS.framework/Versions/13.4.0.2/lib/mono/Xamarin.iOS/System.Runtime.Serialization.dll
References: 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'
References: 'System.Xml, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'
References: 'System.ServiceModel.Internals, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
References: 'System, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'
References: 'System.Core, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'
Loaded assembly 'System.ServiceModel.Internals, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' from /Library/Frameworks/Xamarin.iOS.framework/Versions/13.4.0.2/lib/mono/Xamarin.iOS/System.ServiceModel.Internals.dll
References: 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'
References: 'System, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'
References: 'System.Xml, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'
Loaded assembly 'System.Web.Services, Version=2.0.5.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' from /Library/Frameworks/Xamarin.iOS.framework/Versions/13.4.0.2/lib/mono/Xamarin.iOS/System.Web.Services.dll
References: 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'
References: 'System, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'
References: 'System.Xml, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'
Loaded assembly 'System.Xml.Linq, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' from /Library/Frameworks/Xamarin.iOS.framework/Versions/13.4.0.2/lib/mono/Xamarin.iOS/System.Xml.Linq.dll
References: 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'
References: 'System.Xml, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'
References: 'System, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'
References: 'System.Core, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'
Loaded assembly 'Xamarin.Forms.Platform, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null' from /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Platform.dll
References: 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'
References: 'Xamarin.Forms.Platform.iOS, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null'
References: 'Xamarin.Forms.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null'
Loaded assembly 'Firebase.CloudMessaging, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' from /Users/USER/.nuget/packages/xamarin.firebase.ios.cloudmessaging/4.1.1/lib/xamarinios10/Firebase.CloudMessaging.dll
References: 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'
References: 'Xamarin.iOS, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065'
References: 'System, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'
References: 'Firebase.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'
References: 'Firebase.InstanceID, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'
References: 'System.Core, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'
Loaded assembly 'Firebase.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' from /Users/USER/.nuget/packages/xamarin.firebase.ios.core/6.1.0/lib/xamarinios10/Firebase.Core.dll
References: 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'
References: 'Xamarin.iOS, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065'
References: 'System, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'
Loaded assembly 'Firebase.InstanceID, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' from /Users/USER/.nuget/packages/xamarin.firebase.ios.instanceid/4.2.1/lib/xamarinios10/Firebase.InstanceID.dll
References: 'mscorlib, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'
References: 'Xamarin.iOS, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065'
References: 'System, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'
References: 'Firebase.Core, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'
References: 'System.Core, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e'
Loaded assembly 'xamarin_android9_example, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' from /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/bin/Debug/netstandard2.0/xamarin_android9_example.dll
References: 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'
References: 'Xamarin.Forms.Xaml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null'
References: 'Xamarin.Forms.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null'
Loaded assembly 'Xamarin.Forms.Xaml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null' from /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Xaml.dll
References: 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'
References: 'Xamarin.Forms.Core, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null'
Enabled optimizations: dead-code-elimination, inline-isdirectbinding, inline-runtime-arch, inline-dynamic-registration-supported, static-block-to-delegate-lookup, inline-is-arm64-calling-convention, seal-and-devirtualize, cctor-beforefieldinit, custom-attributes-removal
Extracted third-party framework 'FirebaseMessaging.framework' from '/Users/USER/.nuget/packages/xamarin.firebase.ios.cloudmessaging/4.1.1/lib/xamarinios10/Firebase.CloudMessaging.dll' to '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseMessaging.framework.zip'
LibraryName: FirebaseMessaging.framework
From: LinkWith
ForceLoad: True
Frameworks: SystemConfiguration
IsCxx: False
LinkerFlags: -lsqlite3
LinkTarget: 0
NeedsGccExceptionHandling: False
SmartLink: True
WeakFrameworks: UserNotifications
/usr/bin/unzip -u -o -d /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseMessaging.framework /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseMessaging.framework.zip
Archive: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseMessaging.framework.zip
creating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseMessaging.framework/Headers/
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseMessaging.framework/Headers/FirebaseMessaging.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseMessaging.framework/Headers/FirebaseMessaging-umbrella.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseMessaging.framework/Headers/FIRMessagingExtensionHelper.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseMessaging.framework/Headers/FIRMessaging.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseMessaging.framework/FirebaseMessaging
creating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseMessaging.framework/Modules/
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseMessaging.framework/Modules/module.modulemap
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseMessaging.framework/Info.plist
Extracted third-party framework 'FirebaseCore.framework' from '/Users/USER/.nuget/packages/xamarin.firebase.ios.core/6.1.0/lib/xamarinios10/Firebase.Core.dll' to '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseCore.framework.zip'
LibraryName: FirebaseCore.framework
From: LinkWith
ForceLoad: True
Frameworks: Foundation
IsCxx: False
LinkerFlags:
LinkTarget: 0
NeedsGccExceptionHandling: False
SmartLink: True
WeakFrameworks:
/usr/bin/unzip -u -o -d /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseCore.framework /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseCore.framework.zip
Archive: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseCore.framework.zip
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseCore.framework/FirebaseCore
creating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseCore.framework/PrivateHeaders/
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseCore.framework/PrivateHeaders/FIRComponentContainer.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseCore.framework/PrivateHeaders/FIROptionsInternal.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseCore.framework/PrivateHeaders/FIRLogger.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseCore.framework/PrivateHeaders/FIRAppInternal.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseCore.framework/PrivateHeaders/FIRComponentType.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseCore.framework/PrivateHeaders/FIRBundleUtil.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseCore.framework/PrivateHeaders/FIRDependency.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseCore.framework/PrivateHeaders/FIRErrorCode.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseCore.framework/PrivateHeaders/FIRConfigurationInternal.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseCore.framework/PrivateHeaders/FIRErrors.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseCore.framework/PrivateHeaders/FIRComponent.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseCore.framework/PrivateHeaders/FIRAppAssociationRegistration.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseCore.framework/PrivateHeaders/FIRAnalyticsConfiguration.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseCore.framework/PrivateHeaders/FIRComponentContainerInternal.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseCore.framework/PrivateHeaders/FIRLibrary.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseCore.framework/PrivateHeaders/FIRVersion.h
creating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseCore.framework/Headers/
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseCore.framework/Headers/FIRConfiguration.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseCore.framework/Headers/FIROptions.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseCore.framework/Headers/FIRApp.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseCore.framework/Headers/FIRLoggerLevel.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseCore.framework/Headers/FirebaseCore.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseCore.framework/Headers/FirebaseCore-umbrella.h
creating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseCore.framework/Modules/
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseCore.framework/Modules/module.modulemap
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseCore.framework/Info.plist
Extracted third-party framework 'GoogleToolboxForMac.framework' from '/Users/USER/.nuget/packages/xamarin.firebase.ios.core/6.1.0/lib/xamarinios10/Firebase.Core.dll' to '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleToolboxForMac.framework.zip'
LibraryName: GoogleToolboxForMac.framework
From: LinkWith
ForceLoad: True
Frameworks: SystemConfiguration
IsCxx: False
LinkerFlags: -lz
LinkTarget: 0
NeedsGccExceptionHandling: False
SmartLink: True
WeakFrameworks:
/usr/bin/unzip -u -o -d /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleToolboxForMac.framework /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleToolboxForMac.framework.zip
Archive: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleToolboxForMac.framework.zip
creating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleToolboxForMac.framework/Headers/
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleToolboxForMac.framework/Headers/GTMTypeCasting.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleToolboxForMac.framework/Headers/GTMNSData+zlib.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleToolboxForMac.framework/Headers/GTMNSDictionary+URLArguments.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleToolboxForMac.framework/Headers/GTMMethodCheck.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleToolboxForMac.framework/Headers/GoogleToolboxForMac-umbrella.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleToolboxForMac.framework/Headers/GTMDebugThreadValidation.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleToolboxForMac.framework/Headers/GTMLogger.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleToolboxForMac.framework/Headers/GTMDebugSelectorValidation.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleToolboxForMac.framework/Headers/GTMNSString+URLArguments.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleToolboxForMac.framework/Headers/GTMLocalizedString.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleToolboxForMac.framework/Headers/GTMDefines.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleToolboxForMac.framework/Headers/GTMStringEncoding.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleToolboxForMac.framework/Headers/GTMURLBuilder.h
creating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleToolboxForMac.framework/Modules/
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleToolboxForMac.framework/Modules/module.modulemap
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleToolboxForMac.framework/GoogleToolboxForMac
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleToolboxForMac.framework/Info.plist
Extracted third-party framework 'GTMSessionFetcher.framework' from '/Users/USER/.nuget/packages/xamarin.firebase.ios.core/6.1.0/lib/xamarinios10/Firebase.Core.dll' to '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GTMSessionFetcher.framework.zip'
LibraryName: GTMSessionFetcher.framework
From: LinkWith
ForceLoad: True
Frameworks: Security
IsCxx: False
LinkerFlags:
LinkTarget: 0
NeedsGccExceptionHandling: False
SmartLink: True
WeakFrameworks:
/usr/bin/unzip -u -o -d /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GTMSessionFetcher.framework /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GTMSessionFetcher.framework.zip
Archive: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GTMSessionFetcher.framework.zip
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GTMSessionFetcher.framework/GTMSessionFetcher
creating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GTMSessionFetcher.framework/Headers/
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GTMSessionFetcher.framework/Headers/GTMMIMEDocument.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GTMSessionFetcher.framework/Headers/GTMSessionFetcher.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GTMSessionFetcher.framework/Headers/GTMSessionUploadFetcher.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GTMSessionFetcher.framework/Headers/GTMSessionFetcher-umbrella.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GTMSessionFetcher.framework/Headers/GTMGatherInputStream.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GTMSessionFetcher.framework/Headers/GTMSessionFetcherLogging.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GTMSessionFetcher.framework/Headers/GTMReadMonitorInputStream.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GTMSessionFetcher.framework/Headers/GTMSessionFetcherService.h
creating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GTMSessionFetcher.framework/Modules/
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GTMSessionFetcher.framework/Modules/module.modulemap
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GTMSessionFetcher.framework/Info.plist
Extracted third-party framework 'leveldb.framework' from '/Users/USER/.nuget/packages/xamarin.firebase.ios.core/6.1.0/lib/xamarinios10/Firebase.Core.dll' to '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/leveldb.framework.zip'
LibraryName: leveldb.framework
From: LinkWith
ForceLoad: True
Frameworks:
IsCxx: False
LinkerFlags:
LinkTarget: 0
NeedsGccExceptionHandling: False
SmartLink: True
WeakFrameworks:
/usr/bin/unzip -u -o -d /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/leveldb.framework /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/leveldb.framework.zip
Archive: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/leveldb.framework.zip
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/leveldb.framework/leveldb
creating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/leveldb.framework/Headers/
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/leveldb.framework/Headers/env.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/leveldb.framework/Headers/status.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/leveldb.framework/Headers/db.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/leveldb.framework/Headers/slice.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/leveldb.framework/Headers/cache.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/leveldb.framework/Headers/write_batch.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/leveldb.framework/Headers/options.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/leveldb.framework/Headers/dumpfile.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/leveldb.framework/Headers/c.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/leveldb.framework/Headers/filter_policy.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/leveldb.framework/Headers/comparator.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/leveldb.framework/Headers/leveldb-library-umbrella.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/leveldb.framework/Headers/table.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/leveldb.framework/Headers/table_builder.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/leveldb.framework/Headers/iterator.h
creating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/leveldb.framework/Modules/
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/leveldb.framework/Modules/module.modulemap
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/leveldb.framework/Info.plist
Extracted third-party framework 'nanopb.framework' from '/Users/USER/.nuget/packages/xamarin.firebase.ios.core/6.1.0/lib/xamarinios10/Firebase.Core.dll' to '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/nanopb.framework.zip'
LibraryName: nanopb.framework
From: LinkWith
ForceLoad: True
Frameworks:
IsCxx: False
LinkerFlags:
LinkTarget: 0
NeedsGccExceptionHandling: False
SmartLink: True
WeakFrameworks:
/usr/bin/unzip -u -o -d /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/nanopb.framework /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/nanopb.framework.zip
Archive: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/nanopb.framework.zip
creating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/nanopb.framework/Headers/
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/nanopb.framework/Headers/pb_common.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/nanopb.framework/Headers/nanopb-umbrella.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/nanopb.framework/Headers/pb.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/nanopb.framework/Headers/pb_encode.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/nanopb.framework/Headers/pb_decode.h
creating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/nanopb.framework/Modules/
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/nanopb.framework/Modules/module.modulemap
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/nanopb.framework/nanopb
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/nanopb.framework/Info.plist
Extracted third-party framework 'Protobuf.framework' from '/Users/USER/.nuget/packages/xamarin.firebase.ios.core/6.1.0/lib/xamarinios10/Firebase.Core.dll' to '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework.zip'
LibraryName: Protobuf.framework
From: LinkWith
ForceLoad: True
Frameworks:
IsCxx: False
LinkerFlags:
LinkTarget: 0
NeedsGccExceptionHandling: False
SmartLink: True
WeakFrameworks:
/usr/bin/unzip -u -o -d /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework.zip
Archive: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework.zip
creating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/GPBCodedOutputStream_PackagePrivate.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/GPBArray.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/Api.pbobjc.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/SourceContext.pbobjc.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/GPBProtocolBuffers.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/Duration.pbobjc.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/GPBDictionary.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/GPBCodedOutputStream.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/GPBRootObject_PackagePrivate.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/Empty.pbobjc.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/GPBUtilities_PackagePrivate.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/Wrappers.pbobjc.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/Struct.pbobjc.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/FieldMask.pbobjc.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/Protobuf-umbrella.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/GPBDescriptor.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/GPBCodedInputStream_PackagePrivate.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/Timestamp.pbobjc.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/GPBRootObject.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/Type.pbobjc.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/GPBBootstrap.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/GPBExtensionRegistry.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/GPBRuntimeTypes.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/GPBUtilities.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/GPBMessage_PackagePrivate.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/GPBWireFormat.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/GPBArray_PackagePrivate.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/GPBMessage.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/GPBProtocolBuffers_RuntimeSupport.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/GPBCodedInputStream.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/GPBDescriptor_PackagePrivate.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/Any.pbobjc.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/GPBUnknownFieldSet.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/GPBExtensionInternals.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/GPBUnknownField.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/GPBUnknownFieldSet_PackagePrivate.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/GPBWellKnownTypes.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/GPBUnknownField_PackagePrivate.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/GPBDictionary_PackagePrivate.h
creating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Modules/
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Modules/module.modulemap
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Protobuf
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Info.plist
Extracted third-party framework 'GoogleUtilities.framework' from '/Users/USER/.nuget/packages/xamarin.firebase.ios.core/6.1.0/lib/xamarinios10/Firebase.Core.dll' to '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleUtilities.framework.zip'
LibraryName: GoogleUtilities.framework
From: LinkWith
ForceLoad: True
Frameworks: Security SystemConfiguration
IsCxx: False
LinkerFlags: -ObjC -lz
LinkTarget: 0
NeedsGccExceptionHandling: False
SmartLink: True
WeakFrameworks:
/usr/bin/unzip -u -o -d /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleUtilities.framework /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleUtilities.framework.zip
Archive: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleUtilities.framework.zip
creating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleUtilities.framework/PrivateHeaders/
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleUtilities.framework/PrivateHeaders/GULSwizzler.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleUtilities.framework/PrivateHeaders/GULNetworkMessageCode.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleUtilities.framework/PrivateHeaders/GULAppEnvironmentUtil.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleUtilities.framework/PrivateHeaders/GULApplication.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleUtilities.framework/PrivateHeaders/GULAppDelegateSwizzler.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleUtilities.framework/PrivateHeaders/GULMutableDictionary.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleUtilities.framework/PrivateHeaders/GULNetworkURLSession.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleUtilities.framework/PrivateHeaders/GULNetworkLoggerProtocol.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleUtilities.framework/PrivateHeaders/GULReachabilityMessageCode.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleUtilities.framework/PrivateHeaders/GULUserDefaults.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleUtilities.framework/PrivateHeaders/GULNetwork.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleUtilities.framework/PrivateHeaders/GULOriginalIMPConvenienceMacros.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleUtilities.framework/PrivateHeaders/GULLogger.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleUtilities.framework/PrivateHeaders/GULObjectSwizzler.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleUtilities.framework/PrivateHeaders/GULReachabilityChecker.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleUtilities.framework/PrivateHeaders/GULNetworkConstants.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleUtilities.framework/PrivateHeaders/GULSwizzledObject.h
creating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleUtilities.framework/Headers/
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleUtilities.framework/Headers/GULLoggerCodes.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleUtilities.framework/Headers/GoogleUtilities-umbrella.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleUtilities.framework/Headers/GULLoggerLevel.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleUtilities.framework/Headers/GULNSData+zlib.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleUtilities.framework/GoogleUtilities
creating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleUtilities.framework/Modules/
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleUtilities.framework/Modules/module.modulemap
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleUtilities.framework/Info.plist
Extracted third-party framework 'GoogleAPIClientForREST.framework' from '/Users/USER/.nuget/packages/xamarin.firebase.ios.core/6.1.0/lib/xamarinios10/Firebase.Core.dll' to '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleAPIClientForREST.framework.zip'
LibraryName: GoogleAPIClientForREST.framework
From: LinkWith
ForceLoad: True
Frameworks:
IsCxx: False
LinkerFlags:
LinkTarget: 0
NeedsGccExceptionHandling: False
SmartLink: True
WeakFrameworks:
/usr/bin/unzip -u -o -d /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleAPIClientForREST.framework /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleAPIClientForREST.framework.zip
Archive: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleAPIClientForREST.framework.zip
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleAPIClientForREST.framework/GoogleAPIClientForREST
creating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleAPIClientForREST.framework/Headers/
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleAPIClientForREST.framework/Headers/GTLRVisionService.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleAPIClientForREST.framework/Headers/GTLRDateTime.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleAPIClientForREST.framework/Headers/GTLRFramework.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleAPIClientForREST.framework/Headers/GTLRVisionQuery.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleAPIClientForREST.framework/Headers/GTLRObject.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleAPIClientForREST.framework/Headers/GTLRUploadParameters.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleAPIClientForREST.framework/Headers/GTLRVisionObjects.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleAPIClientForREST.framework/Headers/GTLRBatchResult.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleAPIClientForREST.framework/Headers/GTLRDuration.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleAPIClientForREST.framework/Headers/GTLRQuery.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleAPIClientForREST.framework/Headers/GTLRURITemplate.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleAPIClientForREST.framework/Headers/GTLRBatchQuery.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleAPIClientForREST.framework/Headers/GTLRVision.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleAPIClientForREST.framework/Headers/GTLRErrorObject.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleAPIClientForREST.framework/Headers/GTLRService.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleAPIClientForREST.framework/Headers/GTLRBase64.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleAPIClientForREST.framework/Headers/GTLRRuntimeCommon.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleAPIClientForREST.framework/Headers/GTLRUtilities.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleAPIClientForREST.framework/Headers/GoogleAPIClientForREST-umbrella.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleAPIClientForREST.framework/Headers/GTLRDefines.h
creating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleAPIClientForREST.framework/Modules/
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleAPIClientForREST.framework/Modules/module.modulemap
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleAPIClientForREST.framework/Info.plist
Extracted third-party framework 'FirebaseInstanceID.framework' from '/Users/USER/.nuget/packages/xamarin.firebase.ios.instanceid/4.2.1/lib/xamarinios10/Firebase.InstanceID.dll' to '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseInstanceID.framework.zip'
LibraryName: FirebaseInstanceID.framework
From: LinkWith
ForceLoad: True
Frameworks: Security
IsCxx: False
LinkerFlags: -ObjC
LinkTarget: 0
NeedsGccExceptionHandling: False
SmartLink: True
WeakFrameworks:
/usr/bin/unzip -u -o -d /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseInstanceID.framework /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseInstanceID.framework.zip
Archive: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseInstanceID.framework.zip
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseInstanceID.framework/FirebaseInstanceID
creating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseInstanceID.framework/PrivateHeaders/
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseInstanceID.framework/PrivateHeaders/FIRInstanceID_Private.h
creating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseInstanceID.framework/Headers/
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseInstanceID.framework/Headers/FirebaseInstanceID.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseInstanceID.framework/Headers/FIRInstanceID.h
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseInstanceID.framework/Headers/FirebaseInstanceID-umbrella.h
creating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseInstanceID.framework/Modules/
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseInstanceID.framework/Modules/module.modulemap
inflating: /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseInstanceID.framework/Info.plist
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.exe to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/xamarin_android9_example.iOS.exe
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.pdb to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/xamarin_android9_example.iOS.pdb
Copied /Library/Frameworks/Xamarin.iOS.framework/Versions/13.4.0.2/lib/mono/Xamarin.iOS/mscorlib.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/mscorlib.dll
Copied /Library/Frameworks/Xamarin.iOS.framework/Versions/13.4.0.2/lib/mono/Xamarin.iOS/mscorlib.pdb to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/mscorlib.pdb
Copied /Library/Frameworks/Xamarin.iOS.framework/Versions/13.4.0.2/lib/mono/Xamarin.iOS/../../64bits/Xamarin.iOS.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/Xamarin.iOS.dll
Copied /Library/Frameworks/Xamarin.iOS.framework/Versions/13.4.0.2/lib/mono/Xamarin.iOS/../../64bits/Xamarin.iOS.pdb to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/Xamarin.iOS.pdb
Copied /Library/Frameworks/Xamarin.iOS.framework/Versions/13.4.0.2/lib/mono/Xamarin.iOS/System.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/System.dll
Copied /Library/Frameworks/Xamarin.iOS.framework/Versions/13.4.0.2/lib/mono/Xamarin.iOS/System.pdb to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/System.pdb
Copied /Library/Frameworks/Xamarin.iOS.framework/Versions/13.4.0.2/lib/mono/Xamarin.iOS/Mono.Security.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/Mono.Security.dll
Copied /Library/Frameworks/Xamarin.iOS.framework/Versions/13.4.0.2/lib/mono/Xamarin.iOS/Mono.Security.pdb to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/Mono.Security.pdb
Copied /Library/Frameworks/Xamarin.iOS.framework/Versions/13.4.0.2/lib/mono/Xamarin.iOS/System.Xml.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/System.Xml.dll
Copied /Library/Frameworks/Xamarin.iOS.framework/Versions/13.4.0.2/lib/mono/Xamarin.iOS/System.Xml.pdb to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/System.Xml.pdb
Copied /Library/Frameworks/Xamarin.iOS.framework/Versions/13.4.0.2/lib/mono/Xamarin.iOS/System.Numerics.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/System.Numerics.dll
Copied /Library/Frameworks/Xamarin.iOS.framework/Versions/13.4.0.2/lib/mono/Xamarin.iOS/System.Numerics.pdb to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/System.Numerics.pdb
Copied /Library/Frameworks/Xamarin.iOS.framework/Versions/13.4.0.2/lib/mono/Xamarin.iOS/System.Core.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/System.Core.dll
Copied /Library/Frameworks/Xamarin.iOS.framework/Versions/13.4.0.2/lib/mono/Xamarin.iOS/System.Core.pdb to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/System.Core.pdb
Copied /Library/Frameworks/Xamarin.iOS.framework/Versions/13.4.0.2/lib/mono/Xamarin.iOS/System.Net.Http.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/System.Net.Http.dll
Copied /Library/Frameworks/Xamarin.iOS.framework/Versions/13.4.0.2/lib/mono/Xamarin.iOS/System.Net.Http.pdb to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/System.Net.Http.pdb
Copied /Library/Frameworks/Xamarin.iOS.framework/Versions/13.4.0.2/lib/mono/Xamarin.iOS/Facades/System.Drawing.Common.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/System.Drawing.Common.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Platform.iOS.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/Xamarin.Forms.Platform.iOS.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Platform.iOS.pdb to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/Xamarin.Forms.Platform.iOS.pdb
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/sk/Xamarin.Forms.Platform.iOS.resources.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/sk/Xamarin.Forms.Platform.iOS.resources.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/zh-Hans/Xamarin.Forms.Platform.iOS.resources.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/zh-Hans/Xamarin.Forms.Platform.iOS.resources.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/zh-Hant/Xamarin.Forms.Platform.iOS.resources.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/zh-Hant/Xamarin.Forms.Platform.iOS.resources.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/pl/Xamarin.Forms.Platform.iOS.resources.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/pl/Xamarin.Forms.Platform.iOS.resources.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/vi/Xamarin.Forms.Platform.iOS.resources.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/vi/Xamarin.Forms.Platform.iOS.resources.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/sv/Xamarin.Forms.Platform.iOS.resources.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/sv/Xamarin.Forms.Platform.iOS.resources.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/he/Xamarin.Forms.Platform.iOS.resources.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/he/Xamarin.Forms.Platform.iOS.resources.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/ms/Xamarin.Forms.Platform.iOS.resources.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/ms/Xamarin.Forms.Platform.iOS.resources.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/da/Xamarin.Forms.Platform.iOS.resources.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/da/Xamarin.Forms.Platform.iOS.resources.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/ja/Xamarin.Forms.Platform.iOS.resources.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/ja/Xamarin.Forms.Platform.iOS.resources.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/el/Xamarin.Forms.Platform.iOS.resources.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/el/Xamarin.Forms.Platform.iOS.resources.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/it/Xamarin.Forms.Platform.iOS.resources.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/it/Xamarin.Forms.Platform.iOS.resources.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/ca/Xamarin.Forms.Platform.iOS.resources.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/ca/Xamarin.Forms.Platform.iOS.resources.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/cs/Xamarin.Forms.Platform.iOS.resources.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/cs/Xamarin.Forms.Platform.iOS.resources.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/ru/Xamarin.Forms.Platform.iOS.resources.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/ru/Xamarin.Forms.Platform.iOS.resources.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/ro/Xamarin.Forms.Platform.iOS.resources.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/ro/Xamarin.Forms.Platform.iOS.resources.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/pt/Xamarin.Forms.Platform.iOS.resources.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/pt/Xamarin.Forms.Platform.iOS.resources.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/uk/Xamarin.Forms.Platform.iOS.resources.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/uk/Xamarin.Forms.Platform.iOS.resources.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/ar/Xamarin.Forms.Platform.iOS.resources.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/ar/Xamarin.Forms.Platform.iOS.resources.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/hr/Xamarin.Forms.Platform.iOS.resources.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/hr/Xamarin.Forms.Platform.iOS.resources.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/pt-br/Xamarin.Forms.Platform.iOS.resources.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/pt-br/Xamarin.Forms.Platform.iOS.resources.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/hu/Xamarin.Forms.Platform.iOS.resources.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/hu/Xamarin.Forms.Platform.iOS.resources.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/nl/Xamarin.Forms.Platform.iOS.resources.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/nl/Xamarin.Forms.Platform.iOS.resources.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/nb/Xamarin.Forms.Platform.iOS.resources.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/nb/Xamarin.Forms.Platform.iOS.resources.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/hi/Xamarin.Forms.Platform.iOS.resources.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/hi/Xamarin.Forms.Platform.iOS.resources.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/de/Xamarin.Forms.Platform.iOS.resources.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/de/Xamarin.Forms.Platform.iOS.resources.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/ko/Xamarin.Forms.Platform.iOS.resources.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/ko/Xamarin.Forms.Platform.iOS.resources.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/fi/Xamarin.Forms.Platform.iOS.resources.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/fi/Xamarin.Forms.Platform.iOS.resources.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/id/Xamarin.Forms.Platform.iOS.resources.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/id/Xamarin.Forms.Platform.iOS.resources.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/fr/Xamarin.Forms.Platform.iOS.resources.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/fr/Xamarin.Forms.Platform.iOS.resources.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/es/Xamarin.Forms.Platform.iOS.resources.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/es/Xamarin.Forms.Platform.iOS.resources.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/zh-HK/Xamarin.Forms.Platform.iOS.resources.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/zh-HK/Xamarin.Forms.Platform.iOS.resources.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/th/Xamarin.Forms.Platform.iOS.resources.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/th/Xamarin.Forms.Platform.iOS.resources.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/tr/Xamarin.Forms.Platform.iOS.resources.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/tr/Xamarin.Forms.Platform.iOS.resources.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Core.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/Xamarin.Forms.Core.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Core.pdb to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/Xamarin.Forms.Core.pdb
Copied /Library/Frameworks/Xamarin.iOS.framework/Versions/13.4.0.2/lib/mono/Xamarin.iOS/Facades/netstandard.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/netstandard.dll
Copied /Library/Frameworks/Xamarin.iOS.framework/Versions/13.4.0.2/lib/mono/Xamarin.iOS/System.Data.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/System.Data.dll
Copied /Library/Frameworks/Xamarin.iOS.framework/Versions/13.4.0.2/lib/mono/Xamarin.iOS/System.Data.pdb to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/System.Data.pdb
Copied /Library/Frameworks/Xamarin.iOS.framework/Versions/13.4.0.2/lib/mono/Xamarin.iOS/System.Transactions.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/System.Transactions.dll
Copied /Library/Frameworks/Xamarin.iOS.framework/Versions/13.4.0.2/lib/mono/Xamarin.iOS/System.Transactions.pdb to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/System.Transactions.pdb
Copied /Library/Frameworks/Xamarin.iOS.framework/Versions/13.4.0.2/lib/mono/Xamarin.iOS/System.IO.Compression.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/System.IO.Compression.dll
Copied /Library/Frameworks/Xamarin.iOS.framework/Versions/13.4.0.2/lib/mono/Xamarin.iOS/System.IO.Compression.pdb to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/System.IO.Compression.pdb
Copied /Library/Frameworks/Xamarin.iOS.framework/Versions/13.4.0.2/lib/mono/Xamarin.iOS/System.IO.Compression.FileSystem.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/System.IO.Compression.FileSystem.dll
Copied /Library/Frameworks/Xamarin.iOS.framework/Versions/13.4.0.2/lib/mono/Xamarin.iOS/System.IO.Compression.FileSystem.pdb to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/System.IO.Compression.FileSystem.pdb
Copied /Library/Frameworks/Xamarin.iOS.framework/Versions/13.4.0.2/lib/mono/Xamarin.iOS/System.ComponentModel.Composition.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/System.ComponentModel.Composition.dll
Copied /Library/Frameworks/Xamarin.iOS.framework/Versions/13.4.0.2/lib/mono/Xamarin.iOS/System.ComponentModel.Composition.pdb to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/System.ComponentModel.Composition.pdb
Copied /Library/Frameworks/Xamarin.iOS.framework/Versions/13.4.0.2/lib/mono/Xamarin.iOS/System.Runtime.Serialization.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/System.Runtime.Serialization.dll
Copied /Library/Frameworks/Xamarin.iOS.framework/Versions/13.4.0.2/lib/mono/Xamarin.iOS/System.Runtime.Serialization.pdb to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/System.Runtime.Serialization.pdb
Copied /Library/Frameworks/Xamarin.iOS.framework/Versions/13.4.0.2/lib/mono/Xamarin.iOS/System.ServiceModel.Internals.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/System.ServiceModel.Internals.dll
Copied /Library/Frameworks/Xamarin.iOS.framework/Versions/13.4.0.2/lib/mono/Xamarin.iOS/System.ServiceModel.Internals.pdb to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/System.ServiceModel.Internals.pdb
Copied /Library/Frameworks/Xamarin.iOS.framework/Versions/13.4.0.2/lib/mono/Xamarin.iOS/System.Web.Services.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/System.Web.Services.dll
Copied /Library/Frameworks/Xamarin.iOS.framework/Versions/13.4.0.2/lib/mono/Xamarin.iOS/System.Web.Services.pdb to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/System.Web.Services.pdb
Copied /Library/Frameworks/Xamarin.iOS.framework/Versions/13.4.0.2/lib/mono/Xamarin.iOS/System.Xml.Linq.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/System.Xml.Linq.dll
Copied /Library/Frameworks/Xamarin.iOS.framework/Versions/13.4.0.2/lib/mono/Xamarin.iOS/System.Xml.Linq.pdb to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/System.Xml.Linq.pdb
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Platform.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/Xamarin.Forms.Platform.dll
Copied /Users/USER/.nuget/packages/xamarin.firebase.ios.cloudmessaging/4.1.1/lib/xamarinios10/Firebase.CloudMessaging.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/Firebase.CloudMessaging.dll
Copied /Users/USER/.nuget/packages/xamarin.firebase.ios.core/6.1.0/lib/xamarinios10/Firebase.Core.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/Firebase.Core.dll
Copied /Users/USER/.nuget/packages/xamarin.firebase.ios.instanceid/4.2.1/lib/xamarinios10/Firebase.InstanceID.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/Firebase.InstanceID.dll
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/bin/Debug/netstandard2.0/xamarin_android9_example.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/xamarin_android9_example.dll
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example/bin/Debug/netstandard2.0/xamarin_android9_example.pdb to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/xamarin_android9_example.pdb
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Xaml.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/Xamarin.Forms.Xaml.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/Xamarin.Forms.Xaml.pdb to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/Xamarin.Forms.Xaml.pdb
Loaded '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/xamarin_android9_example.iOS.exe'
Loaded '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/mscorlib.dll'
Loaded '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/Xamarin.iOS.dll'
Loaded '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/System.dll'
Loaded '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/Mono.Security.dll'
Loaded '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/System.Xml.dll'
Loaded '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/System.Numerics.dll'
Loaded '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/System.Core.dll'
Loaded '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/System.Net.Http.dll'
Loaded '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/System.Drawing.Common.dll'
Loaded '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/Xamarin.Forms.Platform.iOS.dll'
Loaded '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/Xamarin.Forms.Core.dll'
Loaded '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/netstandard.dll'
Loaded '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/System.Data.dll'
Loaded '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/System.Transactions.dll'
Loaded '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/System.IO.Compression.dll'
Loaded '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/System.IO.Compression.FileSystem.dll'
Loaded '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/System.ComponentModel.Composition.dll'
Loaded '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/System.Runtime.Serialization.dll'
Loaded '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/System.ServiceModel.Internals.dll'
Loaded '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/System.Web.Services.dll'
Loaded '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/System.Xml.Linq.dll'
Loaded '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/Xamarin.Forms.Platform.dll'
Loaded '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/Firebase.CloudMessaging.dll'
Loaded '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/Firebase.Core.dll'
Loaded '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/Firebase.InstanceID.dll'
Loaded '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/xamarin_android9_example.dll'
Loaded '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/Xamarin.Forms.Xaml.dll'
Linking /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/1-Link/xamarin_android9_example.iOS.exe into /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/2-PreBuild using mode 'None'
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/2-PreBuild/xamarin_android9_example.iOS.exe to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/xamarin_android9_example.iOS.exe
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/2-PreBuild/xamarin_android9_example.iOS.pdb to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/xamarin_android9_example.iOS.pdb
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/2-PreBuild/mscorlib.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/mscorlib.dll
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/2-PreBuild/mscorlib.pdb to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/mscorlib.pdb
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/2-PreBuild/Xamarin.iOS.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/Xamarin.iOS.dll
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/2-PreBuild/Xamarin.iOS.pdb to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/Xamarin.iOS.pdb
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/2-PreBuild/System.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/System.dll
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/2-PreBuild/System.pdb to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/System.pdb
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/2-PreBuild/Mono.Security.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/Mono.Security.dll
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/2-PreBuild/Mono.Security.pdb to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/Mono.Security.pdb
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/2-PreBuild/System.Xml.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/System.Xml.dll
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/2-PreBuild/System.Xml.pdb to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/System.Xml.pdb
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/2-PreBuild/System.Numerics.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/System.Numerics.dll
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/2-PreBuild/System.Numerics.pdb to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/System.Numerics.pdb
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/2-PreBuild/System.Core.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/System.Core.dll
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/2-PreBuild/System.Core.pdb to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/System.Core.pdb
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/2-PreBuild/System.Net.Http.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/System.Net.Http.dll
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/2-PreBuild/System.Net.Http.pdb to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/System.Net.Http.pdb
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/2-PreBuild/System.Drawing.Common.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/System.Drawing.Common.dll
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/2-PreBuild/Xamarin.Forms.Platform.iOS.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/Xamarin.Forms.Platform.iOS.dll
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/2-PreBuild/Xamarin.Forms.Platform.iOS.pdb to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/Xamarin.Forms.Platform.iOS.pdb
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/2-PreBuild/Xamarin.Forms.Core.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/Xamarin.Forms.Core.dll
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/2-PreBuild/Xamarin.Forms.Core.pdb to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/Xamarin.Forms.Core.pdb
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/2-PreBuild/netstandard.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/netstandard.dll
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/2-PreBuild/System.Data.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/System.Data.dll
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/2-PreBuild/System.Data.pdb to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/System.Data.pdb
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/2-PreBuild/System.Transactions.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/System.Transactions.dll
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/2-PreBuild/System.Transactions.pdb to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/System.Transactions.pdb
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/2-PreBuild/System.IO.Compression.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/System.IO.Compression.dll
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/2-PreBuild/System.IO.Compression.pdb to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/System.IO.Compression.pdb
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/2-PreBuild/System.IO.Compression.FileSystem.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/System.IO.Compression.FileSystem.dll
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/2-PreBuild/System.IO.Compression.FileSystem.pdb to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/System.IO.Compression.FileSystem.pdb
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/2-PreBuild/System.ComponentModel.Composition.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/System.ComponentModel.Composition.dll
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/2-PreBuild/System.ComponentModel.Composition.pdb to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/System.ComponentModel.Composition.pdb
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/2-PreBuild/System.Runtime.Serialization.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/System.Runtime.Serialization.dll
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/2-PreBuild/System.Runtime.Serialization.pdb to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/System.Runtime.Serialization.pdb
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/2-PreBuild/System.ServiceModel.Internals.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/System.ServiceModel.Internals.dll
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/2-PreBuild/System.ServiceModel.Internals.pdb to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/System.ServiceModel.Internals.pdb
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/2-PreBuild/System.Web.Services.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/System.Web.Services.dll
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/2-PreBuild/System.Web.Services.pdb to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/System.Web.Services.pdb
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/2-PreBuild/System.Xml.Linq.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/System.Xml.Linq.dll
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/2-PreBuild/System.Xml.Linq.pdb to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/System.Xml.Linq.pdb
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/2-PreBuild/Xamarin.Forms.Platform.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/Xamarin.Forms.Platform.dll
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/2-PreBuild/Firebase.CloudMessaging.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/Firebase.CloudMessaging.dll
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/2-PreBuild/Firebase.Core.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/Firebase.Core.dll
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/2-PreBuild/Firebase.InstanceID.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/Firebase.InstanceID.dll
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/2-PreBuild/xamarin_android9_example.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/xamarin_android9_example.dll
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/2-PreBuild/xamarin_android9_example.pdb to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/xamarin_android9_example.pdb
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/2-PreBuild/Xamarin.Forms.Xaml.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/Xamarin.Forms.Xaml.dll
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/2-PreBuild/Xamarin.Forms.Xaml.pdb to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/Xamarin.Forms.Xaml.pdb
Created task scheduler with concurrency 8.
Could not resolve the module reference System in mscorlib.dll
Linking with the framework CoreFoundation because it's referenced by a module reference in mscorlib.dll
Linking with the framework Security because it's referenced by a module reference in mscorlib.dll
Linking with the framework MetalKit because it's referenced by a module reference in Xamarin.iOS.dll
Linking with the framework MetalPerformanceShaders because it's referenced by a module reference in Xamarin.iOS.dll
Linking with the framework Metal because it's referenced by a module reference in Xamarin.iOS.dll
Linking with the framework CFNetwork because it's referenced by a module reference in Xamarin.iOS.dll
Linking with the framework CoreFoundation because it's referenced by a module reference in Xamarin.iOS.dll
Could not resolve the module reference System in System.dll
Could not resolve the module reference System.Net.Security in System.dll
Linking with the framework CoreFoundation because it's referenced by a module reference in System.dll
Linking with the framework CFNetwork because it's referenced by a module reference in System.dll
Linking with the framework Security because it's referenced by a module reference in System.dll
Linking with the framework SystemConfiguration because it's referenced by a module reference in System.dll
Linking with the framework Security because it's referenced by a module reference in Mono.Security.dll
Could not resolve the module reference System in System.Core.dll
Could not resolve the module reference System in System.IO.Compression.dll
Adding mono-native library libmono-native-unified for Xamarin.Bundler.Application.
Adding GSS framework reference.
Target(s) /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/x86_64/main.m must be rebuilt.
File '/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/x86_64/main.m' does not exist, creating it.
Target(s) /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/x86_64/main.o must be rebuilt.
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -stdlib=libc++ -gdwarf-2 -std=c++14 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/13.4.0.2/SDKs/MonoTouch.iphonesimulator.sdk/usr/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.1.sdk -Qunused-arguments -fobjc-legacy-dispatch -fobjc-abi-version=2 -mios-simulator-version-min=12.2 -arch x86_64 -c -o /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/x86_64/main.o -x objective-c++ -DMONOTOUCH -DDEBUG /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/x86_64/main.m
Target(s) /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/xamarin_android9_example.iOS must be rebuilt.
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -F /Users/USER/Library/Caches/XamarinBuildDownload/GAppM-6.0.4/Frameworks -framework GoogleAppMeasurement -framework Security -framework StoreKit -framework SystemConfiguration -framework UIKit -framework SafariServices -framework Speech -framework QuickLook -framework PushKit -framework PhotosUI -framework FileProvider -framework UserNotificationsUI -framework NotificationCenter -framework Messages -framework LocalAuthentication -framework IntentsUI -framework IdentityLookupUI -framework IdentityLookup -framework HealthKitUI -framework FileProviderUI -framework ExternalAccessory -framework DeviceCheck -framework ContactsUI -framework CoreAudioKit -framework AdSupport -framework WatchConnectivity -framework NewsstandKit -framework CoreTelephony -framework CoreMIDI -framework Accounts -framework iAd -framework Vision -framework VideoSubscriberAccount -framework VideoToolbox -framework Twitter -framework Social -framework ReplayKit -framework Photos -framework PDFKit -framework PassKit -framework OpenGLES -framework NetworkExtension -framework NaturalLanguage -framework MultipeerConnectivity -framework ModelIO -framework MobileCoreServices -framework MessageUI -framework MediaToolbox -framework MediaPlayer -framework MediaAccessibility -framework MapKit -framework JavaScriptCore -framework IOSurface -framework Intents -framework ImageIO -framework HomeKit -framework HealthKit -framework GameplayKit -framework GameController -framework GLKit -framework EventKitUI -framework EventKit -framework CoreText -framework CoreSpotlight -framework CoreMotion -framework CoreLocation -framework CoreImage -framework CoreGraphics -framework QuartzCore -framework Contacts -framework CloudKit -framework ClassKit -framework CarPlay -framework CallKit -framework BusinessChat -framework AudioToolbox -framework AssetsLibrary -framework ARKit -framework AddressBookUI -framework AddressBook -framework SpriteKit -framework SceneKit -framework Network -framework GameKit -framework WebKit -framework Foundation -framework CoreVideo -framework CoreML -framework CoreMedia -framework CoreData -framework CoreBluetooth -framework AVKit -framework AVFoundation -framework AuthenticationServices -framework Accelerate -framework MetalKit -framework MetalPerformanceShaders -framework Metal -F /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache -framework FirebaseMessaging -F /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache -framework FirebaseCore -F /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache -framework GoogleToolboxForMac -F /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache -framework GTMSessionFetcher -F /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache -framework leveldb -F /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache -framework nanopb -F /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache -framework Protobuf -F /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache -framework GoogleUtilities -F /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache -framework GoogleAPIClientForREST -F /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache -framework FirebaseInstanceID -weak_framework VisionKit -weak_framework SoundAnalysis -weak_framework QuickLookThumbnailing -weak_framework PencilKit -weak_framework MetricKit -weak_framework LinkPresentation -weak_framework CoreHaptics -weak_framework BackgroundTasks -weak_framework UserNotifications -weak_framework CoreFoundation -weak_framework CFNetwork -weak_framework GSS -Xlinker -rpath -Xlinker @executable_path/Frameworks /Library/Frameworks/Xamarin.iOS.framework/Versions/13.4.0.2/SDKs/MonoTouch.iphonesimulator.sdk/usr/lib/Xamarin.iOS.registrar.a /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/x86_64/main.o /Library/Frameworks/Xamarin.iOS.framework/Versions/13.4.0.2/SDKs/MonoTouch.iphonesimulator.sdk/usr/lib/libmonosgen-2.0.a /Library/Frameworks/Xamarin.iOS.framework/Versions/13.4.0.2/SDKs/MonoTouch.iphonesimulator.sdk/usr/lib/libxamarin-debug.a /Library/Frameworks/Xamarin.iOS.framework/Versions/13.4.0.2/SDKs/MonoTouch.iphonesimulator.sdk/usr/lib/libmono-native-unified.a -force_load /Library/Frameworks/Xamarin.iOS.framework/Versions/13.4.0.2/SDKs/MonoTouch.iphonesimulator.sdk/usr/lib/libapp.a -lcompression -lsqlite3 -lz -ObjC -lz -ObjC -Wl,-pie -arch x86_64 -gdwarf-2 -std=c++14 -I/Library/Frameworks/Xamarin.iOS.framework/Versions/13.4.0.2/SDKs/MonoTouch.iphonesimulator.sdk/usr/include -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.1.sdk -Qunused-arguments -fobjc-legacy-dispatch -fobjc-abi-version=2 -mios-simulator-version-min=12.2 -liconv -o /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/xamarin_android9_example.iOS -ObjC -lc++ -lsqlite3 -lz -u _SystemNative_ConvertErrorPlatformToPal -u _SystemNative_ConvertErrorPalToPlatform -u _SystemNative_StrErrorR -u _SystemNative_GetNonCryptographicallySecureRandomBytes -u _SystemNative_OpenDir -u _SystemNative_GetReadDirRBufferSize -u _SystemNative_ReadDirR -u _SystemNative_CloseDir -u _SystemNative_ReadLink -u _SystemNative_FStat2 -u _SystemNative_Stat2 -u _SystemNative_LStat2 -u _SystemNative_Symlink -u _SystemNative_ChMod -u _SystemNative_CopyFile -u _SystemNative_GetEGid -u _SystemNative_GetEUid -u _SystemNative_Link -u _SystemNative_MkDir -u _SystemNative_Rename -u _SystemNative_RmDir -u _SystemNative_UTime -u _SystemNative_UTimes -u _SystemNative_Unlink -u _xamarin_timezone_get_local_name -u _xamarin_timezone_get_names -u _xamarin_timezone_get_data -u _xamarin_GetFolderPath -u _xamarin_log -u _xamarin_get_locale_country_code -u _xamarin_find_protocol_wrapper_type -u _xamarin_release_block_on_main_thread -u _xamarin_start_wwan -u _xamarin_get_block_descriptor -u _xamarin_simd__NMatrix4_objc_msgSend -u _xamarin_simd__NMatrix4_objc_msgSendSuper -u _xamarin_simd__NMatrix4_objc_msgSend_stret -u _xamarin_simd__NMatrix4_objc_msgSendSuper_stret -u _xamarin_simd__IntPtr_objc_msgSend_NMatrix4 -u _xamarin_simd__IntPtr_objc_msgSendSuper_NMatrix4 -u _xamarin_simd__IntPtr_objc_msgSend_IntPtr_NMatrix4 -u _xamarin_simd__IntPtr_objc_msgSendSuper_IntPtr_NMatrix4 -u _xamarin_simd__NVector3_objc_msgSend -u _xamarin_simd__NVector3_objc_msgSendSuper -u _xamarin_simd__NVector3_objc_msgSend_stret -u _xamarin_simd__NVector3_objc_msgSendSuper_stret -u _xamarin_simd__NMatrix3_objc_msgSend -u _xamarin_simd__NMatrix3_objc_msgSendSuper -u _xamarin_simd__NMatrix3_objc_msgSend_stret -u _xamarin_simd__NMatrix3_objc_msgSendSuper_stret -u _xamarin_simd__CGPoint_objc_msgSend_NVector3_int_CGSize -u _xamarin_simd__CGPoint_objc_msgSendSuper_NVector3_int_CGSize -u _xamarin_simd__CGPoint_objc_msgSend_stret_NVector3_int_CGSize -u _xamarin_simd__CGPoint_objc_msgSendSuper_stret_NVector3_int_CGSize -u _xamarin_simd__CGPoint_objc_msgSend_NVector3_Int64_CGSize -u _xamarin_simd__CGPoint_objc_msgSendSuper_NVector3_Int64_CGSize -u _xamarin_simd__CGPoint_objc_msgSend_stret_NVector3_Int64_CGSize -u _xamarin_simd__CGPoint_objc_msgSendSuper_stret_NVector3_Int64_CGSize -u _xamarin_simd__NVector3_objc_msgSend_CGPoint_NMatrix4_int_CGSize -u _xamarin_simd__NVector3_objc_msgSendSuper_CGPoint_NMatrix4_int_CGSize -u _xamarin_simd__NVector3_objc_msgSend_stret_CGPoint_NMatrix4_int_CGSize -u _xamarin_simd__NVector3_objc_msgSendSuper_stret_CGPoint_NMatrix4_int_CGSize -u _xamarin_simd__NVector3_objc_msgSend_CGPoint_NMatrix4_Int64_CGSize -u _xamarin_simd__NVector3_objc_msgSendSuper_CGPoint_NMatrix4_Int64_CGSize -u _xamarin_simd__NVector3_objc_msgSend_stret_CGPoint_NMatrix4_Int64_CGSize -u _xamarin_simd__NVector3_objc_msgSendSuper_stret_CGPoint_NMatrix4_Int64_CGSize -u _xamarin_simd__NMatrix4_objc_msgSend_int_CGSize_nfloat_nfloat -u _xamarin_simd__NMatrix4_objc_msgSendSuper_int_CGSize_nfloat_nfloat -u _xamarin_simd__NMatrix4_objc_msgSend_stret_int_CGSize_nfloat_nfloat -u _xamarin_simd__NMatrix4_objc_msgSendSuper_stret_int_CGSize_nfloat_nfloat -u _xamarin_simd__NMatrix4_objc_msgSend_Int64_CGSize_nfloat_nfloat -u _xamarin_simd__NMatrix4_objc_msgSendSuper_Int64_CGSize_nfloat_nfloat -u _xamarin_simd__NMatrix4_objc_msgSend_stret_Int64_CGSize_nfloat_nfloat -u _xamarin_simd__NMatrix4_objc_msgSendSuper_stret_Int64_CGSize_nfloat_nfloat -u _xamarin_simd__NMatrix4_objc_msgSend_int -u _xamarin_simd__NMatrix4_objc_msgSendSuper_int -u _xamarin_simd__NMatrix4_objc_msgSend_stret_int -u _xamarin_simd__NMatrix4_objc_msgSendSuper_stret_int -u _xamarin_simd__NMatrix4_objc_msgSend_Int64 -u _xamarin_simd__NMatrix4_objc_msgSendSuper_Int64 -u _xamarin_simd__NMatrix4_objc_msgSend_stret_Int64 -u _xamarin_simd__NMatrix4_objc_msgSendSuper_stret_Int64 -u _xamarin_simd__IntPtr_objc_msgSend_NMatrix4_NVector3 -u _xamarin_simd__IntPtr_objc_msgSendSuper_NMatrix4_NVector3 -u _xamarin_simd__IntPtr_objc_msgSend_IntPtr_NMatrix4_NVector3 -u _xamarin_simd__IntPtr_objc_msgSendSuper_IntPtr_NMatrix4_NVector3 -u _xamarin_simd__IntPtr_objc_msgSend_NVector3_NVector3_int_int -u _xamarin_simd__IntPtr_objc_msgSendSuper_NVector3_NVector3_int_int -u _xamarin_simd__IntPtr_objc_msgSend_NVector3_NVector3_Int64_Int64 -u _xamarin_simd__IntPtr_objc_msgSendSuper_NVector3_NVector3_Int64_Int64 -u _xamarin_simd__NVector3_objc_msgSend_CGPoint_NMatrix4 -u _xamarin_simd__NVector3_objc_msgSendSuper_CGPoint_NMatrix4 -u _xamarin_simd__NVector3_objc_msgSend_stret_CGPoint_NMatrix4 -u _xamarin_simd__NVector3_objc_msgSendSuper_stret_CGPoint_NMatrix4 -u _xamarin_simd__void_objc_msgSend_NMatrix4 -u _xamarin_simd__void_objc_msgSendSuper_NMatrix4 -u _xamarin_simd__void_objc_msgSend_NMatrix4_NVector3_NVector3_IntPtr -u _xamarin_simd__void_objc_msgSendSuper_NMatrix4_NVector3_NVector3_IntPtr -u _xamarin_simd__Vector2_objc_msgSend_IntPtr -u _xamarin_simd__Vector2_objc_msgSendSuper_IntPtr -u _xamarin_simd__Vector2_objc_msgSend_stret_IntPtr -u _xamarin_simd__Vector2_objc_msgSendSuper_stret_IntPtr -u _xamarin_simd__NMatrix4_objc_msgSend_IntPtr -u _xamarin_simd__NMatrix4_objc_msgSendSuper_IntPtr -u _xamarin_simd__NMatrix4_objc_msgSend_stret_IntPtr -u _xamarin_simd__NMatrix4_objc_msgSendSuper_stret_IntPtr -u _xamarin_simd__NMatrix4x3_objc_msgSend -u _xamarin_simd__NMatrix4x3_objc_msgSendSuper -u _xamarin_simd__NMatrix4x3_objc_msgSend_stret -u _xamarin_simd__NMatrix4x3_objc_msgSendSuper_stret -u _xamarin_IntPtr_objc_msgSend_IntPtr -u _xamarin_IntPtr_objc_msgSendSuper_IntPtr -u _xamarin_IntPtr_objc_msgSend_IntPtr_IntPtr_UInt32 -u _xamarin_IntPtr_objc_msgSendSuper_IntPtr_IntPtr_UInt32 -u _xamarin_IntPtr_objc_msgSend_IntPtr_IntPtr_UInt64 -u _xamarin_IntPtr_objc_msgSendSuper_IntPtr_IntPtr_UInt64 -u _xamarin_IntPtr_objc_msgSend_IntPtr_nint_nint_nint_UInt32 -u _xamarin_IntPtr_objc_msgSendSuper_IntPtr_nint_nint_nint_UInt32 -u _xamarin_IntPtr_objc_msgSend_IntPtr_nint_nint_nint_UInt64 -u _xamarin_IntPtr_objc_msgSendSuper_IntPtr_nint_nint_nint_UInt64 -u _xamarin_IntPtr_objc_msgSend_IntPtr_UInt32_nint_UInt32 -u _xamarin_IntPtr_objc_msgSendSuper_IntPtr_UInt32_nint_UInt32 -u _xamarin_IntPtr_objc_msgSend_IntPtr_UInt64_nint_UInt64 -u _xamarin_IntPtr_objc_msgSendSuper_IntPtr_UInt64_nint_UInt64 -u _xamarin_simd__Vector2_objc_msgSend -u _xamarin_simd__Vector2_objc_msgSendSuper -u _xamarin_simd__Vector2_objc_msgSend_stret -u _xamarin_simd__Vector2_objc_msgSendSuper_stret -u _xamarin_simd__void_objc_msgSend_Vector2 -u _xamarin_simd__void_objc_msgSendSuper_Vector2 -u _xamarin_simd__Vector3_objc_msgSend -u _xamarin_simd__Vector3_objc_msgSendSuper -u _xamarin_simd__Vector3_objc_msgSend_stret -u _xamarin_simd__Vector3_objc_msgSendSuper_stret -u _xamarin_simd__void_objc_msgSend_Vector3 -u _xamarin_simd__void_objc_msgSendSuper_Vector3 -u _xamarin_simd__Matrix3_objc_msgSend -u _xamarin_simd__Matrix3_objc_msgSendSuper -u _xamarin_simd__Matrix3_objc_msgSend_stret -u _xamarin_simd__Matrix3_objc_msgSendSuper_stret -u _xamarin_simd__void_objc_msgSend_Matrix3 -u _xamarin_simd__void_objc_msgSendSuper_Matrix3 -u _xamarin_simd__void_objc_msgSend_NMatrix3 -u _xamarin_simd__void_objc_msgSendSuper_NMatrix3 -u _xamarin_simd__IntPtr_objc_msgSend_Vector2 -u _xamarin_simd__IntPtr_objc_msgSendSuper_Vector2 -u _xamarin_simd__IntPtr_objc_msgSend_Vector3 -u _xamarin_simd__IntPtr_objc_msgSendSuper_Vector3 -u _xamarin_simd__Vector2i_objc_msgSend -u _xamarin_simd__Vector2i_objc_msgSendSuper -u _xamarin_simd__Vector2i_objc_msgSend_stret -u _xamarin_simd__Vector2i_objc_msgSendSuper_stret -u _xamarin_simd__IntPtr_objc_msgSend_Vector2i_int_int_bool -u _xamarin_simd__IntPtr_objc_msgSendSuper_Vector2i_int_int_bool -u _xamarin_simd__IntPtr_objc_msgSend_Vector2i_int_int_bool_IntPtr -u _xamarin_simd__IntPtr_objc_msgSendSuper_Vector2i_int_int_bool_IntPtr -u _xamarin_simd__IntPtr_objc_msgSend_Vector2i -u _xamarin_simd__IntPtr_objc_msgSendSuper_Vector2i -u _xamarin_simd__IntPtr_objc_msgSend_float_Vector2_Vector2_IntPtr -u _xamarin_simd__IntPtr_objc_msgSendSuper_float_Vector2_Vector2_IntPtr -u _xamarin_simd__IntPtr_objc_msgSend_float_Vector2_Vector2 -u _xamarin_simd__IntPtr_objc_msgSendSuper_float_Vector2_Vector2 -u _xamarin_simd__GKTriangle_objc_msgSend_nuint -u _xamarin_simd__GKTriangle_objc_msgSendSuper_nuint -u _xamarin_simd__GKTriangle_objc_msgSend_stret_nuint -u _xamarin_simd__GKTriangle_objc_msgSendSuper_stret_nuint -u _xamarin_simd__float_objc_msgSend_Vector2 -u _xamarin_simd__float_objc_msgSendSuper_Vector2 -u _xamarin_simd__void_objc_msgSend_Vector3d -u _xamarin_simd__void_objc_msgSendSuper_Vector3d -u _xamarin_simd__Vector2d_objc_msgSend -u _xamarin_simd__Vector2d_objc_msgSendSuper -u _xamarin_simd__Vector2d_objc_msgSend_stret -u _xamarin_simd__Vector2d_objc_msgSendSuper_stret -u _xamarin_simd__IntPtr_objc_msgSend_IntPtr_Vector2d_Vector2d_Vector2i_bool -u _xamarin_simd__IntPtr_objc_msgSendSuper_IntPtr_Vector2d_Vector2d_Vector2i_bool -u _xamarin_simd__float_objc_msgSend_Vector2i -u _xamarin_simd__float_objc_msgSendSuper_Vector2i -u _xamarin_simd__void_objc_msgSend_float_Vector2i -u _xamarin_simd__void_objc_msgSendSuper_float_Vector2i -u _xamarin_simd__GKBox_objc_msgSend -u _xamarin_simd__GKBox_objc_msgSendSuper -u _xamarin_simd__GKBox_objc_msgSend_stret -u _xamarin_simd__GKBox_objc_msgSendSuper_stret -u _xamarin_simd__IntPtr_objc_msgSend_GKBox_float -u _xamarin_simd__IntPtr_objc_msgSendSuper_GKBox_float -u _xamarin_simd__IntPtr_objc_msgSend_IntPtr_Vector3 -u _xamarin_simd__IntPtr_objc_msgSendSuper_IntPtr_Vector3 -u _xamarin_simd__IntPtr_objc_msgSend_IntPtr_GKBox -u _xamarin_simd__IntPtr_objc_msgSendSuper_IntPtr_GKBox -u _xamarin_simd__IntPtr_objc_msgSend_GKBox -u _xamarin_simd__IntPtr_objc_msgSendSuper_GKBox -u _xamarin_simd__Vector2_objc_msgSend_nuint -u _xamarin_simd__Vector2_objc_msgSendSuper_nuint -u _xamarin_simd__Vector2_objc_msgSend_stret_nuint -u _xamarin_simd__Vector2_objc_msgSendSuper_stret_nuint -u _xamarin_simd__Vector3_objc_msgSend_nuint -u _xamarin_simd__Vector3_objc_msgSendSuper_nuint -u _xamarin_simd__Vector3_objc_msgSend_stret_nuint -u _xamarin_simd__Vector3_objc_msgSendSuper_stret_nuint -u _xamarin_simd__IntPtr_objc_msgSend_GKQuad_float -u _xamarin_simd__IntPtr_objc_msgSendSuper_GKQuad_float -u _xamarin_simd__IntPtr_objc_msgSend_IntPtr_Vector2 -u _xamarin_simd__IntPtr_objc_msgSendSuper_IntPtr_Vector2 -u _xamarin_simd__IntPtr_objc_msgSend_IntPtr_GKQuad -u _xamarin_simd__IntPtr_objc_msgSendSuper_IntPtr_GKQuad -u _xamarin_simd__IntPtr_objc_msgSend_GKQuad -u _xamarin_simd__IntPtr_objc_msgSendSuper_GKQuad -u _xamarin_simd__IntPtr_objc_msgSend_Vector2_Vector2_float -u _xamarin_simd__IntPtr_objc_msgSendSuper_Vector2_Vector2_float -u _xamarin_simd__IntPtr_objc_msgSend_IntPtr_Vector2_Vector2 -u _xamarin_simd__IntPtr_objc_msgSendSuper_IntPtr_Vector2_Vector2 -u _xamarin_simd__IntPtr_objc_msgSend_Vector2_Vector2 -u _xamarin_simd__IntPtr_objc_msgSendSuper_Vector2_Vector2 -u _xamarin_simd__GKQuad_objc_msgSend -u _xamarin_simd__GKQuad_objc_msgSendSuper -u _xamarin_simd__GKQuad_objc_msgSend_stret -u _xamarin_simd__GKQuad_objc_msgSendSuper_stret -u _xamarin_simd__void_objc_msgSend_IntPtr_Vector2_Vector2_int -u _xamarin_simd__void_objc_msgSendSuper_IntPtr_Vector2_Vector2_int -u _xamarin_simd__void_objc_msgSend_IntPtr_Vector2_Vector2_Int64 -u _xamarin_simd__void_objc_msgSendSuper_IntPtr_Vector2_Vector2_Int64 -u _xamarin_simd__void_objc_msgSend_IntPtr_Vector2_Vector2 -u _xamarin_simd__void_objc_msgSendSuper_IntPtr_Vector2_Vector2 -u _xamarin_simd__MPSAxisAlignedBoundingBox_objc_msgSend -u _xamarin_simd__MPSAxisAlignedBoundingBox_objc_msgSendSuper -u _xamarin_simd__MPSAxisAlignedBoundingBox_objc_msgSend_stret -u _xamarin_simd__MPSAxisAlignedBoundingBox_objc_msgSendSuper_stret -u _xamarin_simd__MPSImageHistogramInfo_objc_msgSend -u _xamarin_simd__MPSImageHistogramInfo_objc_msgSendSuper -u _xamarin_simd__MPSImageHistogramInfo_objc_msgSend_stret -u _xamarin_simd__MPSImageHistogramInfo_objc_msgSendSuper_stret -u _xamarin_simd__Vector4_objc_msgSend -u _xamarin_simd__Vector4_objc_msgSendSuper -u _xamarin_simd__Vector4_objc_msgSend_stret -u _xamarin_simd__Vector4_objc_msgSendSuper_stret -u _xamarin_simd__void_objc_msgSend_Vector4 -u _xamarin_simd__void_objc_msgSendSuper_Vector4 -u _xamarin_simd__IntPtr_objc_msgSend_IntPtr_ref_MPSImageHistogramInfo -u _xamarin_simd__IntPtr_objc_msgSendSuper_IntPtr_ref_MPSImageHistogramInfo -u _xamarin_simd__void_objc_msgSend_NMatrix4_Double -u _xamarin_simd__void_objc_msgSendSuper_NMatrix4_Double -u _xamarin_simd__void_objc_msgSend_NMatrix4d_Double -u _xamarin_simd__void_objc_msgSendSuper_NMatrix4d_Double -u _xamarin_simd__NMatrix4_objc_msgSend_Double -u _xamarin_simd__NMatrix4_objc_msgSendSuper_Double -u _xamarin_simd__NMatrix4_objc_msgSend_stret_Double -u _xamarin_simd__NMatrix4_objc_msgSendSuper_stret_Double -u _xamarin_simd__NMatrix4d_objc_msgSend_Double -u _xamarin_simd__NMatrix4d_objc_msgSendSuper_Double -u _xamarin_simd__NMatrix4d_objc_msgSend_stret_Double -u _xamarin_simd__NMatrix4d_objc_msgSendSuper_stret_Double -u _xamarin_simd__void_objc_msgSend_Quaternion_Double -u _xamarin_simd__void_objc_msgSendSuper_Quaternion_Double -u _xamarin_simd__void_objc_msgSend_Quaterniond_Double -u _xamarin_simd__void_objc_msgSendSuper_Quaterniond_Double -u _xamarin_simd__Quaternion_objc_msgSend_Double -u _xamarin_simd__Quaternion_objc_msgSendSuper_Double -u _xamarin_simd__Quaternion_objc_msgSend_stret_Double -u _xamarin_simd__Quaternion_objc_msgSendSuper_stret_Double -u _xamarin_simd__Quaterniond_objc_msgSend_Double -u _xamarin_simd__Quaterniond_objc_msgSendSuper_Double -u _xamarin_simd__Quaterniond_objc_msgSend_stret_Double -u _xamarin_simd__Quaterniond_objc_msgSendSuper_stret_Double -u _xamarin_simd__void_objc_msgSend_Vector2_Double -u _xamarin_simd__void_objc_msgSendSuper_Vector2_Double -u _xamarin_simd__void_objc_msgSend_Vector2d_Double -u _xamarin_simd__void_objc_msgSendSuper_Vector2d_Double -u _xamarin_simd__Vector2_objc_msgSend_Double -u _xamarin_simd__Vector2_objc_msgSendSuper_Double -u _xamarin_simd__Vector2_objc_msgSend_stret_Double -u _xamarin_simd__Vector2_objc_msgSendSuper_stret_Double -u _xamarin_simd__Vector2d_objc_msgSend_Double -u _xamarin_simd__Vector2d_objc_msgSendSuper_Double -u _xamarin_simd__Vector2d_objc_msgSend_stret_Double -u _xamarin_simd__Vector2d_objc_msgSendSuper_stret_Double -u _xamarin_simd__void_objc_msgSend_NVector3_Double -u _xamarin_simd__void_objc_msgSendSuper_NVector3_Double -u _xamarin_simd__void_objc_msgSend_NVector3d_Double -u _xamarin_simd__void_objc_msgSendSuper_NVector3d_Double -u _xamarin_simd__NVector3_objc_msgSend_Double -u _xamarin_simd__NVector3_objc_msgSendSuper_Double -u _xamarin_simd__NVector3_objc_msgSend_stret_Double -u _xamarin_simd__NVector3_objc_msgSendSuper_stret_Double -u _xamarin_simd__NVector3d_objc_msgSend_Double -u _xamarin_simd__NVector3d_objc_msgSendSuper_Double -u _xamarin_simd__NVector3d_objc_msgSend_stret_Double -u _xamarin_simd__NVector3d_objc_msgSendSuper_stret_Double -u _xamarin_simd__void_objc_msgSend_Vector4_Double -u _xamarin_simd__void_objc_msgSendSuper_Vector4_Double -u _xamarin_simd__void_objc_msgSend_Vector4d_Double -u _xamarin_simd__void_objc_msgSendSuper_Vector4d_Double -u _xamarin_simd__Vector4_objc_msgSend_Double -u _xamarin_simd__Vector4_objc_msgSendSuper_Double -u _xamarin_simd__Vector4_objc_msgSend_stret_Double -u _xamarin_simd__Vector4_objc_msgSendSuper_stret_Double -u _xamarin_simd__Vector4d_objc_msgSend_Double -u _xamarin_simd__Vector4d_objc_msgSendSuper_Double -u _xamarin_simd__Vector4d_objc_msgSend_stret_Double -u _xamarin_simd__Vector4d_objc_msgSendSuper_stret_Double -u _xamarin_simd__NMatrix4d_objc_msgSend -u _xamarin_simd__NMatrix4d_objc_msgSendSuper -u _xamarin_simd__NMatrix4d_objc_msgSend_stret -u _xamarin_simd__NMatrix4d_objc_msgSendSuper_stret -u _xamarin_simd__void_objc_msgSend_NMatrix4d -u _xamarin_simd__void_objc_msgSendSuper_NMatrix4d -u _xamarin_simd__MDLAxisAlignedBoundingBox_objc_msgSend -u _xamarin_simd__MDLAxisAlignedBoundingBox_objc_msgSendSuper -u _xamarin_simd__MDLAxisAlignedBoundingBox_objc_msgSend_stret -u _xamarin_simd__MDLAxisAlignedBoundingBox_objc_msgSendSuper_stret -u _xamarin_simd__void_objc_msgSend_NVector3 -u _xamarin_simd__void_objc_msgSendSuper_NVector3 -u _xamarin_simd__MDLAxisAlignedBoundingBox_objc_msgSend_Double -u _xamarin_simd__MDLAxisAlignedBoundingBox_objc_msgSendSuper_Double -u _xamarin_simd__MDLAxisAlignedBoundingBox_objc_msgSend_stret_Double -u _xamarin_simd__MDLAxisAlignedBoundingBox_objc_msgSendSuper_stret_Double -u _xamarin_simd__Matrix4_objc_msgSend -u _xamarin_simd__Matrix4_objc_msgSendSuper -u _xamarin_simd__Matrix4_objc_msgSend_stret -u _xamarin_simd__Matrix4_objc_msgSendSuper_stret -u _xamarin_simd__void_objc_msgSend_MDLAxisAlignedBoundingBox_bool -u _xamarin_simd__void_objc_msgSendSuper_MDLAxisAlignedBoundingBox_bool -u _xamarin_simd__void_objc_msgSend_Vector3_Vector3 -u _xamarin_simd__void_objc_msgSendSuper_Vector3_Vector3 -u _xamarin_simd__Vector3_objc_msgSend_Vector2i_Vector2i -u _xamarin_simd__Vector3_objc_msgSendSuper_Vector2i_Vector2i -u _xamarin_simd__Vector3_objc_msgSend_stret_Vector2i_Vector2i -u _xamarin_simd__Vector3_objc_msgSendSuper_stret_Vector2i_Vector2i -u _xamarin_simd__IntPtr_objc_msgSend_IntPtr_bool_IntPtr_Vector2i_nint_nuint_int_bool -u _xamarin_simd__IntPtr_objc_msgSendSuper_IntPtr_bool_IntPtr_Vector2i_nint_nuint_int_bool -u _xamarin_simd__IntPtr_objc_msgSend_IntPtr_bool_IntPtr_Vector2i_nint_nuint_Int64_bool -u _xamarin_simd__IntPtr_objc_msgSendSuper_IntPtr_bool_IntPtr_Vector2i_nint_nuint_Int64_bool -u _xamarin_simd__IntPtr_objc_msgSend_float_IntPtr_Vector2i_int_int_IntPtr_IntPtr -u _xamarin_simd__IntPtr_objc_msgSendSuper_float_IntPtr_Vector2i_int_int_IntPtr_IntPtr -u _xamarin_simd__IntPtr_objc_msgSend_float_IntPtr_Vector2i_int_Int64_IntPtr_IntPtr -u _xamarin_simd__IntPtr_objc_msgSendSuper_float_IntPtr_Vector2i_int_Int64_IntPtr_IntPtr -u _xamarin_simd__IntPtr_objc_msgSend_float_float_IntPtr_Vector2i -u _xamarin_simd__IntPtr_objc_msgSendSuper_float_float_IntPtr_Vector2i -u _xamarin_simd__IntPtr_objc_msgSend_IntPtr_IntPtr_IntPtr_Vector2i -u _xamarin_simd__IntPtr_objc_msgSendSuper_IntPtr_IntPtr_IntPtr_Vector2i -u _xamarin_simd__IntPtr_objc_msgSend_Vector3_IntPtr -u _xamarin_simd__IntPtr_objc_msgSendSuper_Vector3_IntPtr -u _xamarin_simd__void_objc_msgSend_Matrix4 -u _xamarin_simd__void_objc_msgSendSuper_Matrix4 -u _xamarin_simd__IntPtr_objc_msgSend_IntPtr_UInt32_Vector2 -u _xamarin_simd__IntPtr_objc_msgSendSuper_IntPtr_UInt32_Vector2 -u _xamarin_simd__IntPtr_objc_msgSend_IntPtr_UInt64_Vector2 -u _xamarin_simd__IntPtr_objc_msgSendSuper_IntPtr_UInt64_Vector2 -u _xamarin_simd__IntPtr_objc_msgSend_IntPtr_UInt32_Vector3 -u _xamarin_simd__IntPtr_objc_msgSendSuper_IntPtr_UInt32_Vector3 -u _xamarin_simd__IntPtr_objc_msgSend_IntPtr_UInt64_Vector3 -u _xamarin_simd__IntPtr_objc_msgSendSuper_IntPtr_UInt64_Vector3 -u _xamarin_simd__IntPtr_objc_msgSend_IntPtr_UInt32_Vector4 -u _xamarin_simd__IntPtr_objc_msgSendSuper_IntPtr_UInt32_Vector4 -u _xamarin_simd__IntPtr_objc_msgSend_IntPtr_UInt64_Vector4 -u _xamarin_simd__IntPtr_objc_msgSendSuper_IntPtr_UInt64_Vector4 -u _xamarin_simd__IntPtr_objc_msgSend_IntPtr_UInt32_Matrix4 -u _xamarin_simd__IntPtr_objc_msgSendSuper_IntPtr_UInt32_Matrix4 -u _xamarin_simd__IntPtr_objc_msgSend_IntPtr_UInt64_Matrix4 -u _xamarin_simd__IntPtr_objc_msgSendSuper_IntPtr_UInt64_Matrix4 -u _xamarin_simd__IntPtr_objc_msgSend_IntPtr_UInt32_NMatrix4 -u _xamarin_simd__IntPtr_objc_msgSendSuper_IntPtr_UInt32_NMatrix4 -u _xamarin_simd__IntPtr_objc_msgSend_IntPtr_UInt64_NMatrix4 -u _xamarin_simd__IntPtr_objc_msgSendSuper_IntPtr_UInt64_NMatrix4 -u _xamarin_simd__IntPtr_objc_msgSend_Vector3_Vector3i_bool_int_IntPtr -u _xamarin_simd__IntPtr_objc_msgSendSuper_Vector3_Vector3i_bool_int_IntPtr -u _xamarin_simd__IntPtr_objc_msgSend_Vector3_Vector3i_bool_Int64_IntPtr -u _xamarin_simd__IntPtr_objc_msgSendSuper_Vector3_Vector3i_bool_Int64_IntPtr -u _xamarin_simd__IntPtr_objc_msgSend_Vector3_Vector2i_bool_int_IntPtr -u _xamarin_simd__IntPtr_objc_msgSendSuper_Vector3_Vector2i_bool_int_IntPtr -u _xamarin_simd__IntPtr_objc_msgSend_Vector3_Vector2i_bool_Int64_IntPtr -u _xamarin_simd__IntPtr_objc_msgSendSuper_Vector3_Vector2i_bool_Int64_IntPtr -u _xamarin_simd__IntPtr_objc_msgSend_Vector3_Vector2i_bool_bool_int_IntPtr -u _xamarin_simd__IntPtr_objc_msgSendSuper_Vector3_Vector2i_bool_bool_int_IntPtr -u _xamarin_simd__IntPtr_objc_msgSend_Vector3_Vector2i_bool_bool_Int64_IntPtr -u _xamarin_simd__IntPtr_objc_msgSendSuper_Vector3_Vector2i_bool_bool_Int64_IntPtr -u _xamarin_simd__IntPtr_objc_msgSend_Vector3_Vector2i_bool_bool_bool_int_IntPtr -u _xamarin_simd__IntPtr_objc_msgSendSuper_Vector3_Vector2i_bool_bool_bool_int_IntPtr -u _xamarin_simd__IntPtr_objc_msgSend_Vector3_Vector2i_bool_bool_bool_Int64_IntPtr -u _xamarin_simd__IntPtr_objc_msgSendSuper_Vector3_Vector2i_bool_bool_bool_Int64_IntPtr -u _xamarin_simd__IntPtr_objc_msgSend_Vector3_Vector2i_int_bool_int_IntPtr -u _xamarin_simd__IntPtr_objc_msgSendSuper_Vector3_Vector2i_int_bool_int_IntPtr -u _xamarin_simd__IntPtr_objc_msgSend_Vector3_Vector2i_int_bool_Int64_IntPtr -u _xamarin_simd__IntPtr_objc_msgSendSuper_Vector3_Vector2i_int_bool_Int64_IntPtr -u _xamarin_simd__IntPtr_objc_msgSend_Vector3_Vector2i_int_IntPtr -u _xamarin_simd__IntPtr_objc_msgSendSuper_Vector3_Vector2i_int_IntPtr -u _xamarin_simd__IntPtr_objc_msgSend_Vector3_Vector2i_Int64_IntPtr -u _xamarin_simd__IntPtr_objc_msgSendSuper_Vector3_Vector2i_Int64_IntPtr -u _xamarin_simd__IntPtr_objc_msgSend_Vector3_bool_int_IntPtr -u _xamarin_simd__IntPtr_objc_msgSendSuper_Vector3_bool_int_IntPtr -u _xamarin_simd__IntPtr_objc_msgSend_Vector3_bool_Int64_IntPtr -u _xamarin_simd__IntPtr_objc_msgSendSuper_Vector3_bool_Int64_IntPtr -u _xamarin_simd__IntPtr_objc_msgSend_IntPtr_int_UInt32_IntPtr -u _xamarin_simd__IntPtr_objc_msgSendSuper_IntPtr_int_UInt32_IntPtr -u _xamarin_simd__IntPtr_objc_msgSend_Vector3_Vector3i_int_bool_IntPtr -u _xamarin_simd__IntPtr_objc_msgSendSuper_Vector3_Vector3i_int_bool_IntPtr -u _xamarin_simd__IntPtr_objc_msgSend_Vector3_Vector3i_Int64_bool_IntPtr -u _xamarin_simd__IntPtr_objc_msgSendSuper_Vector3_Vector3i_Int64_bool_IntPtr -u _xamarin_simd__IntPtr_objc_msgSend_Vector2_Vector2i_int_IntPtr -u _xamarin_simd__IntPtr_objc_msgSendSuper_Vector2_Vector2i_int_IntPtr -u _xamarin_simd__IntPtr_objc_msgSend_Vector2_Vector2i_Int64_IntPtr -u _xamarin_simd__IntPtr_objc_msgSendSuper_Vector2_Vector2i_Int64_IntPtr -u _xamarin_simd__IntPtr_objc_msgSend_Vector3_nuint_nuint_int_bool_bool_IntPtr -u _xamarin_simd__IntPtr_objc_msgSendSuper_Vector3_nuint_nuint_int_bool_bool_IntPtr -u _xamarin_simd__IntPtr_objc_msgSend_Vector3_nuint_nuint_Int64_bool_bool_IntPtr -u _xamarin_simd__IntPtr_objc_msgSendSuper_Vector3_nuint_nuint_Int64_bool_bool_IntPtr -u _xamarin_simd__IntPtr_objc_msgSend_float_Vector2_nuint_nuint_int_bool_IntPtr -u _xamarin_simd__IntPtr_objc_msgSendSuper_float_Vector2_nuint_nuint_int_bool_IntPtr -u _xamarin_simd__IntPtr_objc_msgSend_float_Vector2_nuint_nuint_Int64_bool_IntPtr -u _xamarin_simd__IntPtr_objc_msgSendSuper_float_Vector2_nuint_nuint_Int64_bool_IntPtr -u _xamarin_simd__IntPtr_objc_msgSend_float_Vector2_nuint_nuint_nuint_int_bool_IntPtr -u _xamarin_simd__IntPtr_objc_msgSendSuper_float_Vector2_nuint_nuint_nuint_int_bool_IntPtr -u _xamarin_simd__IntPtr_objc_msgSend_float_Vector2_nuint_nuint_nuint_Int64_bool_IntPtr -u _xamarin_simd__IntPtr_objc_msgSendSuper_float_Vector2_nuint_nuint_nuint_Int64_bool_IntPtr -u _xamarin_simd__bool_objc_msgSend_Vector2i_nint_float_IntPtr_IntPtr_IntPtr -u _xamarin_simd__bool_objc_msgSendSuper_Vector2i_nint_float_IntPtr_IntPtr_IntPtr -u _xamarin_simd__bool_objc_msgSend_Vector2i_IntPtr_IntPtr_IntPtr_IntPtr -u _xamarin_simd__bool_objc_msgSendSuper_Vector2i_IntPtr_IntPtr_IntPtr_IntPtr -u _xamarin_simd__IntPtr_objc_msgSend_float_IntPtr_Vector2i_int -u _xamarin_simd__IntPtr_objc_msgSendSuper_float_IntPtr_Vector2i_int -u _xamarin_simd__IntPtr_objc_msgSend_float_IntPtr_Vector2i_Int64 -u _xamarin_simd__IntPtr_objc_msgSendSuper_float_IntPtr_Vector2i_Int64 -u _xamarin_simd__IntPtr_objc_msgSend_float_IntPtr_Vector2i_int_int_bool -u _xamarin_simd__IntPtr_objc_msgSendSuper_float_IntPtr_Vector2i_int_int_bool -u _xamarin_simd__IntPtr_objc_msgSend_float_IntPtr_Vector2i_int_Int64_bool -u _xamarin_simd__IntPtr_objc_msgSendSuper_float_IntPtr_Vector2i_int_Int64_bool -u _xamarin_simd__IntPtr_objc_msgSend_IntPtr_int_Vector2i_float_float_float_float -u _xamarin_simd__IntPtr_objc_msgSendSuper_IntPtr_int_Vector2i_float_float_float_float -u _xamarin_simd__IntPtr_objc_msgSend_IntPtr_Int64_Vector2i_float_float_float_float -u _xamarin_simd__IntPtr_objc_msgSendSuper_IntPtr_Int64_Vector2i_float_float_float_float -u _xamarin_simd__IntPtr_objc_msgSend_IntPtr_int_Vector2i_float_float_float_float_float -u _xamarin_simd__IntPtr_objc_msgSendSuper_IntPtr_int_Vector2i_float_float_float_float_float -u _xamarin_simd__IntPtr_objc_msgSend_IntPtr_Int64_Vector2i_float_float_float_float_float -u _xamarin_simd__IntPtr_objc_msgSendSuper_IntPtr_Int64_Vector2i_float_float_float_float_float -u _xamarin_simd__IntPtr_objc_msgSend_IntPtr_IntPtr_Vector2i -u _xamarin_simd__IntPtr_objc_msgSendSuper_IntPtr_IntPtr_Vector2i -u _xamarin_simd__IntPtr_objc_msgSend_IntPtr_IntPtr_Vector2i_float -u _xamarin_simd__IntPtr_objc_msgSendSuper_IntPtr_IntPtr_Vector2i_float -u _xamarin_simd__IntPtr_objc_msgSend_Matrix4 -u _xamarin_simd__IntPtr_objc_msgSendSuper_Matrix4 -u _xamarin_simd__IntPtr_objc_msgSend_Matrix4_bool -u _xamarin_simd__IntPtr_objc_msgSendSuper_Matrix4_bool -u _xamarin_simd__IntPtr_objc_msgSend_NMatrix4_bool -u _xamarin_simd__IntPtr_objc_msgSendSuper_NMatrix4_bool -u _xamarin_simd__Vector3_objc_msgSend_Double -u _xamarin_simd__Vector3_objc_msgSendSuper_Double -u _xamarin_simd__Vector3_objc_msgSend_stret_Double -u _xamarin_simd__Vector3_objc_msgSendSuper_stret_Double -u _xamarin_simd__Matrix4_objc_msgSend_Double -u _xamarin_simd__Matrix4_objc_msgSendSuper_Double -u _xamarin_simd__Matrix4_objc_msgSend_stret_Double -u _xamarin_simd__Matrix4_objc_msgSendSuper_stret_Double -u _xamarin_simd__void_objc_msgSend_Vector3_Double -u _xamarin_simd__void_objc_msgSendSuper_Vector3_Double -u _xamarin_simd__void_objc_msgSend_Matrix4_Double -u _xamarin_simd__void_objc_msgSendSuper_Matrix4_Double -u _xamarin_simd__Matrix4_objc_msgSend_IntPtr_Double -u _xamarin_simd__Matrix4_objc_msgSendSuper_IntPtr_Double -u _xamarin_simd__Matrix4_objc_msgSend_stret_IntPtr_Double -u _xamarin_simd__Matrix4_objc_msgSendSuper_stret_IntPtr_Double -u _xamarin_simd__MDLVoxelIndexExtent2_objc_msgSend -u _xamarin_simd__MDLVoxelIndexExtent2_objc_msgSendSuper -u _xamarin_simd__MDLVoxelIndexExtent2_objc_msgSend_stret -u _xamarin_simd__MDLVoxelIndexExtent2_objc_msgSendSuper_stret -u _xamarin_simd__IntPtr_objc_msgSend_IntPtr_MDLAxisAlignedBoundingBox_float -u _xamarin_simd__IntPtr_objc_msgSendSuper_IntPtr_MDLAxisAlignedBoundingBox_float -u _xamarin_simd__bool_objc_msgSend_Vector4i_bool_bool_bool_bool -u _xamarin_simd__bool_objc_msgSendSuper_Vector4i_bool_bool_bool_bool -u _xamarin_simd__void_objc_msgSend_Vector4i -u _xamarin_simd__void_objc_msgSendSuper_Vector4i -u _xamarin_simd__IntPtr_objc_msgSend_MDLVoxelIndexExtent2 -u _xamarin_simd__IntPtr_objc_msgSendSuper_MDLVoxelIndexExtent2 -u _xamarin_simd__Vector4i_objc_msgSend_Vector3 -u _xamarin_simd__Vector4i_objc_msgSendSuper_Vector3 -u _xamarin_simd__Vector4i_objc_msgSend_stret_Vector3 -u _xamarin_simd__Vector4i_objc_msgSendSuper_stret_Vector3 -u _xamarin_simd__Vector3_objc_msgSend_Vector4i -u _xamarin_simd__Vector3_objc_msgSendSuper_Vector4i -u _xamarin_simd__Vector3_objc_msgSend_stret_Vector4i -u _xamarin_simd__Vector3_objc_msgSendSuper_stret_Vector4i -u _xamarin_simd__MDLAxisAlignedBoundingBox_objc_msgSend_Vector4i -u _xamarin_simd__MDLAxisAlignedBoundingBox_objc_msgSendSuper_Vector4i -u _xamarin_simd__MDLAxisAlignedBoundingBox_objc_msgSend_stret_Vector4i -u _xamarin_simd__MDLAxisAlignedBoundingBox_objc_msgSendSuper_stret_Vector4i -u _xamarin_simd__Vector3_objc_msgSend_Vector3 -u _xamarin_simd__Vector3_objc_msgSendSuper_Vector3 -u _xamarin_simd__Vector3_objc_msgSend_stret_Vector3 -u _xamarin_simd__Vector3_objc_msgSendSuper_stret_Vector3 -u _xamarin_simd__IntPtr_objc_msgSend_Vector4 -u _xamarin_simd__IntPtr_objc_msgSendSuper_Vector4 -u _xamarin_vector_float3__Vector4_objc_msgSend -u _xamarin_vector_float3__Vector4_objc_msgSendSuper -u _xamarin_vector_float3__Vector4_objc_msgSend_stret -u _xamarin_vector_float3__Vector4_objc_msgSendSuper_stret -u _xamarin_vector_float3__void_objc_msgSend_Vector4 -u _xamarin_vector_float3__void_objc_msgSendSuper_Vector4 -u _xamarin_simd__Quaternion_objc_msgSend -u _xamarin_simd__Quaternion_objc_msgSendSuper -u _xamarin_simd__Quaternion_objc_msgSend_stret -u _xamarin_simd__Quaternion_objc_msgSendSuper_stret -u _xamarin_simd__void_objc_msgSend_Quaternion -u _xamarin_simd__void_objc_msgSendSuper_Quaternion -u _xamarin_simd__NMatrix2_objc_msgSend -u _xamarin_simd__NMatrix2_objc_msgSendSuper -u _xamarin_simd__NMatrix2_objc_msgSend_stret -u _xamarin_simd__NMatrix2_objc_msgSendSuper_stret -u _xamarin_simd__void_objc_msgSend_NMatrix2 -u _xamarin_simd__void_objc_msgSendSuper_NMatrix2 -u _xamarin_simd__IntPtr_objc_msgSend_IntPtr_Vector4 -u _xamarin_simd__IntPtr_objc_msgSendSuper_IntPtr_Vector4 -u _xamarin_simd__IntPtr_objc_msgSend_IntPtr_Matrix2 -u _xamarin_simd__IntPtr_objc_msgSendSuper_IntPtr_Matrix2 -u _xamarin_simd__IntPtr_objc_msgSend_IntPtr_NMatrix2 -u _xamarin_simd__IntPtr_objc_msgSendSuper_IntPtr_NMatrix2 -u _xamarin_simd__IntPtr_objc_msgSend_IntPtr_Matrix3 -u _xamarin_simd__IntPtr_objc_msgSendSuper_IntPtr_Matrix3 -u _xamarin_simd__IntPtr_objc_msgSend_IntPtr_NMatrix3 -u _xamarin_simd__IntPtr_objc_msgSendSuper_IntPtr_NMatrix3 -u _xamarin_simd__IntPtr_objc_msgSend_IntPtr_Matrix4 -u _xamarin_simd__IntPtr_objc_msgSendSuper_IntPtr_Matrix4 -u _xamarin_simd__Vector2_objc_msgSend_nint -u _xamarin_simd__Vector2_objc_msgSendSuper_nint -u _xamarin_simd__Vector2_objc_msgSend_stret_nint -u _xamarin_simd__Vector2_objc_msgSendSuper_stret_nint -u _xamarin_CGPoint__VNNormalizedFaceBoundingBoxPointForLandmarkPoint_Vector2_CGRect_nuint_nuint_string -u _xamarin_CGPoint__VNImagePointForFaceLandmarkPoint_Vector2_CGRect_nuint_nuint_string -u _UIApplicationMain -u _xamarin_localized_string_format -u _xamarin_localized_string_format_1 -u _xamarin_localized_string_format_2 -u _xamarin_localized_string_format_3 -u _xamarin_localized_string_format_4 -u _xamarin_localized_string_format_5 -u _xamarin_localized_string_format_6 -u _xamarin_localized_string_format_7 -u _xamarin_localized_string_format_8 -u _xamarin_localized_string_format_9 -u _xamarin_init_nsthread -u _NetSecurityNative_ReleaseGssBuffer -u _NetSecurityNative_DisplayMinorStatus -u _NetSecurityNative_DisplayMajorStatus -u _NetSecurityNative_ImportUserName -u _NetSecurityNative_ImportPrincipalName -u _NetSecurityNative_ReleaseName -u _NetSecurityNative_InitiateCredSpNego -u _NetSecurityNative_InitiateCredWithPassword -u _NetSecurityNative_ReleaseCred -u _NetSecurityNative_InitSecContext -u _NetSecurityNative_AcceptSecContext -u _NetSecurityNative_DeleteSecContext -u _NetSecurityNative_Wrap -u _NetSecurityNative_Unwrap -u _SystemNative_GetDomainSocketSizes -u _BrotliDecoderCreateInstance -u _BrotliDecoderDecompressStream -u _BrotliDecoderDecompress -u _BrotliDecoderDestroyInstance -u _BrotliDecoderIsFinished -u _BrotliEncoderCreateInstance -u _BrotliEncoderSetParameter -u _BrotliEncoderCompressStream -u _BrotliEncoderHasMoreOutput -u _BrotliEncoderDestroyInstance -u _BrotliEncoderCompress -u '_OBJC_CLASS_$_FIRMessagingMessageInfo' -u _FIRMessagingConnectionStateChangedNotification -u _FIRMessagingMessagesDeletedNotification -u _FIRMessagingRegistrationTokenRefreshedNotification -u _FIRMessagingSendErrorNotification -u _FIRMessagingSendSuccessNotification -u '_OBJC_CLASS_$_FIRMessaging' -u '_OBJC_CLASS_$_FIRMessagingExtensionHelper' -u '_OBJC_CLASS_$_FIRMessagingRemoteMessage' -u '_OBJC_CLASS_$_FIRApp' -u '_OBJC_CLASS_$_FIRConfiguration' -u '_OBJC_CLASS_$_FIROptions' -u _kFIRInstanceIDScopeFirebaseMessaging -u _kFIRInstanceIDTokenRefreshNotification -u '_OBJC_CLASS_$_FIRInstanceID' -u '_OBJC_CLASS_$_FIRInstanceIDResult' -u _mono_pmip -u _xamarin_dyn_objc_msgSend -u _xamarin_dyn_objc_msgSendSuper -u _xamarin_dyn_objc_msgSend_stret -u _xamarin_dyn_objc_msgSendSuper_stret
The framework /Users/USER/Library/Caches/XamarinBuildDownload/GAppM-6.0.4/Frameworks/GoogleAppMeasurement.framework is a framework of static libraries, and will not be copied to the app.
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseMessaging.framework/Headers/FirebaseMessaging.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/FirebaseMessaging.framework/Headers/FirebaseMessaging.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseMessaging.framework/Headers/FirebaseMessaging-umbrella.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/FirebaseMessaging.framework/Headers/FirebaseMessaging-umbrella.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseMessaging.framework/Headers/FIRMessagingExtensionHelper.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/FirebaseMessaging.framework/Headers/FIRMessagingExtensionHelper.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseMessaging.framework/Headers/FIRMessaging.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/FirebaseMessaging.framework/Headers/FIRMessaging.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseMessaging.framework/FirebaseMessaging to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/FirebaseMessaging.framework/FirebaseMessaging
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseMessaging.framework/Modules/module.modulemap to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/FirebaseMessaging.framework/Modules/module.modulemap
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseMessaging.framework/Info.plist to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/FirebaseMessaging.framework/Info.plist
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseCore.framework/FirebaseCore to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/FirebaseCore.framework/FirebaseCore
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseCore.framework/PrivateHeaders/FIRComponentContainer.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/FirebaseCore.framework/PrivateHeaders/FIRComponentContainer.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseCore.framework/PrivateHeaders/FIROptionsInternal.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/FirebaseCore.framework/PrivateHeaders/FIROptionsInternal.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseCore.framework/PrivateHeaders/FIRLogger.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/FirebaseCore.framework/PrivateHeaders/FIRLogger.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseCore.framework/PrivateHeaders/FIRAppInternal.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/FirebaseCore.framework/PrivateHeaders/FIRAppInternal.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseCore.framework/PrivateHeaders/FIRComponentType.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/FirebaseCore.framework/PrivateHeaders/FIRComponentType.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseCore.framework/PrivateHeaders/FIRBundleUtil.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/FirebaseCore.framework/PrivateHeaders/FIRBundleUtil.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseCore.framework/PrivateHeaders/FIRDependency.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/FirebaseCore.framework/PrivateHeaders/FIRDependency.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseCore.framework/PrivateHeaders/FIRErrorCode.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/FirebaseCore.framework/PrivateHeaders/FIRErrorCode.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseCore.framework/PrivateHeaders/FIRConfigurationInternal.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/FirebaseCore.framework/PrivateHeaders/FIRConfigurationInternal.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseCore.framework/PrivateHeaders/FIRErrors.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/FirebaseCore.framework/PrivateHeaders/FIRErrors.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseCore.framework/PrivateHeaders/FIRComponent.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/FirebaseCore.framework/PrivateHeaders/FIRComponent.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseCore.framework/PrivateHeaders/FIRAppAssociationRegistration.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/FirebaseCore.framework/PrivateHeaders/FIRAppAssociationRegistration.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseCore.framework/PrivateHeaders/FIRAnalyticsConfiguration.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/FirebaseCore.framework/PrivateHeaders/FIRAnalyticsConfiguration.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseCore.framework/PrivateHeaders/FIRComponentContainerInternal.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/FirebaseCore.framework/PrivateHeaders/FIRComponentContainerInternal.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseCore.framework/PrivateHeaders/FIRLibrary.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/FirebaseCore.framework/PrivateHeaders/FIRLibrary.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseCore.framework/PrivateHeaders/FIRVersion.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/FirebaseCore.framework/PrivateHeaders/FIRVersion.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseCore.framework/Headers/FIRConfiguration.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/FirebaseCore.framework/Headers/FIRConfiguration.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseCore.framework/Headers/FIROptions.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/FirebaseCore.framework/Headers/FIROptions.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseCore.framework/Headers/FIRApp.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/FirebaseCore.framework/Headers/FIRApp.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseCore.framework/Headers/FIRLoggerLevel.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/FirebaseCore.framework/Headers/FIRLoggerLevel.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseCore.framework/Headers/FirebaseCore.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/FirebaseCore.framework/Headers/FirebaseCore.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseCore.framework/Headers/FirebaseCore-umbrella.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/FirebaseCore.framework/Headers/FirebaseCore-umbrella.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseCore.framework/Modules/module.modulemap to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/FirebaseCore.framework/Modules/module.modulemap
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseCore.framework/Info.plist to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/FirebaseCore.framework/Info.plist
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleToolboxForMac.framework/Headers/GTMTypeCasting.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GoogleToolboxForMac.framework/Headers/GTMTypeCasting.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleToolboxForMac.framework/Headers/GTMNSData+zlib.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GoogleToolboxForMac.framework/Headers/GTMNSData+zlib.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleToolboxForMac.framework/Headers/GTMNSDictionary+URLArguments.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GoogleToolboxForMac.framework/Headers/GTMNSDictionary+URLArguments.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleToolboxForMac.framework/Headers/GTMMethodCheck.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GoogleToolboxForMac.framework/Headers/GTMMethodCheck.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleToolboxForMac.framework/Headers/GoogleToolboxForMac-umbrella.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GoogleToolboxForMac.framework/Headers/GoogleToolboxForMac-umbrella.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleToolboxForMac.framework/Headers/GTMDebugThreadValidation.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GoogleToolboxForMac.framework/Headers/GTMDebugThreadValidation.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleToolboxForMac.framework/Headers/GTMLogger.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GoogleToolboxForMac.framework/Headers/GTMLogger.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleToolboxForMac.framework/Headers/GTMDebugSelectorValidation.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GoogleToolboxForMac.framework/Headers/GTMDebugSelectorValidation.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleToolboxForMac.framework/Headers/GTMNSString+URLArguments.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GoogleToolboxForMac.framework/Headers/GTMNSString+URLArguments.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleToolboxForMac.framework/Headers/GTMLocalizedString.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GoogleToolboxForMac.framework/Headers/GTMLocalizedString.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleToolboxForMac.framework/Headers/GTMDefines.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GoogleToolboxForMac.framework/Headers/GTMDefines.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleToolboxForMac.framework/Headers/GTMStringEncoding.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GoogleToolboxForMac.framework/Headers/GTMStringEncoding.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleToolboxForMac.framework/Headers/GTMURLBuilder.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GoogleToolboxForMac.framework/Headers/GTMURLBuilder.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleToolboxForMac.framework/Modules/module.modulemap to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GoogleToolboxForMac.framework/Modules/module.modulemap
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleToolboxForMac.framework/GoogleToolboxForMac to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GoogleToolboxForMac.framework/GoogleToolboxForMac
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleToolboxForMac.framework/Info.plist to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GoogleToolboxForMac.framework/Info.plist
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GTMSessionFetcher.framework/GTMSessionFetcher to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GTMSessionFetcher.framework/GTMSessionFetcher
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GTMSessionFetcher.framework/Headers/GTMMIMEDocument.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GTMSessionFetcher.framework/Headers/GTMMIMEDocument.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GTMSessionFetcher.framework/Headers/GTMSessionFetcher.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GTMSessionFetcher.framework/Headers/GTMSessionFetcher.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GTMSessionFetcher.framework/Headers/GTMSessionUploadFetcher.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GTMSessionFetcher.framework/Headers/GTMSessionUploadFetcher.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GTMSessionFetcher.framework/Headers/GTMSessionFetcher-umbrella.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GTMSessionFetcher.framework/Headers/GTMSessionFetcher-umbrella.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GTMSessionFetcher.framework/Headers/GTMGatherInputStream.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GTMSessionFetcher.framework/Headers/GTMGatherInputStream.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GTMSessionFetcher.framework/Headers/GTMSessionFetcherLogging.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GTMSessionFetcher.framework/Headers/GTMSessionFetcherLogging.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GTMSessionFetcher.framework/Headers/GTMReadMonitorInputStream.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GTMSessionFetcher.framework/Headers/GTMReadMonitorInputStream.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GTMSessionFetcher.framework/Headers/GTMSessionFetcherService.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GTMSessionFetcher.framework/Headers/GTMSessionFetcherService.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GTMSessionFetcher.framework/Modules/module.modulemap to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GTMSessionFetcher.framework/Modules/module.modulemap
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GTMSessionFetcher.framework/Info.plist to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GTMSessionFetcher.framework/Info.plist
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/leveldb.framework/leveldb to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/leveldb.framework/leveldb
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/leveldb.framework/Headers/env.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/leveldb.framework/Headers/env.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/leveldb.framework/Headers/status.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/leveldb.framework/Headers/status.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/leveldb.framework/Headers/db.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/leveldb.framework/Headers/db.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/leveldb.framework/Headers/slice.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/leveldb.framework/Headers/slice.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/leveldb.framework/Headers/cache.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/leveldb.framework/Headers/cache.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/leveldb.framework/Headers/write_batch.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/leveldb.framework/Headers/write_batch.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/leveldb.framework/Headers/options.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/leveldb.framework/Headers/options.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/leveldb.framework/Headers/dumpfile.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/leveldb.framework/Headers/dumpfile.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/leveldb.framework/Headers/c.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/leveldb.framework/Headers/c.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/leveldb.framework/Headers/filter_policy.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/leveldb.framework/Headers/filter_policy.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/leveldb.framework/Headers/comparator.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/leveldb.framework/Headers/comparator.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/leveldb.framework/Headers/leveldb-library-umbrella.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/leveldb.framework/Headers/leveldb-library-umbrella.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/leveldb.framework/Headers/table.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/leveldb.framework/Headers/table.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/leveldb.framework/Headers/table_builder.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/leveldb.framework/Headers/table_builder.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/leveldb.framework/Headers/iterator.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/leveldb.framework/Headers/iterator.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/leveldb.framework/Modules/module.modulemap to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/leveldb.framework/Modules/module.modulemap
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/leveldb.framework/Info.plist to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/leveldb.framework/Info.plist
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/nanopb.framework/Headers/pb_common.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/nanopb.framework/Headers/pb_common.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/nanopb.framework/Headers/nanopb-umbrella.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/nanopb.framework/Headers/nanopb-umbrella.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/nanopb.framework/Headers/pb.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/nanopb.framework/Headers/pb.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/nanopb.framework/Headers/pb_encode.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/nanopb.framework/Headers/pb_encode.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/nanopb.framework/Headers/pb_decode.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/nanopb.framework/Headers/pb_decode.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/nanopb.framework/Modules/module.modulemap to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/nanopb.framework/Modules/module.modulemap
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/nanopb.framework/nanopb to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/nanopb.framework/nanopb
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/nanopb.framework/Info.plist to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/nanopb.framework/Info.plist
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/GPBCodedOutputStream_PackagePrivate.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/Protobuf.framework/Headers/GPBCodedOutputStream_PackagePrivate.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/GPBArray.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/Protobuf.framework/Headers/GPBArray.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/Api.pbobjc.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/Protobuf.framework/Headers/Api.pbobjc.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/SourceContext.pbobjc.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/Protobuf.framework/Headers/SourceContext.pbobjc.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/GPBProtocolBuffers.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/Protobuf.framework/Headers/GPBProtocolBuffers.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/Duration.pbobjc.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/Protobuf.framework/Headers/Duration.pbobjc.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/GPBDictionary.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/Protobuf.framework/Headers/GPBDictionary.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/GPBCodedOutputStream.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/Protobuf.framework/Headers/GPBCodedOutputStream.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/GPBRootObject_PackagePrivate.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/Protobuf.framework/Headers/GPBRootObject_PackagePrivate.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/Empty.pbobjc.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/Protobuf.framework/Headers/Empty.pbobjc.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/GPBUtilities_PackagePrivate.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/Protobuf.framework/Headers/GPBUtilities_PackagePrivate.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/Wrappers.pbobjc.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/Protobuf.framework/Headers/Wrappers.pbobjc.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/Struct.pbobjc.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/Protobuf.framework/Headers/Struct.pbobjc.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/FieldMask.pbobjc.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/Protobuf.framework/Headers/FieldMask.pbobjc.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/Protobuf-umbrella.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/Protobuf.framework/Headers/Protobuf-umbrella.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/GPBDescriptor.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/Protobuf.framework/Headers/GPBDescriptor.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/GPBCodedInputStream_PackagePrivate.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/Protobuf.framework/Headers/GPBCodedInputStream_PackagePrivate.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/Timestamp.pbobjc.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/Protobuf.framework/Headers/Timestamp.pbobjc.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/GPBRootObject.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/Protobuf.framework/Headers/GPBRootObject.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/Type.pbobjc.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/Protobuf.framework/Headers/Type.pbobjc.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/GPBBootstrap.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/Protobuf.framework/Headers/GPBBootstrap.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/GPBExtensionRegistry.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/Protobuf.framework/Headers/GPBExtensionRegistry.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/GPBRuntimeTypes.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/Protobuf.framework/Headers/GPBRuntimeTypes.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/GPBUtilities.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/Protobuf.framework/Headers/GPBUtilities.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/GPBMessage_PackagePrivate.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/Protobuf.framework/Headers/GPBMessage_PackagePrivate.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/GPBWireFormat.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/Protobuf.framework/Headers/GPBWireFormat.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/GPBArray_PackagePrivate.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/Protobuf.framework/Headers/GPBArray_PackagePrivate.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/GPBMessage.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/Protobuf.framework/Headers/GPBMessage.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/GPBProtocolBuffers_RuntimeSupport.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/Protobuf.framework/Headers/GPBProtocolBuffers_RuntimeSupport.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/GPBCodedInputStream.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/Protobuf.framework/Headers/GPBCodedInputStream.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/GPBDescriptor_PackagePrivate.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/Protobuf.framework/Headers/GPBDescriptor_PackagePrivate.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/Any.pbobjc.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/Protobuf.framework/Headers/Any.pbobjc.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/GPBUnknownFieldSet.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/Protobuf.framework/Headers/GPBUnknownFieldSet.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/GPBExtensionInternals.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/Protobuf.framework/Headers/GPBExtensionInternals.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/GPBUnknownField.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/Protobuf.framework/Headers/GPBUnknownField.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/GPBUnknownFieldSet_PackagePrivate.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/Protobuf.framework/Headers/GPBUnknownFieldSet_PackagePrivate.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/GPBWellKnownTypes.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/Protobuf.framework/Headers/GPBWellKnownTypes.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/GPBUnknownField_PackagePrivate.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/Protobuf.framework/Headers/GPBUnknownField_PackagePrivate.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Headers/GPBDictionary_PackagePrivate.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/Protobuf.framework/Headers/GPBDictionary_PackagePrivate.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Modules/module.modulemap to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/Protobuf.framework/Modules/module.modulemap
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Protobuf to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/Protobuf.framework/Protobuf
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/Protobuf.framework/Info.plist to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/Protobuf.framework/Info.plist
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleUtilities.framework/PrivateHeaders/GULSwizzler.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GoogleUtilities.framework/PrivateHeaders/GULSwizzler.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleUtilities.framework/PrivateHeaders/GULNetworkMessageCode.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GoogleUtilities.framework/PrivateHeaders/GULNetworkMessageCode.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleUtilities.framework/PrivateHeaders/GULAppEnvironmentUtil.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GoogleUtilities.framework/PrivateHeaders/GULAppEnvironmentUtil.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleUtilities.framework/PrivateHeaders/GULApplication.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GoogleUtilities.framework/PrivateHeaders/GULApplication.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleUtilities.framework/PrivateHeaders/GULAppDelegateSwizzler.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GoogleUtilities.framework/PrivateHeaders/GULAppDelegateSwizzler.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleUtilities.framework/PrivateHeaders/GULMutableDictionary.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GoogleUtilities.framework/PrivateHeaders/GULMutableDictionary.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleUtilities.framework/PrivateHeaders/GULNetworkURLSession.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GoogleUtilities.framework/PrivateHeaders/GULNetworkURLSession.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleUtilities.framework/PrivateHeaders/GULNetworkLoggerProtocol.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GoogleUtilities.framework/PrivateHeaders/GULNetworkLoggerProtocol.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleUtilities.framework/PrivateHeaders/GULReachabilityMessageCode.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GoogleUtilities.framework/PrivateHeaders/GULReachabilityMessageCode.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleUtilities.framework/PrivateHeaders/GULUserDefaults.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GoogleUtilities.framework/PrivateHeaders/GULUserDefaults.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleUtilities.framework/PrivateHeaders/GULNetwork.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GoogleUtilities.framework/PrivateHeaders/GULNetwork.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleUtilities.framework/PrivateHeaders/GULOriginalIMPConvenienceMacros.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GoogleUtilities.framework/PrivateHeaders/GULOriginalIMPConvenienceMacros.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleUtilities.framework/PrivateHeaders/GULLogger.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GoogleUtilities.framework/PrivateHeaders/GULLogger.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleUtilities.framework/PrivateHeaders/GULObjectSwizzler.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GoogleUtilities.framework/PrivateHeaders/GULObjectSwizzler.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleUtilities.framework/PrivateHeaders/GULReachabilityChecker.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GoogleUtilities.framework/PrivateHeaders/GULReachabilityChecker.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleUtilities.framework/PrivateHeaders/GULNetworkConstants.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GoogleUtilities.framework/PrivateHeaders/GULNetworkConstants.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleUtilities.framework/PrivateHeaders/GULSwizzledObject.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GoogleUtilities.framework/PrivateHeaders/GULSwizzledObject.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleUtilities.framework/Headers/GULLoggerCodes.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GoogleUtilities.framework/Headers/GULLoggerCodes.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleUtilities.framework/Headers/GoogleUtilities-umbrella.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GoogleUtilities.framework/Headers/GoogleUtilities-umbrella.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleUtilities.framework/Headers/GULLoggerLevel.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GoogleUtilities.framework/Headers/GULLoggerLevel.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleUtilities.framework/Headers/GULNSData+zlib.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GoogleUtilities.framework/Headers/GULNSData+zlib.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleUtilities.framework/GoogleUtilities to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GoogleUtilities.framework/GoogleUtilities
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleUtilities.framework/Modules/module.modulemap to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GoogleUtilities.framework/Modules/module.modulemap
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleUtilities.framework/Info.plist to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GoogleUtilities.framework/Info.plist
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleAPIClientForREST.framework/GoogleAPIClientForREST to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GoogleAPIClientForREST.framework/GoogleAPIClientForREST
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleAPIClientForREST.framework/Headers/GTLRVisionService.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GoogleAPIClientForREST.framework/Headers/GTLRVisionService.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleAPIClientForREST.framework/Headers/GTLRDateTime.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GoogleAPIClientForREST.framework/Headers/GTLRDateTime.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleAPIClientForREST.framework/Headers/GTLRFramework.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GoogleAPIClientForREST.framework/Headers/GTLRFramework.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleAPIClientForREST.framework/Headers/GTLRVisionQuery.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GoogleAPIClientForREST.framework/Headers/GTLRVisionQuery.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleAPIClientForREST.framework/Headers/GTLRObject.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GoogleAPIClientForREST.framework/Headers/GTLRObject.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleAPIClientForREST.framework/Headers/GTLRUploadParameters.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GoogleAPIClientForREST.framework/Headers/GTLRUploadParameters.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleAPIClientForREST.framework/Headers/GTLRVisionObjects.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GoogleAPIClientForREST.framework/Headers/GTLRVisionObjects.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleAPIClientForREST.framework/Headers/GTLRBatchResult.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GoogleAPIClientForREST.framework/Headers/GTLRBatchResult.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleAPIClientForREST.framework/Headers/GTLRDuration.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GoogleAPIClientForREST.framework/Headers/GTLRDuration.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleAPIClientForREST.framework/Headers/GTLRQuery.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GoogleAPIClientForREST.framework/Headers/GTLRQuery.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleAPIClientForREST.framework/Headers/GTLRURITemplate.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GoogleAPIClientForREST.framework/Headers/GTLRURITemplate.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleAPIClientForREST.framework/Headers/GTLRBatchQuery.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GoogleAPIClientForREST.framework/Headers/GTLRBatchQuery.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleAPIClientForREST.framework/Headers/GTLRVision.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GoogleAPIClientForREST.framework/Headers/GTLRVision.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleAPIClientForREST.framework/Headers/GTLRErrorObject.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GoogleAPIClientForREST.framework/Headers/GTLRErrorObject.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleAPIClientForREST.framework/Headers/GTLRService.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GoogleAPIClientForREST.framework/Headers/GTLRService.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleAPIClientForREST.framework/Headers/GTLRBase64.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GoogleAPIClientForREST.framework/Headers/GTLRBase64.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleAPIClientForREST.framework/Headers/GTLRRuntimeCommon.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GoogleAPIClientForREST.framework/Headers/GTLRRuntimeCommon.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleAPIClientForREST.framework/Headers/GTLRUtilities.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GoogleAPIClientForREST.framework/Headers/GTLRUtilities.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleAPIClientForREST.framework/Headers/GoogleAPIClientForREST-umbrella.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GoogleAPIClientForREST.framework/Headers/GoogleAPIClientForREST-umbrella.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleAPIClientForREST.framework/Headers/GTLRDefines.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GoogleAPIClientForREST.framework/Headers/GTLRDefines.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleAPIClientForREST.framework/Modules/module.modulemap to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GoogleAPIClientForREST.framework/Modules/module.modulemap
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/GoogleAPIClientForREST.framework/Info.plist to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GoogleAPIClientForREST.framework/Info.plist
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseInstanceID.framework/FirebaseInstanceID to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/FirebaseInstanceID.framework/FirebaseInstanceID
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseInstanceID.framework/PrivateHeaders/FIRInstanceID_Private.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/FirebaseInstanceID.framework/PrivateHeaders/FIRInstanceID_Private.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseInstanceID.framework/Headers/FirebaseInstanceID.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/FirebaseInstanceID.framework/Headers/FirebaseInstanceID.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseInstanceID.framework/Headers/FIRInstanceID.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/FirebaseInstanceID.framework/Headers/FIRInstanceID.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseInstanceID.framework/Headers/FirebaseInstanceID-umbrella.h to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/FirebaseInstanceID.framework/Headers/FirebaseInstanceID-umbrella.h
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseInstanceID.framework/Modules/module.modulemap to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/FirebaseInstanceID.framework/Modules/module.modulemap
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/FirebaseInstanceID.framework/Info.plist to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/FirebaseInstanceID.framework/Info.plist
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/xamarin_android9_example.iOS.exe to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/xamarin_android9_example.iOS.exe
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/xamarin_android9_example.iOS.pdb to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/xamarin_android9_example.iOS.pdb
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/mscorlib.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/mscorlib.dll
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/mscorlib.pdb to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/mscorlib.pdb
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/Xamarin.iOS.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Xamarin.iOS.dll
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/Xamarin.iOS.pdb to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Xamarin.iOS.pdb
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/System.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/System.dll
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/System.pdb to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/System.pdb
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/Mono.Security.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Mono.Security.dll
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/Mono.Security.pdb to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Mono.Security.pdb
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/System.Xml.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/System.Xml.dll
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/System.Xml.pdb to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/System.Xml.pdb
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/System.Numerics.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/System.Numerics.dll
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/System.Numerics.pdb to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/System.Numerics.pdb
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/System.Core.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/System.Core.dll
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/System.Core.pdb to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/System.Core.pdb
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/System.Net.Http.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/System.Net.Http.dll
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/System.Net.Http.pdb to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/System.Net.Http.pdb
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/System.Drawing.Common.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/System.Drawing.Common.dll
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/Xamarin.Forms.Platform.iOS.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Xamarin.Forms.Platform.iOS.dll
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/Xamarin.Forms.Platform.iOS.pdb to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Xamarin.Forms.Platform.iOS.pdb
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/sk/Xamarin.Forms.Platform.iOS.resources.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/sk/Xamarin.Forms.Platform.iOS.resources.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/zh-Hans/Xamarin.Forms.Platform.iOS.resources.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/zh-Hans/Xamarin.Forms.Platform.iOS.resources.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/zh-Hant/Xamarin.Forms.Platform.iOS.resources.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/zh-Hant/Xamarin.Forms.Platform.iOS.resources.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/pl/Xamarin.Forms.Platform.iOS.resources.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/pl/Xamarin.Forms.Platform.iOS.resources.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/vi/Xamarin.Forms.Platform.iOS.resources.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/vi/Xamarin.Forms.Platform.iOS.resources.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/sv/Xamarin.Forms.Platform.iOS.resources.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/sv/Xamarin.Forms.Platform.iOS.resources.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/he/Xamarin.Forms.Platform.iOS.resources.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/he/Xamarin.Forms.Platform.iOS.resources.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/ms/Xamarin.Forms.Platform.iOS.resources.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/ms/Xamarin.Forms.Platform.iOS.resources.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/da/Xamarin.Forms.Platform.iOS.resources.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/da/Xamarin.Forms.Platform.iOS.resources.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/ja/Xamarin.Forms.Platform.iOS.resources.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/ja/Xamarin.Forms.Platform.iOS.resources.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/el/Xamarin.Forms.Platform.iOS.resources.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/el/Xamarin.Forms.Platform.iOS.resources.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/it/Xamarin.Forms.Platform.iOS.resources.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/it/Xamarin.Forms.Platform.iOS.resources.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/ca/Xamarin.Forms.Platform.iOS.resources.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/ca/Xamarin.Forms.Platform.iOS.resources.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/cs/Xamarin.Forms.Platform.iOS.resources.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/cs/Xamarin.Forms.Platform.iOS.resources.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/ru/Xamarin.Forms.Platform.iOS.resources.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/ru/Xamarin.Forms.Platform.iOS.resources.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/ro/Xamarin.Forms.Platform.iOS.resources.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/ro/Xamarin.Forms.Platform.iOS.resources.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/pt/Xamarin.Forms.Platform.iOS.resources.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/pt/Xamarin.Forms.Platform.iOS.resources.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/uk/Xamarin.Forms.Platform.iOS.resources.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/uk/Xamarin.Forms.Platform.iOS.resources.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/ar/Xamarin.Forms.Platform.iOS.resources.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/ar/Xamarin.Forms.Platform.iOS.resources.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/hr/Xamarin.Forms.Platform.iOS.resources.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/hr/Xamarin.Forms.Platform.iOS.resources.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/pt-br/Xamarin.Forms.Platform.iOS.resources.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/pt-br/Xamarin.Forms.Platform.iOS.resources.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/hu/Xamarin.Forms.Platform.iOS.resources.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/hu/Xamarin.Forms.Platform.iOS.resources.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/nl/Xamarin.Forms.Platform.iOS.resources.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/nl/Xamarin.Forms.Platform.iOS.resources.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/nb/Xamarin.Forms.Platform.iOS.resources.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/nb/Xamarin.Forms.Platform.iOS.resources.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/hi/Xamarin.Forms.Platform.iOS.resources.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/hi/Xamarin.Forms.Platform.iOS.resources.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/de/Xamarin.Forms.Platform.iOS.resources.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/de/Xamarin.Forms.Platform.iOS.resources.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/ko/Xamarin.Forms.Platform.iOS.resources.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/ko/Xamarin.Forms.Platform.iOS.resources.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/fi/Xamarin.Forms.Platform.iOS.resources.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/fi/Xamarin.Forms.Platform.iOS.resources.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/id/Xamarin.Forms.Platform.iOS.resources.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/id/Xamarin.Forms.Platform.iOS.resources.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/fr/Xamarin.Forms.Platform.iOS.resources.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/fr/Xamarin.Forms.Platform.iOS.resources.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/es/Xamarin.Forms.Platform.iOS.resources.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/es/Xamarin.Forms.Platform.iOS.resources.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/zh-HK/Xamarin.Forms.Platform.iOS.resources.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/zh-HK/Xamarin.Forms.Platform.iOS.resources.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/th/Xamarin.Forms.Platform.iOS.resources.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/th/Xamarin.Forms.Platform.iOS.resources.dll
Copied /Users/USER/.nuget/packages/xamarin.forms/4.2.0.848062/lib/Xamarin.iOS10/tr/Xamarin.Forms.Platform.iOS.resources.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/tr/Xamarin.Forms.Platform.iOS.resources.dll
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/Xamarin.Forms.Core.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Xamarin.Forms.Core.dll
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/Xamarin.Forms.Core.pdb to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Xamarin.Forms.Core.pdb
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/netstandard.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/netstandard.dll
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/System.Data.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/System.Data.dll
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/System.Data.pdb to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/System.Data.pdb
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/System.Transactions.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/System.Transactions.dll
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/System.Transactions.pdb to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/System.Transactions.pdb
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/System.IO.Compression.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/System.IO.Compression.dll
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/System.IO.Compression.pdb to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/System.IO.Compression.pdb
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/System.IO.Compression.FileSystem.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/System.IO.Compression.FileSystem.dll
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/System.IO.Compression.FileSystem.pdb to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/System.IO.Compression.FileSystem.pdb
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/System.ComponentModel.Composition.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/System.ComponentModel.Composition.dll
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/System.ComponentModel.Composition.pdb to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/System.ComponentModel.Composition.pdb
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/System.Runtime.Serialization.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/System.Runtime.Serialization.dll
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/System.Runtime.Serialization.pdb to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/System.Runtime.Serialization.pdb
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/System.ServiceModel.Internals.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/System.ServiceModel.Internals.dll
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/System.ServiceModel.Internals.pdb to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/System.ServiceModel.Internals.pdb
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/System.Web.Services.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/System.Web.Services.dll
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/System.Web.Services.pdb to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/System.Web.Services.pdb
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/System.Xml.Linq.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/System.Xml.Linq.dll
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/System.Xml.Linq.pdb to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/System.Xml.Linq.pdb
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/Xamarin.Forms.Platform.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Xamarin.Forms.Platform.dll
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/Firebase.CloudMessaging.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Firebase.CloudMessaging.dll
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/Firebase.Core.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Firebase.Core.dll
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/Firebase.InstanceID.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Firebase.InstanceID.dll
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/xamarin_android9_example.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/xamarin_android9_example.dll
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/xamarin_android9_example.pdb to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/xamarin_android9_example.pdb
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/Xamarin.Forms.Xaml.dll to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Xamarin.Forms.Xaml.dll
Copied /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/mtouch-cache/3-Build/Xamarin.Forms.Xaml.pdb to /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Xamarin.Forms.Xaml.pdb
/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app built successfully.
Done executing task "MTouch".
Task "Touch"
Creating "bin/iPhoneSimulator/Debug/mtouch.stamp" because "AlwaysCreate" was specified.
Done executing task "Touch".
Target "_CompileITunesMetadata" skipped, due to false condition; ('$(ComputedPlatform)' == 'iPhone' And '$(IsAppExtension)' == 'false' And '$(IsWatchApp)' == 'false') was evaluated as ('iPhoneSimulator' == 'iPhone' And 'False' == 'false' And 'False' == 'false').
Target "_CollectITunesArtwork" skipped, due to false condition; ('$(ComputedPlatform)' == 'iPhone' And '$(IsAppExtension)' == 'false' And '$(IsWatchApp)' == 'false') was evaluated as ('iPhoneSimulator' == 'iPhone' And 'False' == 'false' And 'False' == 'false').
Target "_CopyITunesArtwork" skipped, due to false condition; ('$(ComputedPlatform)' == 'iPhone' And '$(IsAppExtension)' == 'false' And '$(IsWatchApp)' == 'false') was evaluated as ('iPhoneSimulator' == 'iPhone' And 'False' == 'false' And 'False' == 'false').
Target "_CopyResourcesToBundle" skipped. Previously built successfully.
Target _CreateDebugSettings:
Building target "_CreateDebugSettings" completely.
No input files were specified.
Using "CreateDebugSettings" task from assembly "/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.iOS.Tasks.dll".
Task "CreateDebugSettings"
Done executing task "CreateDebugSettings".
Target "_CopyResourcesToBundle" skipped. Previously built successfully.
Target "_DetectDebugNetworkConfiguration" skipped. Previously built successfully.
Target _CreateDebugConfiguration:
Building target "_CreateDebugConfiguration" completely.
No input files were specified.
Using "CreateDebugConfiguration" task from assembly "/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.iOS.Tasks.dll".
Task "CreateDebugConfiguration"
Done executing task "CreateDebugConfiguration".
Target "_GenerateBundleName" skipped. Previously built successfully.
Target _CreatePkgInfo:
Building target "_CreatePkgInfo" completely.
No input files were specified.
Using "CreatePkgInfo" task from assembly "/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.iOS.Tasks.dll".
Task "CreatePkgInfo"
Done executing task "CreatePkgInfo".
Target "_ResolveAppExtensionReferences" skipped. Previously built successfully.
Target _CopyAppExtensionsToBundle:
Skipping target "_CopyAppExtensionsToBundle" because it has no inputs.
Though the target has declared its inputs, the input specification only references empty properties and/or empty item lists.
Target "_CopyWatchOS1AppsToBundle" skipped, due to false condition; ('$(IsAppExtension)' == 'true') was evaluated as ('False' == 'true').
Target "_ResolveWatchAppReferences" skipped. Previously built successfully.
Target _CopyWatchOS2AppsToBundle:
Task "Ditto" skipped, due to false condition; ('$(IsMacEnabled)' == 'true' And '@(_ResolvedWatchAppReferences)' != '' And '%(_ResolvedWatchAppReferences.Identity)' != '') was evaluated as ('true' == 'true' And '' != '' And '' != '').
Target _ReadAppExtensionDebugSymbolProperties:
Task "ReadItemsFromFile" skipped, due to false condition; (Exists('%(_ResolvedAppExtensionReferences.Identity)\..\dsym.items')) was evaluated as (Exists('\..\dsym.items')).
Target "_GenerateAppExtensionDebugSymbols" skipped, due to false condition; ('$(ComputedPlatform)' == 'iPhone' And '$(IsAppExtension)' == 'false') was evaluated as ('iPhoneSimulator' == 'iPhone' And 'False' == 'false').
Target "_PrepareDebugSymbolGeneration" skipped, due to false condition; ('$(ComputedPlatform)' == 'iPhone' And '$(IsAppExtension)' == 'true' And '$(IsWatchApp)' == 'false') was evaluated as ('iPhoneSimulator' == 'iPhone' And 'False' == 'true' And 'False' == 'false').
Target "_GenerateDebugSymbols" skipped, due to false condition; ('$(ComputedPlatform)' == 'iPhone' And '$(IsWatchApp)' == 'false') was evaluated as ('iPhoneSimulator' == 'iPhone' And 'False' == 'false').
Target "_DetectSdkLocations" skipped. Previously built successfully.
Target _ValidateAppBundle:
Using "ValidateAppBundleTask" task from assembly "/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.iOS.Tasks.dll".
Task "ValidateAppBundleTask"
Done executing task "ValidateAppBundleTask".
Target _CreateAppBundle:
Target "_CreateAppBundle" skipped. Previously built successfully.
Target BeforeCodesign:
Target "_EmbedMobileProvision" skipped, due to false condition; ('$(_RequireCodeSigning)' == 'true') was evaluated as ('False' == 'true').
Target "_DetectSigningIdentity" skipped. Previously built successfully.
Target "_CompileToNative" skipped. Previously built successfully.
Target _CodesignNativeLibraries:
Using "CodesignNativeLibraries" task from assembly "/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.iOS.Tasks.dll".
Task "CodesignNativeLibraries"
Done executing task "CodesignNativeLibraries".
Target "_CompileToNative" skipped. Previously built successfully.
Target _CollectFrameworks:
Using "CollectFrameworks" task from assembly "/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.iOS.Tasks.dll".
Task "CollectFrameworks"
Done executing task "CollectFrameworks".
Target "_DetectSigningIdentity" skipped. Previously built successfully.
Target "_CollectFrameworks" skipped. Previously built successfully.
Target _CodesignFrameworks:
Building target "_CodesignFrameworks" completely.
Output file "obj/iPhoneSimulator/Debug/codesign/Protobuf" does not exist.
Using "Codesign" task from assembly "/Library/Frameworks/Mono.framework/External/xbuild/Xamarin/iOS/Xamarin.iOS.Tasks.dll".
Task "Codesign"
Tool /usr/bin/codesign execution started with arguments: -v --force --timestamp=none --sign - --timestamp=none /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/Protobuf.framework/Protobuf
Tool /usr/bin/codesign execution finished (exit code = 0).
Done executing task "Codesign".
Task "MakeDir"
Creating directory "obj/iPhoneSimulator/Debug/codesign".
Done executing task "MakeDir".
Task "Touch"
Creating "obj/iPhoneSimulator/Debug/codesign/Protobuf" because "AlwaysCreate" was specified.
Done executing task "Touch".
Target _CodesignFrameworks:
Building target "_CodesignFrameworks" completely.
Output file "obj/iPhoneSimulator/Debug/codesign/GTMSessionFetcher" does not exist.
Task "Codesign"
Tool /usr/bin/codesign execution started with arguments: -v --force --timestamp=none --sign - --timestamp=none /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GTMSessionFetcher.framework/GTMSessionFetcher
Tool /usr/bin/codesign execution finished (exit code = 0).
Done executing task "Codesign".
Task "MakeDir"
Done executing task "MakeDir".
Task "Touch"
Creating "obj/iPhoneSimulator/Debug/codesign/GTMSessionFetcher" because "AlwaysCreate" was specified.
Done executing task "Touch".
Target _CodesignFrameworks:
Building target "_CodesignFrameworks" completely.
Output file "obj/iPhoneSimulator/Debug/codesign/GoogleAPIClientForREST" does not exist.
Task "Codesign"
Tool /usr/bin/codesign execution started with arguments: -v --force --timestamp=none --sign - --timestamp=none /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GoogleAPIClientForREST.framework/GoogleAPIClientForREST
Tool /usr/bin/codesign execution finished (exit code = 0).
Done executing task "Codesign".
Task "MakeDir"
Done executing task "MakeDir".
Task "Touch"
Creating "obj/iPhoneSimulator/Debug/codesign/GoogleAPIClientForREST" because "AlwaysCreate" was specified.
Done executing task "Touch".
Target _CodesignFrameworks:
Building target "_CodesignFrameworks" completely.
Output file "obj/iPhoneSimulator/Debug/codesign/FirebaseCore" does not exist.
Task "Codesign"
Tool /usr/bin/codesign execution started with arguments: -v --force --timestamp=none --sign - --timestamp=none /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/FirebaseCore.framework/FirebaseCore
Tool /usr/bin/codesign execution finished (exit code = 0).
Done executing task "Codesign".
Task "MakeDir"
Done executing task "MakeDir".
Task "Touch"
Creating "obj/iPhoneSimulator/Debug/codesign/FirebaseCore" because "AlwaysCreate" was specified.
Done executing task "Touch".
Target _CodesignFrameworks:
Building target "_CodesignFrameworks" completely.
Output file "obj/iPhoneSimulator/Debug/codesign/GoogleUtilities" does not exist.
Task "Codesign"
Tool /usr/bin/codesign execution started with arguments: -v --force --timestamp=none --sign - --timestamp=none /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GoogleUtilities.framework/GoogleUtilities
Tool /usr/bin/codesign execution finished (exit code = 0).
Done executing task "Codesign".
Task "MakeDir"
Done executing task "MakeDir".
Task "Touch"
Creating "obj/iPhoneSimulator/Debug/codesign/GoogleUtilities" because "AlwaysCreate" was specified.
Done executing task "Touch".
Target _CodesignFrameworks:
Building target "_CodesignFrameworks" completely.
Output file "obj/iPhoneSimulator/Debug/codesign/FirebaseMessaging" does not exist.
Task "Codesign"
Tool /usr/bin/codesign execution started with arguments: -v --force --timestamp=none --sign - --timestamp=none /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/FirebaseMessaging.framework/FirebaseMessaging
Tool /usr/bin/codesign execution finished (exit code = 0).
Done executing task "Codesign".
Task "MakeDir"
Done executing task "MakeDir".
Task "Touch"
Creating "obj/iPhoneSimulator/Debug/codesign/FirebaseMessaging" because "AlwaysCreate" was specified.
Done executing task "Touch".
Target _CodesignFrameworks:
Building target "_CodesignFrameworks" completely.
Output file "obj/iPhoneSimulator/Debug/codesign/GoogleToolboxForMac" does not exist.
Task "Codesign"
Tool /usr/bin/codesign execution started with arguments: -v --force --timestamp=none --sign - --timestamp=none /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/GoogleToolboxForMac.framework/GoogleToolboxForMac
Tool /usr/bin/codesign execution finished (exit code = 0).
Done executing task "Codesign".
Task "MakeDir"
Done executing task "MakeDir".
Task "Touch"
Creating "obj/iPhoneSimulator/Debug/codesign/GoogleToolboxForMac" because "AlwaysCreate" was specified.
Done executing task "Touch".
Target _CodesignFrameworks:
Building target "_CodesignFrameworks" completely.
Output file "obj/iPhoneSimulator/Debug/codesign/nanopb" does not exist.
Task "Codesign"
Tool /usr/bin/codesign execution started with arguments: -v --force --timestamp=none --sign - --timestamp=none /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/nanopb.framework/nanopb
Tool /usr/bin/codesign execution finished (exit code = 0).
Done executing task "Codesign".
Task "MakeDir"
Done executing task "MakeDir".
Task "Touch"
Creating "obj/iPhoneSimulator/Debug/codesign/nanopb" because "AlwaysCreate" was specified.
Done executing task "Touch".
Target _CodesignFrameworks:
Building target "_CodesignFrameworks" completely.
Output file "obj/iPhoneSimulator/Debug/codesign/leveldb" does not exist.
Task "Codesign"
Tool /usr/bin/codesign execution started with arguments: -v --force --timestamp=none --sign - --timestamp=none /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/leveldb.framework/leveldb
Tool /usr/bin/codesign execution finished (exit code = 0).
Done executing task "Codesign".
Task "MakeDir"
Done executing task "MakeDir".
Task "Touch"
Creating "obj/iPhoneSimulator/Debug/codesign/leveldb" because "AlwaysCreate" was specified.
Done executing task "Touch".
Target _CodesignFrameworks:
Building target "_CodesignFrameworks" completely.
Output file "obj/iPhoneSimulator/Debug/codesign/FirebaseInstanceID" does not exist.
Task "Codesign"
Tool /usr/bin/codesign execution started with arguments: -v --force --timestamp=none --sign - --timestamp=none /Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/bin/iPhoneSimulator/Debug/xamarin_android9_example.iOS.app/Frameworks/FirebaseInstanceID.framework/FirebaseInstanceID
Tool /usr/bin/codesign execution finished (exit code = 0).
Done executing task "Codesign".
Task "MakeDir"
Done executing task "MakeDir".
Task "Touch"
Creating "obj/iPhoneSimulator/Debug/codesign/FirebaseInstanceID" because "AlwaysCreate" was specified.
Done executing task "Touch".
Target _ReadAppExtensionCodesignProperties:
Task "ReadItemsFromFile" skipped, due to false condition; (Exists('%(_ResolvedAppExtensionReferences.Identity)\..\codesign.items')) was evaluated as (Exists('\..\codesign.items')).
Target "_CodesignAppExtensions" skipped, due to false condition; ('$(_CanOutputAppBundle)' == 'true' And '@(_AppExtensionCodesignProperties)' != '') was evaluated as ('True' == 'true' And '' != '').
Target "_PrepareCodesignAppExtension" skipped, due to false condition; ('$(_CanOutputAppBundle)' == 'true' And '$(IsAppExtension)' == 'true' And '@(_ResolvedAppBundleExtensions)' == '') was evaluated as ('True' == 'true' And 'False' == 'true' And '' == '').
Target "_CalculateCodesignAppBundleInputs" skipped, due to false condition; (('$(_CanOutputAppBundle)' == 'true' And '$(_CodeSigningKey)' != '') And ('$(IsAppExtension)' == 'false' Or '@(_ResolvedAppExtensionReferences)' != '')) was evaluated as (('True' == 'true' And '' != '') And ('False' == 'false' Or '' != '')).
Target "_CodesignAppBundle" skipped, due to false condition; (('$(_CanOutputAppBundle)' == 'true' And '$(_CodeSigningKey)' != '') And ('$(IsAppExtension)' == 'false' Or '@(_ResolvedAppExtensionReferences)' != '')) was evaluated as (('True' == 'true' And '' != '') And ('False' == 'false' Or '' != '')).
Target "_CodesignVerify" skipped, due to false condition; ('$(_RequireCodeSigning)' == 'true' And ('$(IsAppExtension)' == 'false' Or '@(_ResolvedAppExtensionReferences)' != '')) was evaluated as ('False' == 'true' And ('False' == 'false' Or '' != '')).
Target CoreCodesign:
Target AfterCodesign:
Target Codesign:
Target "CreateIpa" skipped, due to false condition; ('$(_CanArchive)' == 'true') was evaluated as ('False' == 'true').
Target "Archive" skipped, due to false condition; ('$(_CanArchive)' == 'true') was evaluated as ('False' == 'true').
Target Build:
Target AfterRebuild:
Target "_CheckForInvalidConfigurationAndPlatform" skipped. Previously built successfully.
Target Rebuild:
Done building project "xamarin_android9_example.iOS.csproj".
Build succeeded.
/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/actool/cloned-assets/Assets.xcassets : actool warning : The file "Icon40.png" for the image set "AppIcon" does not exist.
/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/actool/cloned-assets/Assets.xcassets : actool warning : The file "Icon40.png" for the image set "AppIcon" does not exist.
/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/actool/cloned-assets/Assets.xcassets : actool warning : The file "Icon87.png" for the image set "AppIcon" does not exist.
/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/actool/cloned-assets/Assets.xcassets : actool warning : The file "Icon58.png" for the image set "AppIcon" does not exist.
/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/actool/cloned-assets/Assets.xcassets : actool warning : The file "Icon180.png" for the image set "AppIcon" does not exist.
/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/actool/cloned-assets/Assets.xcassets : actool warning : The file "Icon120.png" for the image set "AppIcon" does not exist.
/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/actool/cloned-assets/Assets.xcassets : actool warning : The file "Icon152.png" for the image set "AppIcon" does not exist.
/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/actool/cloned-assets/Assets.xcassets : actool warning : The file "Icon1024.png" for the image set "AppIcon" does not exist.
/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/actool/cloned-assets/Assets.xcassets : actool warning : The file "Icon80.png" for the image set "AppIcon" does not exist.
/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/actool/cloned-assets/Assets.xcassets : actool warning : The file "Icon40.png" for the image set "AppIcon" does not exist.
/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/actool/cloned-assets/Assets.xcassets : actool warning : The file "Icon80.png" for the image set "AppIcon" does not exist.
/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/actool/cloned-assets/Assets.xcassets : actool warning : The file "Icon20.png" for the image set "AppIcon" does not exist.
/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/actool/cloned-assets/Assets.xcassets : actool warning : The file "Icon120.png" for the image set "AppIcon" does not exist.
/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/actool/cloned-assets/Assets.xcassets : actool warning : The file "Icon58.png" for the image set "AppIcon" does not exist.
/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/actool/cloned-assets/Assets.xcassets : actool warning : The file "Icon167.png" for the image set "AppIcon" does not exist.
/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/actool/cloned-assets/Assets.xcassets : actool warning : The file "Icon60.png" for the image set "AppIcon" does not exist.
/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/actool/cloned-assets/Assets.xcassets : actool warning : The file "Icon29.png" for the image set "AppIcon" does not exist.
/Users/USER/dev/xamarin_android9_example/xamarin_android9_example/xamarin_android9_example.iOS/obj/iPhoneSimulator/Debug/actool/cloned-assets/Assets.xcassets : actool warning : The file "Icon76.png" for the image set "AppIcon" does not exist.
18 Warning(s)
0 Error(s)
Time Elapsed 00:00:19.56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment