首页 > 解决方案 > [CRITICAL]- 在 App Store 连接时存档时 iOS 应用程序崩溃

问题描述

我正在尝试为 AppStore 版本创建 .ipa 文件。当我在模拟器和设备上运行应用程序时,它工作得非常好,即使我使用开发选项进行构建,我也不会遇到任何崩溃。

我浏览了 Stackoverflow 上的一些帖子,人们遇到了类似的问题,并尝试了以下方法:

设置 SWIFT_OPTIMIZATION_LEVEL = "-Onone"; 用于发布模式设置 GCC_OPTIMIZATION_LEVEL = 0; 用于释放模式

以下是我从崩溃报告中获得的日志。请耐心等待这些巨大的日志。我认为这将有助于阅读确切的问题。任何快速帮助将不胜感激。

Incident Identifier: 730525A9-B5BB-4485-A0EC-2B2846410FFF
Hardware Model:      iPhone11,8
Process:             testapp [1600]
Path:                /private/var/containers/Bundle/Application/7687FE3E-0901-49F2-B2AF-4AED45EF0FE3/testapp.app/testapp
Identifier:          com.testapp
Version:             5 (1.0)
AppStoreTools:       13A227
AppVariant:          1:iPhone11,8:14
Beta:                YES
Code Type:           ARM-64 (Native)
Role:                Foreground
Parent Process:      launchd [1]
Coalition:           com.testapp [575]


Date/Time:           2021-10-13 20:20:24.2547 +0530
Launch Time:         2021-10-13 20:20:23.9425 +0530
OS Version:          iPhone OS 14.8 (18H17)
Release Type:        User
Baseband Version:    3.05.00
Report Version:      104

Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note:  EXC_CORPSE_NOTIFY
Triggered by Thread:  5

Last Exception Backtrace:
0   CoreFoundation                  0x188d0adc0 __exceptionPreprocess + 220 (NSException.m:199)
1   libobjc.A.dylib                 0x19d8627a8 objc_exception_throw + 60 (objc-exception.mm:565)
2   CoreFoundation                  0x188d7d5a0 _CFThrowFormattedException + 116 (CFObject.m:2015)
3   CoreFoundation                  0x188bf5568 -[__NSArrayM objectAtIndexedSubscript:] + 220 (NSArrayM.m:302)
4   WebEngage                       0x102bc7a2c -[WEGManager sdkVersion] + 392 (WEGManager.m:552)
5   WebEngage                       0x102bc6448 __50-[WEGManager scheduleTasksRequiredForExtensionSDK]_block_invoke + 676 (WEGManager.m:386)
6   Foundation                      0x18a097f88 __NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK__ + 24 (NSOperation.m:1544)
7   Foundation                      0x189f85628 -[NSBlockOperation main] + 104 (NSOperation.m:1563)
8   Foundation                      0x18a09a3b0 __NSOPERATION_IS_INVOKING_MAIN__ + 24 (NSOperation.m:2188)
9   Foundation                      0x189f852b0 -[NSOperation start] + 808 (NSOperation.m:2205)
10  Foundation                      0x18a09ae54 __NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION__ + 24 (NSOperation.m:2219)
11  Foundation                      0x18a09a8e0 __NSOQSchedule_f + 184 (NSOperation.m:2230)
12  libdispatch.dylib               0x188906484 _dispatch_block_async_invoke2 + 148 (queue.c:527)
13  libdispatch.dylib               0x1888f781c _dispatch_client_callout + 20 (object.m:559)
14  libdispatch.dylib               0x1888facf4 _dispatch_continuation_pop + 448 (inline_internal.h:2557)
15  libdispatch.dylib               0x1888fa384 _dispatch_async_redirect_invoke + 592 (queue.c:805)
16  libdispatch.dylib               0x188908fe0 _dispatch_root_queue_drain + 388 (inline_internal.h:2598)
17  libdispatch.dylib               0x1889097d8 _dispatch_worker_thread2 + 112 (queue.c:6765)
18  libsystem_pthread.dylib         0x1d49ce768 _pthread_wqthread + 216 (pthread.c:2449)
19  libsystem_pthread.dylib         0x1d49d574c start_wqthread + 8

