twintechs / TwinTechsFormsLib

Apache License 2.0
193 stars 73 forks source link

PageViewContainer crash under ios 10.2 #59

Open chy001a opened 7 years ago

chy001a commented 7 years ago

Thanks for the great work! but... I download the latest code & run it under ios 10.2 simulator (before & after update xamarin forms to 2.3.3.180) after I touch simple examples 's first button... I get the exception: 'method arguments are icompatible'

thanks very much!

jsramraj commented 7 years ago

This issue happens in many places for me. The programs stops at 32nd line of the TwinTechs,Ios.Extensions class. (Image Attached)

screen shot 2017-01-17 at 3 53 06 pm

Here the stacktrace I got.

at System.Delegate.CreateDelegate (System.Type type, System.Object firstArgument, System.Reflection.MethodInfo method, System.Boolean throwOnBindFailure, System.Boolean allowClosed) [0x0034a] in /Users/builder/data/lanes/3969/44931ae8/source/xamarin-macios/_ios-build/Library/Frameworks/Xamarin.iOS.framework/Versions/git/src/mono/mcs/class/corlib/System/Delegate.cs:277 at System.Delegate.CreateDelegate (System.Type type, System.Reflection.MethodInfo method, System.Boolean throwOnBindFailure) [0x00000] in /Users/builder/data/lanes/3969/44931ae8/source/xamarin-macios/_ios-build/Library/Frameworks/Xamarin.iOS.framework/Versions/git/src/mono/mcs/class/corlib/System/Delegate.cs:297 at System.Delegate.CreateDelegate (System.Type type, System.Reflection.MethodInfo method) [0x00000] in /Users/builder/data/lanes/3969/44931ae8/source/xamarin-macios/_ios-build/Library/Frameworks/Xamarin.iOS.framework/Versions/git/src/mono/mcs/class/corlib/System/Delegate.cs:302 at System.Reflection.RuntimeMethodInfo.CreateDelegate (System.Type delegateType) [0x00000] in /Users/builder/data/lanes/3969/44931ae8/source/xamarin-macios/_ios-build/Library/Frameworks/Xamarin.iOS.framework/Versions/git/src/mono/mcs/class/corlib/System.Reflection/MonoMethod.cs:154 at TwinTechs.Ios.Extensions.ViewExtensions.GetRenderer (Xamarin.Forms.BindableObject bindable) [0x0004d] in /Users/rthanga1/Official/Down Samples/Github/TwinTechsFormsLib/TwinTechsForms/TwinTechsForms.iOS/TwinTechs/Ios/Extensions/ViewExtensions.cs:32 at TwinTechs.Ios.Controls.PageViewContainerRenderer.ChangePage (Xamarin.Forms.Page page) [0x0001a] in /Users/rthanga1/Official/Down Samples/Github/TwinTechsFormsLib/TwinTechsForms/TwinTechsForms.iOS/TwinTechs/Ios/Controls/PageViewContainerRenderer.cs:42 at TwinTechs.Ios.Controls.PageViewContainerRenderer.m__0 () [0x0001d] in /Users/rthanga1/Official/Down Samples/Github/TwinTechsFormsLib/TwinTechsForms/TwinTechsForms.iOS/TwinTechs/Ios/Controls/PageViewContainerRenderer.cs:74 at Foundation.NSAsyncActionDispatcher.Apply () [0x00000] in /Users/builder/data/lanes/3969/44931ae8/source/xamarin-macios/src/Foundation/NSAction.cs:163

gaffkins commented 7 years ago

Please somebody to fix this bug. The library is awesome but with this bug is useless.

Edit: It is resolved https://github.com/twintechs/TwinTechsFormsLib/issues/35

castrojr913 commented 7 years ago

The same thing :(

gunjanddave commented 6 years ago

Any update on this issue