-
Notifications
You must be signed in to change notification settings - Fork 120
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Applications crash when adding MVVMCross - HotTuna Droid Fragment . #7
Comments
Thanks Any chance of a stacktrace? |
Hi Stuart, Steps to reproduce: 1 Open N-41 Maps Here are the stacktrace :
The output : mvx:Diagnostic: 1.28 Setup: Secondary end Best regards Henrik From: Stuart Lodge [mailto:[email protected]] Thanks Any chance of a stacktrace? — |
I'm afraid what you are seeing is a MissingMethodException - "Missing method Cirrious.MvvmCross.ViewModels.MvxNavigatingObject::ShowViewModel<[1]>" - so this is likely to be something to do with the Xamarin linker. Not reproduced here - but my Xamarin tools are slightly out of date now. Best bet is probably to try clean and rebuild... if that doesn't help, then maybe use your support contract to ask Xamarin for assistance. |
This happened to me and the solution was that the core PCL had lost it's reference to the Cirrious.Mvvmcross library at some point during the upgrade process. |
When updating N41-Maps sample to use latest Nuget packages. The appliation crashes when navigating. This line crash in HomeViewModel. return new MvxCommand(() => ShowViewModel());
My app also started to cash when adding MVVMCross - HotTuna Droid Fragment and using commands
The text was updated successfully, but these errors were encountered: