Closed loho1968 closed 2 years ago
The version of MAUI you're running against isn't compatible with the version of XAML Hot Reload included in that VSMac build. There have been numerous API changes in MAUI (In this case, for what you're seeing, the VisualTreeChanged events were moved to MAUI.Core, and your build is looking for them in MAUI.Controls I believe) that require XAML Hot Reload and MAUI to be in sync.
I don't believe MAUI itself will be supported in VSMac until 17.1 at the earliest? By extension, XAML Hot Reload won't be supported until then as well.
Description
Macos 11.6.5 Visual Studio for Mac (8.10.19.2) Visual Studio 17 Build 7303 choose "Enable XAML Hot Reload" SDK 3.1.416 [/usr/local/share/dotnet/sdk] 5.0.405 [/usr/local/share/dotnet/sdk] 6.0.101 [/usr/local/share/dotnet/sdk] 6.0.200 [/usr/local/share/dotnet/sdk] Xcode 13.2.1
error: Resolved pending breakpoint for 'Xamarin.HotReload.HotReloadAgent.BreakpointSendToIde(System.String)' to /Users/runner/work/1/s/HotReload/Source/Xamarin.HotReload.Agent/HotReloadAgent.cs:415 [0x00000]. 2022-03-08 10:55:57.550194+0800 mauitest[71648:300245] warning: Could not load signature of Microsoft.Maui.Controls.HotReload.Forms.MauiAgent:VisualTreeChanged due to: Could not resolve type with token 01000079 from typeref (expected class 'Microsoft.Maui.VisualTreeChangeEventArgs' in assembly 'Microsoft.Maui, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null') assembly:Microsoft.Maui, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null type:Microsoft.Maui.VisualTreeChangeEventArgs member:(null)
Application Output:
Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/Xamarin.iOS.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Runtime.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Collections.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Runtime.InteropServices.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Threading.Thread.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Threading.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/mauitest.dll Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/Microsoft.Maui.Controls.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.ObjectModel.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/Microsoft.Maui.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/Microsoft.Maui.Controls.Xaml.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.ComponentModel.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/Microsoft.Extensions.Hosting.Abstractions.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/netstandard.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Private.Uri.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.ComponentModel.TypeConverter.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Runtime.Loader.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Net.Security.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Net.Primitives.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Memory.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Diagnostics.Tracing.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Collections.NonGeneric.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/Microsoft.Win32.Primitives.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Security.Cryptography.X509Certificates.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Security.Cryptography.Algorithms.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Security.Cryptography.Primitives.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Formats.Asn1.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Text.Encoding.Extensions.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Runtime.Numerics.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Security.Cryptography.Encoding.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Collections.Concurrent.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Net.Sockets.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Net.NameResolution.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Threading.ThreadPool.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Runtime.CompilerServices.Unsafe.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Runtime.InteropServices.RuntimeInformation.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Security.Claims.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Linq.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Drawing.Primitives.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.ComponentModel.Primitives.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Numerics.Vectors.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Collections.Specialized.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Text.RegularExpressions.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Reflection.Emit.ILGeneration.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Reflection.Emit.Lightweight.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Reflection.Primitives.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Runtime.Serialization.Formatters.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Resources.Writer.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Xml.XDocument.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Private.Xml.Linq.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Private.Xml.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Diagnostics.TraceSource.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Net.Http.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Diagnostics.DiagnosticSource.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Net.Quic.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.IO.Compression.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.IO.Compression.Brotli.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Threading.Channels.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Net.NetworkInformation.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Reflection.Emit.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Linq.Expressions.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/Microsoft.Maui.Graphics.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Xml.ReaderWriter.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Console.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/Microsoft.Extensions.Logging.Abstractions.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/Microsoft.Extensions.DependencyInjection.Abstractions.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.IO.MemoryMappedFiles.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.IO.Pipes.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Diagnostics.Process.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Diagnostics.FileVersionInfo.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Reflection.Metadata.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Collections.Immutable.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.ComponentModel.EventBasedAsync.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Data.Common.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Xml.XmlSerializer.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Transactions.Local.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Diagnostics.Contracts.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Diagnostics.TextWriterTraceListener.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Diagnostics.StackTrace.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.IO.Compression.ZipFile.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.IO.FileSystem.DriveInfo.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.IO.FileSystem.Watcher.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.IO.IsolatedStorage.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Linq.Queryable.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Linq.Parallel.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Net.Requests.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Net.WebHeaderCollection.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Net.ServicePoint.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Net.HttpListener.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Net.WebSockets.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Security.Principal.Windows.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Net.WebClient.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Net.WebProxy.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Net.Mail.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Net.Ping.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Net.WebSockets.Client.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Reflection.DispatchProxy.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Runtime.CompilerServices.VisualC.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Runtime.Serialization.Primitives.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Runtime.Serialization.Xml.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Private.DataContractSerialization.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Runtime.Serialization.Json.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Security.Cryptography.Csp.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Threading.Overlapped.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Threading.Tasks.Parallel.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Web.HttpUtility.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Xml.XPath.XDocument.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Xml.XPath.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/Microsoft.Extensions.Configuration.Abstractions.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/Microsoft.Extensions.Primitives.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/Microsoft.Extensions.FileProviders.Abstractions.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/Microsoft.Extensions.Configuration.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/Microsoft.Extensions.Hosting.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/Microsoft.Extensions.Options.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/Microsoft.Extensions.FileProviders.Physical.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/Microsoft.Extensions.FileSystemGlobbing.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/Microsoft.Extensions.DependencyInjection.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/Microsoft.Extensions.Logging.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/Microsoft.Extensions.Configuration.FileExtensions.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/Microsoft.Extensions.Configuration.Binder.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/Microsoft.Extensions.Configuration.EnvironmentVariables.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/Microsoft.Extensions.Configuration.CommandLine.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/Microsoft.Extensions.Configuration.Json.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Text.Json.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Text.Encodings.Web.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Runtime.Intrinsics.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/Microsoft.Extensions.Configuration.UserSecrets.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/Microsoft.Extensions.Logging.EventLog.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/System.Diagnostics.EventLog.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/Microsoft.Extensions.Logging.Configuration.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/Microsoft.Extensions.Options.ConfigurationExtensions.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/Microsoft.Extensions.Logging.Console.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/Microsoft.Extensions.Logging.Debug.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/Microsoft.Extensions.Logging.EventSource.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/Microsoft.Maui.Essentials.dll [External] Loaded assembly: /Users/loho/Library/Developer/CoreSimulator/Devices/45BAE883-DCE9-4D2F-BAA2-EB9B3FE75A8F/data/Containers/Bundle/Application/08E66FEC-0891-48B7-837B-F08AF29BF5B7/mauitest.app/Microsoft.Maui.Controls.Compatibility.dll [External] Resolved pending breakpoint for 'mauitest.Program.Main(System.String[])' to /Users/loho/Projects/mauitest/Platforms/iOS/Program.cs:10 [0x00000]. Loaded assembly: data-0x7fc1f8070000 [External] Loaded assembly: data-0x7fc218048000 [External] Resolved pending breakpoint for 'Xamarin.HotReload.HotReloadAgent.BreakpointSendToIde(System.String)' to /Users/runner/work/1/s/HotReload/Source/Xamarin.HotReload.Agent/HotReloadAgent.cs:415 [0x00000]. 2022-03-08 11:16:13.078357+0800 mauitest[81179:338931] warning: Could not load signature of Microsoft.Maui.Controls.HotReload.Forms.MauiAgent:VisualTreeChanged due to: Could not resolve type with token 01000079 from typeref (expected class 'Microsoft.Maui.VisualTreeChangeEventArgs' in assembly 'Microsoft.Maui, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null') assembly:Microsoft.Maui, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null type:Microsoft.Maui.VisualTreeChangeEventArgs member:(null)
================================================================= Native Crash Reporting
Got a SIGSEGV while executing native code. This usually indicates a fatal error in the mono runtime or one of the native libraries used by your application.
================================================================= Native stacktrace:
================================================================= Basic Fault Address Reporting
Memory around native instruction pointer (0x10fca30bb):0x10fca30ab be a8 00 00 00 e8 db a4 e5 ff 49 89 c4 4c 89 38 ..........I..L.8 0x10fca30bb 41 0f b7 46 08 41 89 84 24 90 00 00 00 41 8b 46 A..F.A..$....A.F 0x10fca30cb 0c c1 e8 16 83 e0 01 41 89 84 24 94 00 00 00 b8 .......A..$..... 0x10fca30db 00 00 3f 00 41 23 46 0c 3d 00 00 05 00 0f 94 c0 ..?.A#F.=.......
================================================================= Managed Stacktrace:
=================================================================
Steps to Reproduce
1.Open Maui App 2.Chose "Debug>iPhone 13 IOS 15.2" 3.run
Version with bug
Preview 12.2441
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
IOS 15.2
Did you find any workaround?
No response
Relevant log output
No response