Когда я запускаю приложение Xamarin.Forms в MacOS через Visual Studio Ma c (последняя и последняя бета-версия [8.7 Preview]), приложение не запускается и имеет высокую загрузку ЦП.
Кажется, что отладчик не подключен (пауза не сработала).
Верхние кадры стека основного потока:
728 mono_gc_alloc_vector + 128 (sgen-mono.c:1322,20 in MacOSFormsDocumentApplicationExample.MacOS + 2641472) [0x10c067e40]
728 sgen_alloc_obj_nolock + 1044 (sgen-alloc.c:279,6 in MacOSFormsDocumentApplicationExample.MacOS + 2966244) [0x10c0b72e4]
728 sgen_ensure_free_space + 166 (sgen-gc.c:2545,2 in MacOSFormsDocumentApplicationExample.MacOS + 3012406) [0x10c0c2736]
728 sgen_perform_collection + 148 (sgen-gc.c:2679 in MacOSFormsDocumentApplicationExample.MacOS + 3012580) [0x10c0c27e4]
728 sgen_stop_world + 70 (sgen-gc.c:3871,2 in MacOSFormsDocumentApplicationExample.MacOS + 3026246) [0x10c0c5d46]
728 sgen_client_stop_world + 616 (sgen-stw.c:124 in MacOSFormsDocumentApplicationExample.MacOS + 2681128) [0x10c071928]
728 sgen_client_stop_world + 616 (sgen-stw.c:124 in MacOSFormsDocumentApplicationExample.MacOS + 2681128) [0x10c071928]
728 mono_threads_wait_pending_operations + 101 (mono-threads.c:318,8 in MacOSFormsDocumentApplicationExample.MacOS + 3353157) [0x10c115a45]
728 semaphore_wait_trap + 10 (libsystem_kernel.dylib + 3638) [0x7fff69b33e36]
*728 semaphore_wait_continue + 0 (kernel + 1358400) [0xffffff800034ba40]
Я использую Xamarin.Ma c Modern framework
Есть предложения?
thx