[Introspection] ABRecord is abstract and cannot be instantiated. (#6683)
Fixes: https://github.com/xamarin/maccore/issues/1903
This commit is contained in:
Родитель
626799bdae
Коммит
ed21993718
|
@ -173,6 +173,7 @@ namespace Introspection {
|
|||
if (nativeName.StartsWith ("CGPDF", StringComparison.Ordinal)) // all those types crash the app
|
||||
return true;
|
||||
switch (nativeName) {
|
||||
case "ABRecord": // abstract class
|
||||
case "CFMachPort":
|
||||
case "CFMessagePort":
|
||||
case "DispatchIO": // no way to instantiate it
|
||||
|
|
Загрузка…
Ссылка в новой задаче