Thread 0 name:
Thread 0:
0   CoreFoundation                  0x0000000188d297bc __108-[_CFXPreferences(SearchListAdditions) withSearchListForIdentifier:container:cloudConfigurationURL:perform:]_block_invoke_2 + 92 (CFPrefsSearchListSource.m:1616)
1   CoreFoundation                  0x0000000188d297a0 __108-[_CFXPreferences(SearchListAdditions) withSearchListForIdentifier:container:cloudConfigurationURL:perform:]_block_invoke_2 + 64 (CFPrefsSearchListSource.m:1612)
2   CoreFoundation                  0x0000000188d2926c -[_CFXPreferences withSearchLists:] + 84 (CFPrefsSearchListSource.m:1840)
3   CoreFoundation                  0x0000000188d29640 __108-[_CFXPreferences(SearchListAdditions) withSearchListForIdentifier:container:cloudConfigurationURL:perform:]_block_invoke + 320 (CFPrefsSearchListSource.m:1611)
4   CoreFoundation                  0x0000000188d28c3c normalizeQuintuplet + 356 (CFPrefsSearchListSource.m:73)
5   CoreFoundation                  0x0000000188d294d8 -[_CFXPreferences withSearchListForIdentifier:container:cloudConfigurationURL:perform:] + 152 (CFPrefsSearchListSource.m:1599)
6   CoreFoundation                  0x0000000188be5fa4 -[_CFXPreferences copyAppValueForKey:identifier:container:configurationURL:] + 168 (CFXPreferences.m:997)
7   CoreFoundation                  0x0000000188d6bc78 _CFPreferencesCopyAppValueWithContainerAndConfiguration + 128 (CFXPreferences.m:1876)
8   MediaAccessibility              0x00000001b7ba4e74 MAPreferencesCopyProfileValue + 160 (MAPreferences.c:183)
9   MediaAccessibility              0x00000001b7ba50a4 MAPreferencesCopyProfileValueWithExpectedType + 32 (MAPreferences.c:439)
10  MediaAccessibility              0x00000001b7b9fa10 _copyPrefCategoryEnabled(unsigned long long) + 40 (MADisplayFilterPref.c:363)
11  MediaAccessibility              0x00000001b7b9fa44 MADisplayFilterPrefGetCategoryEnabled + 24 (MADisplayFilterPref.c:390)
12  libAccessibility.dylib          0x000000018bf49c4c _AXSGrayscaleEnabled + 192 (AccessibilitySupport.m:3828)
13  UIKitCore                       0x000000018ab3ca38 UIAccessibilityIsGrayscaleEnabled + 16 (UIAccessibility.m:1495)
14  testapp                     0x0000000102307fb8 0x10206c000 + 2736056
15  testapp                     0x00000001022c6650 0x10206c000 + 2467408
16  testapp                     0x00000001022c6928 0x10206c000 + 2468136
17  testapp                     0x00000001022f94f0 0x10206c000 + 2675952
18  testapp                     0x00000001022c7460 0x10206c000 + 2471008
19  testapp                     0x00000001022afefc 0x10206c000 + 2375420
20  libdispatch.dylib               0x00000001888f5a84 _dispatch_call_block_and_release + 32 (init.c:1466)
21  libdispatch.dylib               0x00000001888f781c _dispatch_client_callout + 20 (object.m:559)
22  libdispatch.dylib               0x0000000188905ce0 _dispatch_main_queue_callback_4CF + 996 (inline_internal.h:2543)
23  CoreFoundation                  0x0000000188c84a2c __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 16 (CFRunLoop.c:1790)
24  CoreFoundation                  0x0000000188c7e904 __CFRunLoopRun + 2524 (CFRunLoop.c:3118)
25  CoreFoundation                  0x0000000188c7d9f4 CFRunLoopRunSpecific + 600 (CFRunLoop.c:3242)
26  GraphicsServices                0x00000001a034e734 GSEventRunModal + 164 (GSEvent.c:2259)
27  UIKitCore                       0x000000018b6fb75c -[UIApplication _run] + 1072 (UIApplication.m:3269)
28  UIKitCore                       0x000000018b700fcc UIApplicationMain + 168 (UIApplication.m:4740)
29  testapp                     0x0000000102072e1c 0x10206c000 + 28188
30  libdyld.dylib                   0x0000000188939cf8 start + 4

