You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When starting the app via the debugger in VS2017 it exits almost immediately with the following unhandled exception:
Exception thrown at 0x76FF07F2 (KernelBase.dll) in vfl-ipad-01.exe: WinRT originate error - 0x8001010E : 'The Application Object must initially be accessed from the multi-thread apartment.'.
Exception thrown at 0x76FF07F2 in vfl-ipad-01.exe: Microsoft C++ exception: Platform::WrongThreadException ^ at memory location 0x0657E8C8. HRESULT:0x8001010E The application called an interface that was marshalled for a different thread.
WinRT information: The Application Object must initially be accessed from the multi-thread apartment.
The text was updated successfully, but these errors were encountered:
It might be that you trying to sent notification to NSNotificationCenter from another thread than main. Really hard to say without the code or any clues about actual place where you caught the exception.
When starting the app via the debugger in VS2017 it exits almost immediately with the following unhandled exception:
Exception thrown at 0x76FF07F2 (KernelBase.dll) in vfl-ipad-01.exe: WinRT originate error - 0x8001010E : 'The Application Object must initially be accessed from the multi-thread apartment.'.
Exception thrown at 0x76FF07F2 in vfl-ipad-01.exe: Microsoft C++ exception: Platform::WrongThreadException ^ at memory location 0x0657E8C8. HRESULT:0x8001010E The application called an interface that was marshalled for a different thread.
WinRT information: The Application Object must initially be accessed from the multi-thread apartment.
The text was updated successfully, but these errors were encountered: