Skip to content
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

Upgrade to 8.0.2 causes "You cannot create more than one instance of MvxSingleton" exception on startup of iOS instance #4327

Closed
1 task done
netdevjamie opened this issue Nov 16, 2021 · 1 comment
Labels
s/deprecated Deprecated status

Comments

@netdevjamie
Copy link

🐛 Bug Report

Upgrade to 8.0.2 causes "You cannot create more than one instance of MvxSingleton" exception on startup of iOS instance

Expected behavior

App starts up normally

Reproduction steps

Build app, splash screen displays, exception thrown

Version: 8.0.2

Platform:

  • 🐒 Xamarin.Forms

Stack Trace:
StackTrace " at MvvmCross.Base.MvxSingleton`1[TInterface]..ctor () [0x00012] in /_/MvvmCross/Base/MvxSingleton.cs:59 \n at MvvmCross.Base.MvxMainThreadDispatcher..ctor () <0x10b921660 + 0x0004a> in <2ba9530bd5854b8dbc0c3ebda9faa82e>:0 \n at MvvmCross.Base.MvxMainThreadAs…" string

Breaks on this line of code:
var dispatcher = CreateViewDispatcher();

@Cheesebaron
Copy link
Member

Forms is not supported anymore. Closing this one.

@Cheesebaron Cheesebaron added the s/deprecated Deprecated status label Jan 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
s/deprecated Deprecated status
Development

No branches or pull requests

2 participants