Thread 1 name:
Thread 1:
0   libsystem_kernel.dylib          0x00000001b6f46e7c __ulock_wait + 8
1   libdispatch.dylib               0x00000001888f81fc _dlock_wait + 56 (lock.c:326)
2   libdispatch.dylib               0x00000001888f7f90 _dispatch_thread_event_wait_slow + 56 (lock.c:366)
3   libdispatch.dylib               0x0000000188906c08 __DISPATCH_WAIT_FOR_QUEUE__ + 376 (lock.h:330)
4   libdispatch.dylib               0x0000000188906798 _dispatch_sync_f_slow + 148 (queue.c:1738)
5   testapp                     0x00000001022f960c 0x10206c000 + 2676236
6   testapp                     0x00000001022df034 0x10206c000 + 2568244
7   libdispatch.dylib               0x00000001888f781c _dispatch_client_callout + 20 (object.m:559)
8   libdispatch.dylib               0x00000001888f90b4 _dispatch_once_callout + 32 (once.c:52)
9   testapp                     0x00000001022df010 0x10206c000 + 2568208
10  testapp                     0x00000001022df2f4 0x10206c000 + 2568948
11  testapp                     0x00000001022d40e0 0x10206c000 + 2523360
12  testapp                     0x00000001022ef590 0x10206c000 + 2635152
13  libdispatch.dylib               0x00000001888f5a84 _dispatch_call_block_and_release + 32 (init.c:1466)
14  libdispatch.dylib               0x00000001888f781c _dispatch_client_callout + 20 (object.m:559)
15  libdispatch.dylib               0x00000001888ff004 _dispatch_lane_serial_drain + 620 (inline_internal.h:2557)
16  libdispatch.dylib               0x00000001888ffc00 _dispatch_lane_invoke + 404 (queue.c:3862)
17  libdispatch.dylib               0x000000018890a4bc _dispatch_workloop_worker_thread + 764 (queue.c:6589)
18  libsystem_pthread.dylib         0x00000001d49ce7a4 _pthread_wqthread + 276 (pthread.c:2436)
19  libsystem_pthread.dylib         0x00000001d49d574c start_wqthread + 8

Thread 2:
0   libsystem_pthread.dylib         0x00000001d49d5744 start_wqthread + 0

