iOS 11 se bloquea con bundleProxy! = error nulo al usar UNUserNotificationCenter

La siguiente línea de código es donde nuestra aplicación de repente comenzó a fallar en iOS 11 / 11.0.1 / 11.0.2 / 11.1.1 / 11.2.2 para algunos usuarios:

UNUserNotificationCenter *center = [UNUserNotificationCenter currentNotificationCenter];

Tenemos esto endidFinishLaunchingWithOptions. El informe del accidente dice:

Fatal Exception: NSInternalInconsistencyException
Invalid parameter not satisfying: bundleProxy != nil

Fatal Exception: NSInternalInconsistencyException
0  CoreFoundation                 0x1869b3d38 __exceptionPreprocess
1  libobjc.A.dylib                0x185ec8528 objc_exception_throw
2  CoreFoundation                 0x1869b3c0c +[NSException raise:format:]
3  Foundation                     0x187342c24 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:]
4  UserNotifications              0x18fcc973c -[UNUserNotificationCenter initWithBundleProxy:]
5  UserNotifications              0x18fcc950c __53+[UNUserNotificationCenter currentNotificationCenter]_block_invoke
6  libdispatch.dylib              0x186339048 _dispatch_client_callout
7  libdispatch.dylib              0x18633c710 dispatch_once_f$VARIANT$mp
8  UserNotifications              0x18fcc94ac +[UNUserNotificationCenter currentNotificationCenter]

Viene de iOS claramente. ¿Alguien más está experimentando el mismo error? ¿Tienes idea de lo que está pasando?

Respuestas a la pregunta(2)

Su respuesta a la pregunta