地図はピンなどで適切に表示されますが、iOSの場合、ピンなどがなくても別のビューに切り替えるときにこのエラーが表示されます。Info.plistの設定に問題がある可能性があります?Xamarin.Forms.GoogleMaps iOS System.NullReferenceException
System.NullReferenceException:Xamarin.Forms.GoogleMaps.iOS.MapRenderer.OnElementChangedにおけるオブジェクト のインスタンスに設定されていないオブジェクト参照(Xamarin.Forms.Platform.iOS.ElementChangedEventArgs`1 [TElement] E)[0x00069 ]で< 0bdc53fe1bce4b6e878e432cac02c7af>:0 Xamarin.Forms.Platform.iOS.VisualElementRenderer`1 [TElement] .SetElement(TElement素子)で
[0x00110] Cで:\ BuildAgent3作業\ \ ca3766cfc22354a1 \ Xamarin.Forms.Platform .iOS \ VisualElementRenderer.cs:167
at Xamarin.Forms.Platform.iOS.VisualElementRenderer`1 [TElement] .Dispose(System.Boolean disposing)[0x0007b] in C:\ BuildAgent3 \仕事\ ca3766cfc22354a1 \ Xamarin.Forms.Platform.iOS \ VisualElementRenderer.cs:218 Xamarin.Forms.Platform.iOS.ViewRenderer`2 [TView、TNativeView] .Disposeで
(可能System.Boolean処分)[0x00000 ] Cで:\ BuildAgent3作業\ \ ca3766cfc22354a1 \ Xamarin.Forms.Platform.iOS \ ViewRenderer.cs:で42
Xamarin.Forms.GoogleMaps.iOS.MapRenderer.Dispose(可能System.Booleanが配置)0x000a8]で< 0bdc53fe1bce4b6e878e432cac02c7af>:/Users/builder/data/lanes/4292/e66c6f19/source/xamarin-macios/src/Foundation/NSObject2.cs:133
でFoundation.NSObject.Dispose(AT 0 )[0x00000] Xamarin.Forms.Platfでorm.iOS.Platform.DisposeModelAndChildrenRenderers(Xamarin.Forms.Elementビュー)[0x00038] Cで:\ BuildAgent3作業\ \ ca3766cfc22354a1 \ Xamarin.Forms.Platform.iOS \ Platform.cs:Xamarin.Formsで231
。 Platform.iOS.Platform.HandleChildRemoved(System.Objectの送信者、Xamarin.Forms.ElementEventArgs E)[0x00007] Cで:\ BuildAgent3作業\ \ ca3766cfc22354a1 \ Xamarin.Forms.Platform.iOS \ Platform.cs:342
Xamarin.Forms.Element.OnDescendantRemoved(Xamarin.Forms.Elementの子)[0x00008] C中で:\ BuildAgent3仕事\ \ ca3766cfc22354a1 \ Xamarin.Forms.Core \ Element.cs:601
Xamarin.Forms.Elementで.OnDescendantRemoved(Xamarin.Forms.Element子)[0x00022] in C:\ Buil dAgent3 \作業\ ca3766cfc22354a1 \ Xamarin.Forms.Core \ Element.cs:604
おかげで、バグが1.8で修正されましたこのバージョンにxamarin.Forms.googlemapsを更新し、一度.1。私はアップデートをインストールして、今はiOS上で動作します。 – Martin