Thread 3 name:
Thread 3:
0   libsystem_kernel.dylib          0x00000001b6f21634 host_create_mach_voucher_trap + 8
1   libsystem_kernel.dylib          0x00000001b6f2027c host_create_mach_voucher + 40 (host.c:91)
2   libdispatch.dylib               0x000000018891c094 _voucher_create_mach_voucher_with_priority + 368 (voucher.c:286)
3   libdispatch.dylib               0x000000018891500c _dispatch_mach_msg_send + 316 (mach.c:1148)
4   libdispatch.dylib               0x00000001889149fc _dispatch_mach_send_drain + 356 (mach.c:1361)
5   libdispatch.dylib               0x0000000188910ee0 _dispatch_mach_send_msg + 372 (mach.c:1869)
6   libdispatch.dylib               0x000000018891173c dispatch_mach_send_with_result_and_async_reply_4libxpc + 116 (mach.c:2032)
7   libxpc.dylib                    0x00000001d49f2ec0 _xpc_connection_enqueue + 144 (connection.c:810)
8   libxpc.dylib                    0x00000001d49f3cd8 xpc_connection_send_message_with_reply + 256 (connection.c:3400)
9   Foundation                      0x0000000189f79dfc -[NSXPCConnection _sendInvocation:orArguments:count:methodSignature:selector:withProxy:] + 2544 (NSXPCConnection.m:1666)
10  Foundation                      0x0000000189f87eec -[NSXPCConnection _sendSelector:withProxy:arg1:arg2:] + 144 (NSXPCConnection.m:1308)
11  Foundation                      0x000000018a1a3b30 _NSXPCDistantObjectSimpleMessageSend2 + 44 (NSXPCDistantObject.m:262)
12  CoreTelephony                   0x0000000189278a38 -[CoreTelephonyClientMux _registerForNotifications_sync:shouldForce:completion:] + 332 (CoreTelephonyClientMux.mm:330)
13  CoreTelephony                   0x0000000189278810 -[CoreTelephonyClientMux _computeNotificationSet_sync:completion:] + 608 (CoreTelephonyClientMux.mm:317)
14  CoreTelephony                   0x00000001892785a8 -[CoreTelephonyClientMux _computeNotificationSet_sync:] + 32 (CoreTelephonyClientMux.mm:299)
15  CoreTelephony                   0x000000018927985c void dispatch::async<-[CoreTelephonyClientMux addDelegate:queue:]::$_0>(dispatch_queue_s*, std::__1::unique_ptr<-[CoreTelephonyClientMux addDelegate:queue:]::$_0, std::__1::default_delete<-[CoreTel... + 1240 (CoreTelephonyClientMux.mm:188)
16  libdispatch.dylib               0x00000001888f781c _dispatch_client_callout + 20 (object.m:559)
17  libdispatch.dylib               0x00000001888ff004 _dispatch_lane_serial_drain + 620 (inline_internal.h:2557)
18  libdispatch.dylib               0x00000001888ffc34 _dispatch_lane_invoke + 456 (queue.c:3862)
19  libdispatch.dylib               0x000000018890a4bc _dispatch_workloop_worker_thread + 764 (queue.c:6589)
20  libsystem_pthread.dylib         0x00000001d49ce7a4 _pthread_wqthread + 276 (pthread.c:2436)
21  libsystem_pthread.dylib         0x00000001d49d574c start_wqthread + 8

Thread 4 name:
Thread 4:
0   libsystem_kernel.dylib          0x00000001b6f214fc mach_msg_trap + 8
1   libsystem_kernel.dylib          0x00000001b6f20884 mach_msg + 76 (mach_msg.c:103)
2   libdispatch.dylib               0x0000000188911280 _dispatch_mach_send_and_wait_for_reply + 520 (mach.c:812)
3   libdispatch.dylib               0x000000018891164c dispatch_mach_send_with_result_and_wait_for_reply + 56 (mach.c:1998)
4   libxpc.dylib                    0x00000001d49f3e30 xpc_connection_send_message_with_reply_sync + 240 (connection.c:848)
5   Foundation                      0x000000018a197244 __NSXPCCONNECTION_IS_WAITING_FOR_A_SYNCHRONOUS_REPLY__ + 16 (NSXPCConnection.m:299)
6   Foundation                      0x0000000189f79e14 -[NSXPCConnection _sendInvocation:orArguments:count:methodSignature:selector:withProxy:] + 2568 (NSXPCConnection.m:1661)
7   Foundation                      0x0000000189f791c0 -[NSXPCConnection _sendSelector:withProxy:arg1:] + 132 (NSXPCConnection.m:1301)
8   Foundation                      0x000000018a1a3af8 _NSXPCDistantObjectSimpleMessageSend1 + 40 (NSXPCDistantObject.m:256)
9   AppTrackingTransparency         0x00000001bb170f90 +[ATTrackingEnforcementManager shouldEnforceTrackingWithReasonCode:] + 712 (ATTrackingEnforcementManager.m:117)
10  AdSupport                       0x00000001bb13dae8 __51-[ASIdentifierManager isAdvertisingTrackingEnabled]_block_invoke + 52 (ASIdentifierManager.m:58)
11  libdispatch.dylib               0x00000001888f5a84 _dispatch_call_block_and_release + 32 (init.c:1466)
12  libdispatch.dylib               0x00000001888f781c _dispatch_client_callout + 20 (object.m:559)
13  libdispatch.dylib               0x00000001888fa968 _dispatch_queue_override_invoke + 756 (inline_internal.h:2557)
14  libdispatch.dylib               0x0000000188908fe0 _dispatch_root_queue_drain + 388 (inline_internal.h:2598)
15  libdispatch.dylib               0x00000001889097d8 _dispatch_worker_thread2 + 112 (queue.c:6765)
16  libsystem_pthread.dylib         0x00000001d49ce768 _pthread_wqthread + 216 (pthread.c:2449)
17  libsystem_pthread.dylib         0x00000001d49d574c start_wqthread + 8

Thread 5 name:
Thread 5 Crashed:
0   libsystem_kernel.dylib          0x00000001b6f46334 __pthread_kill + 8
1   libsystem_pthread.dylib         0x00000001d49cda9c pthread_kill + 272 (pthread.c:1582)
2   libsystem_c.dylib               0x00000001920d1b84 abort + 124 (abort.c:118)
3   libc++abi.dylib                 0x000000019d943bb8 abort_message + 132 (abort_message.cpp:78)
4   libc++abi.dylib                 0x000000019d934ec8 demangling_terminate_handler() + 308 (cxa_default_handlers.cpp:67)
5   libobjc.A.dylib                 0x000000019d84105c _objc_terminate() + 144 (objc-exception.mm:701)
6   libc++abi.dylib                 0x000000019d942fa0 std::__terminate(void (*)()) + 20 (cxa_handlers.cpp:59)
7   libc++abi.dylib                 0x000000019d942f2c std::terminate() + 48 (cxa_handlers.cpp:88)
8   libdispatch.dylib               0x00000001888f7830 _dispatch_client_callout + 40 (object.m:562)
9   libdispatch.dylib               0x00000001888facf4 _dispatch_continuation_pop + 448 (inline_internal.h:2557)
10  libdispatch.dylib               0x00000001888fa384 _dispatch_async_redirect_invoke + 592 (queue.c:805)
11  libdispatch.dylib               0x0000000188908fe0 _dispatch_root_queue_drain + 388 (inline_internal.h:2598)
12  libdispatch.dylib               0x00000001889097d8 _dispatch_worker_thread2 + 112 (queue.c:6765)
13  libsystem_pthread.dylib         0x00000001d49ce768 _pthread_wqthread + 216 (pthread.c:2449)
14  libsystem_pthread.dylib         0x00000001d49d574c start_wqthread + 8

Thread 6 name:
Thread 6:
0   libsystem_kernel.dylib          0x00000001b6f214fc mach_msg_trap + 8
1   libsystem_kernel.dylib          0x00000001b6f20884 mach_msg + 76 (mach_msg.c:103)
2   CoreFoundation                  0x0000000188c84544 __CFRunLoopServiceMachPort + 372 (CFRunLoop.c:2641)
3   CoreFoundation                  0x0000000188c7e3e4 __CFRunLoopRun + 1212 (CFRunLoop.c:2974)
4   CoreFoundation                  0x0000000188c7d9f4 CFRunLoopRunSpecific + 600 (CFRunLoop.c:3242)
5   Foundation                      0x0000000189f6dd8c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 232 (NSRunLoop.m:377)
6   Foundation                      0x0000000189f6dc58 -[NSRunLoop(NSRunLoop) runUntilDate:] + 92 (NSRunLoop.m:424)
7   UIKitCore                       0x000000018b7b0304 -[UIEventFetcher threadMain] + 516 (UIEventFetcher.m:929)
8   Foundation                      0x000000018a0df30c __NSThread__start__ + 864 (NSThread.m:724)
9   libsystem_pthread.dylib         0x00000001d49ccbfc _pthread_start + 320 (pthread.c:887)
10  libsystem_pthread.dylib         0x00000001d49d5758 thread_start + 8

Thread 7 name:
Thread 7:
0   libsystem_kernel.dylib          0x00000001b6f460cc __psynch_cvwait + 8
1   libsystem_pthread.dylib         0x00000001d49d0434 _pthread_cond_wait + 1248 (pthread_cond.c:636)
2   libc++.1.dylib                  0x000000019d8ddefc std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 28 (__threading_support:428)
3   JavaScriptCore                  0x000000019313b320 void std::__1::condition_variable_any::wait<std::__1::unique_lock<bmalloc::Mutex> >(std::__1::unique_lock<bmalloc::Mutex>&) + 108 (condition_variable:203)
4   JavaScriptCore                  0x000000019313f764 bmalloc::Scavenger::threadRunLoop() + 208 (condition_variable:212)
5   JavaScriptCore                  0x000000019313f370 bmalloc::Scavenger::threadEntryPoint(bmalloc::Scavenger*) + 16 (Scavenger.cpp:395)
6   JavaScriptCore                  0x0000000193140888 void* std::__1::__thread_proxy<std::__1::tuple<std::__1::unique_ptr<std::__1::__thread_struct, std::__1::default_delete<std::__1::__thread_struct> >, void (*)(bmalloc::Scavenger*), bmalloc::Scaveng... + 48 (type_traits:3747)
7   libsystem_pthread.dylib         0x00000001d49ccbfc _pthread_start + 320 (pthread.c:887)
8   libsystem_pthread.dylib         0x00000001d49d5758 thread_start + 8

Thread 8 name:
Thread 8:
0   libsystem_kernel.dylib          0x00000001b6f214fc mach_msg_trap + 8
1   libsystem_kernel.dylib          0x00000001b6f20884 mach_msg + 76 (mach_msg.c:103)
2   CoreFoundation                  0x0000000188c84544 __CFRunLoopServiceMachPort + 372 (CFRunLoop.c:2641)
3   CoreFoundation                  0x0000000188c7e3e4 __CFRunLoopRun + 1212 (CFRunLoop.c:2974)
4   CoreFoundation                  0x0000000188c7d9f4 CFRunLoopRunSpecific + 600 (CFRunLoop.c:3242)
5   CFNetwork                       0x000000018955cb38 +[__CFN_CoreSchedulingSetRunnable _run:] + 568 (CoreSchedulingSet.mm:1374)
6   Foundation                      0x000000018a0df30c __NSThread__start__ + 864 (NSThread.m:724)
7   libsystem_pthread.dylib         0x00000001d49ccbfc _pthread_start + 320 (pthread.c:887)
8   libsystem_pthread.dylib         0x00000001d49d5758 thread_start + 8

Thread 9 name:
Thread 9:
0   libsystem_kernel.dylib          0x00000001b6f214fc mach_msg_trap + 8
1   libsystem_kernel.dylib          0x00000001b6f20884 mach_msg + 76 (mach_msg.c:103)
2   CoreFoundation                  0x0000000188c84544 __CFRunLoopServiceMachPort + 372 (CFRunLoop.c:2641)
3   CoreFoundation                  0x0000000188c7e3e4 __CFRunLoopRun + 1212 (CFRunLoop.c:2974)
4   CoreFoundation                  0x0000000188c7d9f4 CFRunLoopRunSpecific + 600 (CFRunLoop.c:3242)
5   testapp                     0x00000001022ac8d0 0x10206c000 + 2361552
6   Foundation                      0x000000018a0df30c __NSThread__start__ + 864 (NSThread.m:724)
7   libsystem_pthread.dylib         0x00000001d49ccbfc _pthread_start + 320 (pthread.c:887)
8   libsystem_pthread.dylib         0x00000001d49d5758 thread_start + 8

Thread 10:
0   libsystem_pthread.dylib         0x00000001d49d5744 start_wqthread + 0

Thread 5 crashed with ARM Thread State (64-bit):
    x0: 0x0000000000000000   x1: 0x0000000000000000   x2: 0x0000000000000000   x3: 0x0000000000000000
    x4: 0x000000016e04a3d0   x5: 0x000000016e04a970   x6: 0x000000000000006e   x7: 0x0000000000000900
    x8: 0x1d15ef0afdc9ea48   x9: 0x1d15ef0b93cd5a48  x10: 0x0000000000000002  x11: 0x0000000000000003
   x12: 0x0000000000000000  x13: 0x0000000000000000  x14: 0x0000000000000010  x15: 0x0000000000000000
   x16: 0x0000000000000148  x17: 0x000000016e04b000  x18: 0x0000000000000000  x19: 0x0000000000000006
   x20: 0x0000000000002e07  x21: 0x000000016e04b0e0  x22: 0x0000000000000134  x23: 0x0000000000000000
   x24: 0x0000000000000000  x25: 0x000000016e04b0e0  x26: 0x0000000000000000  x27: 0x000000016e04b180
   x28: 0x00000000000005ff   fp: 0x000000016e04a8e0   lr: 0x00000001d49cda9c
    sp: 0x000000016e04a8c0   pc: 0x00000001b6f46334 cpsr: 0x40000000
   esr: 0x56000080  Address size fault

Binary Images:
0x10206c000 - 0x1024d7fff testapp arm64  <622ea4b2644738bab07aba025f147744> /var/containers/Bundle/Application/7687FE3E-0901-49F2-B2AF-4AED45EF0FE3/testapp.app/testapp
0x102748000 - 0x102903fff OpenSSL arm64  <f8b1b40e03013f0da7248ba55db574d2> /var/containers/Bundle/Application/7687FE3E-0901-49F2-B2AF-4AED45EF0FE3/testapp.app/Frameworks/OpenSSL.framework/OpenSSL
0x102a88000 - 0x102afbfff dyld arm64e  <555bd85252373f69a23cd73dab1c5191> /usr/lib/dyld
0x102b80000 - 0x102c2bfff WebEngage arm64  <d41bba420ee53536a33c50e960ac1afb> /var/containers/Bundle/Application/7687FE3E-0901-49F2-B2AF-4AED45EF0FE3/testapp.app/Frameworks/WebEngage.framework/WebEngage
0x102ca8000 - 0x102cb3fff libobjc-trampolines.dylib arm64e  <2666fd529ed035d49a64ddaf321f8a31> /usr/lib/libobjc-trampolines.dylib
0x1888f3000 - 0x188937fff libdispatch.dylib arm64e  <ff408738d75b3061ad994a929c0162d2> /usr/lib/system/libdispatch.dylib
0x188938000 - 0x188974fff libdyld.dylib arm64e  <1a4be407c230309baeab8e9c62bd377a> /usr/lib/system/libdyld.dylib
0x188975000 - 0x188be0fff libicucore.A.dylib arm64e  <1fdda1420d383d19af5aff57da9a0d4c> /usr/lib/libicucore.A.dylib
0x188be1000 - 0x188fa1fff CoreFoundation arm64e  <a408a063a0233aaaa6740ff01607f818> /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation
0x188fa2000 - 0x189155fff CoreServices arm64e  <0860cf3a61383d2190393c9a4244d90c> /System/Library/Frameworks/CoreServices.framework/CoreServices
0x189156000 - 0x18919dfff WirelessDiagnostics arm64e  <bf205b9a22c63063b5060a742c19955c> /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnostics
0x18919e000 - 0x18921afff SystemConfiguration arm64e  <428cae58fd693c3e8cbb88b993996bb0> /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration
0x18921b000 - 0x189310fff CoreTelephony arm64e  <3b7eaa3dfb853965a5c5d7a2a5b1a05f> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
0x189311000 - 0x1897a3fff CFNetwork arm64e  <181750170e8a37d78e29ed8a289e40d3> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
0x1897a4000 - 0x189eeffff libnetwork.dylib arm64e  <18f180c92cf83cdea7559cf6c0cff658> /usr/lib/libnetwork.dylib
0x189ef0000 - 0x189f64fff Accounts arm64e  <bdc7086c9f0f37518ba234d943895a96> /System/Library/Frameworks/Accounts.framework/Accounts
0x189f65000 - 0x18a21bfff Foundation arm64e  <c714b5c73b1e3cfebdc29beb31c054c9> /System/Library/Frameworks/Foundation.framework/Foundation

标签: iosapp-store-connecttestflight

解决方案


推荐阅读