Advertisement
Guest User

Untitled

a guest
Mar 2nd, 2021
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.27 KB | None | 0 0
  1. System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.
  2. Parameter name: index
  3. at System.Collections.Generic.List`1[T].get_Item (System.Int32 index) <0x1051e2900 + 0x00063> in <26af7b5f4340497eaece2479b9ba2eee#050dc7683ed76c0af0f0accee6baadc6>:0
  4. at System.Collections.ObjectModel.Collection`1[T].System.Collections.IList.get_Item (System.Int32 index) <0x1051d98b0 + 0x0004b> in <26af7b5f4340497eaece2479b9ba2eee#050dc7683ed76c0af0f0accee6baadc6>:0
  5. at Xamarin.Forms.Platform.iOS.ObservableItemsSource.ElementAt (System.Int32 index) <0x1061a3b30 + 0x000b7> in <05b43b0b74ff4d7f840e7a43c2d16a47#050dc7683ed76c0af0f0accee6baadc6>:0
  6. at Xamarin.Forms.Platform.iOS.ObservableItemsSource.get_Item (System.Int32 index) <0x1061a2b80 + 0x0001b> in <05b43b0b74ff4d7f840e7a43c2d16a47#050dc7683ed76c0af0f0accee6baadc6>:0
  7. at Xamarin.Forms.Platform.iOS.ObservableItemsSource.get_Item (Foundation.NSIndexPath indexPath) <0x1061a2f20 + 0x0004b> in <05b43b0b74ff4d7f840e7a43c2d16a47#050dc7683ed76c0af0f0accee6baadc6>:0
  8. at Xamarin.Forms.Platform.iOS.ItemsViewController`1[TItemsView].UpdateTemplatedCell (Xamarin.Forms.Platform.iOS.TemplatedCell cell, Foundation.NSIndexPath indexPath) <0x1061959b0 + 0x0012f> in <05b43b0b74ff4d7f840e7a43c2d16a47#050dc7683ed76c0af0f0accee6baadc6>:0
  9. at Xamarin.Forms.Platform.iOS.ItemsViewController`1[TItemsView].GetCell (UIKit.UICollectionView collectionView, Foundation.NSIndexPath indexPath) <0x106195080 + 0x0014f> in <05b43b0b74ff4d7f840e7a43c2d16a47#050dc7683ed76c0af0f0accee6baadc6>:0
  10. at Xamarin.Forms.Platform.iOS.ItemsViewController`1[TItemsView].GetPrototype () <0x106195df0 + 0x0017f> in <05b43b0b74ff4d7f840e7a43c2d16a47#050dc7683ed76c0af0f0accee6baadc6>:0
  11. at Xamarin.Forms.Platform.iOS.ItemsViewLayout.DetermineCellSize () <0x1061a0a70 + 0x00157> in <05b43b0b74ff4d7f840e7a43c2d16a47#050dc7683ed76c0af0f0accee6baadc6>:0
  12. at Xamarin.Forms.Platform.iOS.ListViewLayout.ConstrainTo (CoreGraphics.CGSize size) <0x1061a25e0 + 0x0004f> in <05b43b0b74ff4d7f840e7a43c2d16a47#050dc7683ed76c0af0f0accee6baadc6>:0
  13. at Xamarin.Forms.Platform.iOS.ItemsViewLayout.UpdateConstraints (CoreGraphics.CGSize size) <0x1061a0440 + 0x000d3> in <05b43b0b74ff4d7f840e7a43c2d16a47#050dc7683ed76c0af0f0accee6baadc6>:0
  14. at Xamarin.Forms.Platform.iOS.ItemsViewLayout.InvalidateLayout () <0x1061a2000 + 0x000a3> in <05b43b0b74ff4d7f840e7a43c2d16a47#050dc7683ed76c0af0f0accee6baadc6>:0
  15. at (wrapper managed-to-native) ObjCRuntime.Messaging.objc_msgSendSuper(intptr,intptr,CoreGraphics.CGRect)
  16. at UIKit.UIView.set_Frame (CoreGraphics.CGRect value) <0x105f37610 + 0x0008f> in <11cf1cb643154f5dbbfae722322b4d57#050dc7683ed76c0af0f0accee6baadc6>:0
  17. at Xamarin.Forms.Platform.iOS.VisualElementTracker+<>c__DisplayClass32_0.<OnUpdateNativeControl>g__update|0 () <0x106139500 + 0x004bf> in <05b43b0b74ff4d7f840e7a43c2d16a47#050dc7683ed76c0af0f0accee6baadc6>:0
  18. at Xamarin.Forms.Platform.iOS.VisualElementTracker.OnUpdateNativeControl (CoreAnimation.CALayer caLayer) <0x1061384e0 + 0x00813> in <05b43b0b74ff4d7f840e7a43c2d16a47#050dc7683ed76c0af0f0accee6baadc6>:0
  19. at Xamarin.Forms.Platform.iOS.VisualElementTracker.UpdateNativeControl () <0x106138e30 + 0x0013b> in <05b43b0b74ff4d7f840e7a43c2d16a47#050dc7683ed76c0af0f0accee6baadc6>:0
  20. at Xamarin.Forms.Platform.iOS.VisualElementTracker.HandleRedrawNeeded (System.Object sender, System.EventArgs e) <0x106138430 + 0x0001b> in <05b43b0b74ff4d7f840e7a43c2d16a47#050dc7683ed76c0af0f0accee6baadc6>:0
  21. at Xamarin.Forms.VisualElement.BatchCommit () <0x105515cd0 + 0x000c3> in <2312f9973e1e4a20a6ab4889d48309ad#050dc7683ed76c0af0f0accee6baadc6>:0
  22. at Xamarin.Forms.VisualElement.set_Bounds (Xamarin.Forms.Rectangle value) <0x105513e30 + 0x000df> in <2312f9973e1e4a20a6ab4889d48309ad#050dc7683ed76c0af0f0accee6baadc6>:0
  23. at Xamarin.Forms.VisualElement.Layout (Xamarin.Forms.Rectangle bounds) <0x105516b50 + 0x00033> in <2312f9973e1e4a20a6ab4889d48309ad#050dc7683ed76c0af0f0accee6baadc6>:0
  24. at Xamarin.Forms.Layout.LayoutChildIntoBoundingRegion (Xamarin.Forms.VisualElement child, Xamarin.Forms.Rectangle region) <0x10546ac10 + 0x005bb> in <2312f9973e1e4a20a6ab4889d48309ad#050dc7683ed76c0af0f0accee6baadc6>:0
  25. at Xamarin.Forms.Grid.LayoutChildren (System.Double x, System.Double y, System.Double width, System.Double height) <0x105443700 + 0x0035f> in <2312f9973e1e4a20a6ab4889d48309ad#050dc7683ed76c0af0f0accee6baadc6>:0
  26. at Xamarin.Forms.Layout.UpdateChildrenLayout () <0x10546b520 + 0x00573> in <2312f9973e1e4a20a6ab4889d48309ad#050dc7683ed76c0af0f0accee6baadc6>:0
  27. at Xamarin.Forms.Layout.OnSizeAllocated (System.Double width, System.Double height) <0x10546b4b0 + 0x00023> in <2312f9973e1e4a20a6ab4889d48309ad#050dc7683ed76c0af0f0accee6baadc6>:0
  28. at Xamarin.Forms.VisualElement.SizeAllocated (System.Double width, System.Double height) <0x1055179a0 + 0x0002f> in <2312f9973e1e4a20a6ab4889d48309ad#050dc7683ed76c0af0f0accee6baadc6>:0
  29. at Xamarin.Forms.Layout.ResolveLayoutChanges () <0x10546c750 + 0x0019f> in <2312f9973e1e4a20a6ab4889d48309ad#050dc7683ed76c0af0f0accee6baadc6>:0
  30. at Foundation.NSAsyncActionDispatcher.Apply () <0x105f6d8a0 + 0x00023> in <11cf1cb643154f5dbbfae722322b4d57#050dc7683ed76c0af0f0accee6baadc6>:0
  31. at (wrapper managed-to-native) UIKit.UIApplication.UIApplicationMain(int,string[],intptr,intptr)
  32. at UIKit.UIApplication.Main (System.String[] args, System.IntPtr principal, System.IntPtr delegate) <0x105f133e0 + 0x0002f> in <11cf1cb643154f5dbbfae722322b4d57#050dc7683ed76c0af0f0accee6baadc6>:0
  33. at UIKit.UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName) <0x105f13350 + 0x00043> in <11cf1cb643154f5dbbfae722322b4d57#050dc7683ed76c0af0f0accee6baadc6>:0
  34. StackTrace: at System.Collections.Generic.List`1[T].get_Item (System.Int32 index) <0x1051e2900 + 0x00063> in <26af7b5f4340497eaece2479b9ba2eee#050dc7683ed76c0af0f0accee6baadc6>:0
  35. at System.Collections.ObjectModel.Collection`1[T].System.Collections.IList.get_Item (System.Int32 index) <0x1051d98b0 + 0x0004b> in <26af7b5f4340497eaece2479b9ba2eee#050dc7683ed76c0af0f0accee6baadc6>:0
  36. at Xamarin.Forms.Platform.iOS.ObservableItemsSource.ElementAt (System.Int32 index) <0x1061a3b30 + 0x000b7> in <05b43b0b74ff4d7f840e7a43c2d16a47#050dc7683ed76c0af0f0accee6baadc6>:0
  37. at Xamarin.Forms.Platform.iOS.ObservableItemsSource.get_Item (System.Int32 index) <0x1061a2b80 + 0x0001b> in <05b43b0b74ff4d7f840e7a43c2d16a47#050dc7683ed76c0af0f0accee6baadc6>:0
  38. at Xamarin.Forms.Platform.iOS.ObservableItemsSource.get_Item (Foundation.NSIndexPath indexPath) <0x1061a2f20 + 0x0004b> in <05b43b0b74ff4d7f840e7a43c2d16a47#050dc7683ed76c0af0f0accee6baadc6>:0
  39. at Xamarin.Forms.Platform.iOS.ItemsViewController`1[TItemsView].UpdateTemplatedCell (Xamarin.Forms.Platform.iOS.TemplatedCell cell, Foundation.NSIndexPath indexPath) <0x1061959b0 + 0x0012f> in <05b43b0b74ff4d7f840e7a43c2d16a47#050dc7683ed76c0af0f0accee6baadc6>:0
  40. at Xamarin.Forms.Platform.iOS.ItemsViewController`1[TItemsView].GetCell (UIKit.UICollectionView collectionView, Foundation.NSIndexPath indexPath) <0x106195080 + 0x0014f> in <05b43b0b74ff4d7f840e7a43c2d16a47#050dc7683ed76c0af0f0accee6baadc6>:0
  41. at Xamarin.Forms.Platform.iOS.ItemsViewController`1[TItemsView].GetPrototype () <0x106195df0 + 0x0017f> in <05b43b0b74ff4d7f840e7a43c2d16a47#050dc7683ed76c0af0f0accee6baadc6>:0
  42. at Xamarin.Forms.Platform.iOS.ItemsViewLayout.DetermineCellSize () <0x1061a0a70 + 0x00157> in <05b43b0b74ff4d7f840e7a43c2d16a47#050dc7683ed76c0af0f0accee6baadc6>:0
  43. at Xamarin.Forms.Platform.iOS.ListViewLayout.ConstrainTo (CoreGraphics.CGSize size) <0x1061a25e0 + 0x0004f> in <05b43b0b74ff4d7f840e7a43c2d16a47#050dc7683ed76c0af0f0accee6baadc6>:0
  44. at Xamarin.Forms.Platform.iOS.ItemsViewLayout.UpdateConstraints (CoreGraphics.CGSize size) <0x1061a0440 + 0x000d3> in <05b43b0b74ff4d7f840e7a43c2d16a47#050dc7683ed76c0af0f0accee6baadc6>:0
  45. at Xamarin.Forms.Platform.iOS.ItemsViewLayout.InvalidateLayout () <0x1061a2000 + 0x000a3> in <05b43b0b74ff4d7f840e7a43c2d16a47#050dc7683ed76c0af0f0accee6baadc6>:0
  46. at (wrapper managed-to-native) ObjCRuntime.Messaging.objc_msgSendSuper(intptr,intptr,CoreGraphics.CGRect)
  47. at UIKit.UIView.set_Frame (CoreGraphics.CGRect value) <0x105f37610 + 0x0008f> in <11cf1cb643154f5dbbfae722322b4d57#050dc7683ed76c0af0f0accee6baadc6>:0
  48. at Xamarin.Forms.Platform.iOS.VisualElementTracker+<>c__DisplayClass32_0.<OnUpdateNativeControl>g__update|0 () <0x106139500 + 0x004bf> in <05b43b0b74ff4d7f840e7a43c2d16a47#050dc7683ed76c0af0f0accee6baadc6>:0
  49. at Xamarin.Forms.Platform.iOS.VisualElementTracker.OnUpdateNativeControl (CoreAnimation.CALayer caLayer) <0x1061384e0 + 0x00813> in <05b43b0b74ff4d7f840e7a43c2d16a47#050dc7683ed76c0af0f0accee6baadc6>:0
  50. at Xamarin.Forms.Platform.iOS.VisualElementTracker.UpdateNativeControl () <0x106138e30 + 0x0013b> in <05b43b0b74ff4d7f840e7a43c2d16a47#050dc7683ed76c0af0f0accee6baadc6>:0
  51. at Xamarin.Forms.Platform.iOS.VisualElementTracker.HandleRedrawNeeded (System.Object sender, System.EventArgs e) <0x106138430 + 0x0001b> in <05b43b0b74ff4d7f840e7a43c2d16a47#050dc7683ed76c0af0f0accee6baadc6>:0
  52. at Xamarin.Forms.VisualElement.BatchCommit () <0x105515cd0 + 0x000c3> in <2312f9973e1e4a20a6ab4889d48309ad#050dc7683ed76c0af0f0accee6baadc6>:0
  53. at Xamarin.Forms.VisualElement.set_Bounds (Xamarin.Forms.Rectangle value) <0x105513e30 + 0x000df> in <2312f9973e1e4a20a6ab4889d48309ad#050dc7683ed76c0af0f0accee6baadc6>:0
  54. at Xamarin.Forms.VisualElement.Layout (Xamarin.Forms.Rectangle bounds) <0x105516b50 + 0x00033> in <2312f9973e1e4a20a6ab4889d48309ad#050dc7683ed76c0af0f0accee6baadc6>:0
  55. at Xamarin.Forms.Layout.LayoutChildIntoBoundingRegion (Xamarin.Forms.VisualElement child, Xamarin.Forms.Rectangle region) <0x10546ac10 + 0x005bb> in <2312f9973e1e4a20a6ab4889d48309ad#050dc7683ed76c0af0f0accee6baadc6>:0
  56. at Xamarin.Forms.Grid.LayoutChildren (System.Double x, System.Double y, System.Double width, System.Double height) <0x105443700 + 0x0035f> in <2312f9973e1e4a20a6ab4889d48309ad#050dc7683ed76c0af0f0accee6baadc6>:0
  57. at Xamarin.Forms.Layout.UpdateChildrenLayout () <0x10546b520 + 0x00573> in <2312f9973e1e4a20a6ab4889d48309ad#050dc7683ed76c0af0f0accee6baadc6>:0
  58. at Xamarin.Forms.Layout.OnSizeAllocated (System.Double width, System.Double height) <0x10546b4b0 + 0x00023> in <2312f9973e1e4a20a6ab4889d48309ad#050dc7683ed76c0af0f0accee6baadc6>:0
  59. at Xamarin.Forms.VisualElement.SizeAllocated (System.Double width, System.Double height) <0x1055179a0 + 0x0002f> in <2312f9973e1e4a20a6ab4889d48309ad#050dc7683ed76c0af0f0accee6baadc6>:0
  60. at Xamarin.Forms.Layout.ResolveLayoutChanges () <0x10546c750 + 0x0019f> in <2312f9973e1e4a20a6ab4889d48309ad#050dc7683ed76c0af0f0accee6baadc6>:0
  61. at Foundation.NSAsyncActionDispatcher.Apply () <0x105f6d8a0 + 0x00023> in <11cf1cb643154f5dbbfae722322b4d57#050dc7683ed76c0af0f0accee6baadc6>:0
  62. at (wrapper managed-to-native) UIKit.UIApplication.UIApplicationMain(int,string[],intptr,intptr)
  63. at UIKit.UIApplication.Main (System.String[] args, System.IntPtr principal, System.IntPtr delegate) <0x105f133e0 + 0x0002f> in <11cf1cb643154f5dbbfae722322b4d57#050dc7683ed76c0af0f0accee6baadc6>:0
  64. at UIKit.UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName) <0x105f13350 + 0x00043> in <11cf1cb643154f5dbbfae722322b4d57#050dc7683ed76c0af0f0accee6baadc6>:0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement