Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Dismiss Notice

Random crash after splash screen

Discussion in 'Getting Started' started by kin4n, May 25, 2023.

  1. kin4n

    kin4n

    Joined:
    Jan 17, 2023
    Posts:
    9
    Hi, my application crashes on old iphone 11 and ipadpro 10 inch 1st gen while perfectly running on more recent devices. My app got rejected, I ve managed to get an old ipad pro, IOS15 and managed to get it to crash at start if it s launched the first time (It runs smooth after that). but erach time I load a new scene it didnt see before, it crashes, and then, at relaunch, acts fine. I have tried understanding the logs from Xcode, but for some weird reason, the ipad doesnt save logs anymore, or only from time to time, but it seems to be always the same thread creating the crash.

    Here s the crash log from Xcode, I ve already spent 4 days on this, disabling all the components, building only the title screen, with just a cannevas, and it still crashes. The app has IAP, and UGAnalytics.

    Thank you in advance if you see through this

    Incident Identifier: 0B4D0438-2467-4E89-841B-DE54F882E27A
    CrashReporter Key: 6137b4f573a756597644a0896d71b0ffe0077ab7
    Hardware Model: iPad6,3
    Process: amsengagementd [137]
    Path: /System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd
    Identifier: amsengagementd
    Version: ???
    Code Type: ARM-64 (Native)
    Role: Unspecified
    Parent Process: launchd [1]
    Coalition: com.apple.amsengagementd [209]
    Date/Time: 2023-05-25 10:16:00.7702 +0300
    Launch Time: 2023-05-25 10:15:46.6729 +0300
    OS Version: iPhone OS 15.5 (19F77)
    Release Type: User
    Report Version: 104
    Exception Type: EXC_GUARD
    Exception Subtype: GUARD_TYPE_USER
    Exception Message: namespc 18 reason_code 0x0000000000000002
    Exception Codes: 0x6000000000000012, 0x0000000000000002
    Exception Note: SIMULATED (this is NOT a crash)
    Termination Reason: LIBSYSTEM 2 Application Triggered Fault
    Triggered by Thread: 3
    Thread 0:
    0 libsystem_kernel.dylib 0x1bd396ae8 semaphore_wait_trap + 8
    1 libdispatch.dylib 0x1834b6960 _dispatch_sema4_wait$VARIANT$mp + 24
    2 libdispatch.dylib 0x1834b6fb0 _dispatch_semaphore_wait_slow + 148
    3 CFNetwork 0x183fb74e4 0x183f9f000 + 99556
    4 amsengagementd 0x1007245c8 0x100664000 + 787912
    5 amsengagementd 0x100724098 0x100664000 + 786584
    6 amsengagementd 0x100724874 0x100664000 + 788596
    7 amsengagementd 0x1007248f8 0x100664000 + 788728
    8 amsengagementd 0x100724634 0x100664000 + 788020
    9 libdispatch.dylib 0x183516094 _dispatch_client_callout + 16
    10 libdispatch.dylib 0x1834b7acc _dispatch_once_callout + 28
    11 amsengagementd 0x100739128 0x100664000 + 872744
    12 amsengagementd 0x100739b3c 0x100664000 + 875324
    13 amsengagementd 0x100766d3c 0x100664000 + 1060156
    14 amsengagementd 0x1007497c8 0x100664000 + 939976
    15 amsengagementd 0x100766d58 0x100664000 + 1060184
    16 libswiftObjectiveC.dylib 0x1b4a75bd0 autoreleasepool<A>(invoking:) + 56
    17 amsengagementd 0x100759b68 0x100664000 + 1006440
    18 amsengagementd 0x10073879c 0x100664000 + 870300
    19 amsengagementd 0x100738914 0x100664000 + 870676
    20 amsengagementd 0x10066a1a4 0x100664000 + 24996
    21 dyld 0x1009883d0 start + 444
    Thread 1:
    0 libsystem_kernel.dylib 0x1bd396aac mach_msg_trap + 8
    1 libsystem_kernel.dylib 0x1bd39707c mach_msg + 72
    2 libxpc.dylib 0x1ddb33b24 _xpc_pipe_mach_msg + 52
    3 libxpc.dylib 0x1ddb330b8 _xpc_pipe_routine + 352
    4 libxpc.dylib 0x1ddb1909c _xpc_interface_routine + 180
    5 libxpc.dylib 0x1ddb1953c _xpc_look_up_endpoint + 264
    6 libxpc.dylib 0x1ddb201f0 _xpc_connection_bootstrap_look_up_slow + 288
    7 libxpc.dylib 0x1ddb22c60 _xpc_connection_init + 968
    8 libxpc.dylib 0x1ddb216f0 _xpc_connection_activate_if_needed + 320
    9 libxpc.dylib 0x1ddb217b8 xpc_connection_resume + 88
    10 CoreTelephony 0x183e988a8 -[CoreTelephonyClientMux _connect_sync] + 1600
    11 CoreTelephony 0x183e9cf60 -[CoreTelephonyClientMux _ensureConnectionSetup_sync:] + 40
    12 CoreTelephony 0x183e92388 -[CoreTelephonyClientMux initWithSink:] + 276
    13 CoreTelephony 0x183e90734 -[CoreTelephonyClientMux init] + 56
    14 CoreTelephony 0x183e9eb14 +[CoreTelephonyClient sharedMultiplexer] + 76
    15 CoreTelephony 0x183e90698 -[CoreTelephonyClient initWithQueue:] + 40
    16 CFNetwork 0x183fe5e10 0x183f9f000 + 290320
    17 CFNetwork 0x183fc13e4 0x183f9f000 + 140260
    18 libdispatch.dylib 0x183516094 _dispatch_client_callout + 16
    19 libdispatch.dylib 0x1834b7acc _dispatch_once_callout + 28
    20 CFNetwork 0x183fc99d0 0x183f9f000 + 174544
    21 CFNetwork 0x184120448 0x183f9f000 + 1578056
    22 CFNetwork 0x183fbf320 0x183f9f000 + 131872
    23 libdispatch.dylib 0x183515094 _dispatch_call_block_and_release + 24
    24 libdispatch.dylib 0x183516094 _dispatch_client_callout + 16
    25 libdispatch.dylib 0x1834bc73c _dispatch_lane_serial_drain$VARIANT$mp + 644
    26 libdispatch.dylib 0x1834bd224 _dispatch_lane_invoke$VARIANT$mp + 456
    27 libdispatch.dylib 0x1834c6ec8 _dispatch_workloop_worker_thread + 632
    28 libsystem_pthread.dylib 0x1ddaf7e10 _pthread_wqthread + 284
    29 libsystem_pthread.dylib 0x1ddaf793c start_wqthread + 8
    Thread 2:
    0 libsystem_kernel.dylib 0x1bd397484 __psynch_cvwait + 8
    1 libsystem_pthread.dylib 0x1ddaffc00 _pthread_cond_wait$VARIANT$mp + 1284
    2 Foundation 0x184f5c808 -[NSCondition waitUntilDate:] + 144
    3 Foundation 0x184f4ea08 -[NSConditionLock lockWhenCondition:beforeDate:] + 100
    4 AppleMediaServices 0x18779c914 -[AMSPromise resultBeforeDate:error:] + 168
    5 AppleMediaServices 0x1877326c8 -[AMSLazyPromise resultBeforeDate:error:] + 96
    6 AppleMediaServices 0x1877a27a4 -[AMSPromise resultWithError:] + 80
    7 AppleMediaServices 0x18777392c -[AMSLazyPromise resultWithError:] + 68
    8 AppleMediaServices 0x187797e90 __33-[AMSBagNetworkTask performFetch]_block_invoke + 800
    9 AppleMediaServices 0x187799268 __32-[AMSTask performTaskWithBlock:]_block_invoke + 40
    10 AppleMediaServices 0x187b2f78c __39-[AMSTask performTaskWithPromiseBlock:]_block_invoke.39 + 388
    11 libdispatch.dylib 0x183515094 _dispatch_call_block_and_release + 24
    12 libdispatch.dylib 0x183516094 _dispatch_client_callout + 16
    13 libdispatch.dylib 0x1834bc73c _dispatch_lane_serial_drain$VARIANT$mp + 644
    14 libdispatch.dylib 0x1834bd224 _dispatch_lane_invoke$VARIANT$mp + 456
    15 libdispatch.dylib 0x1834c6ec8 _dispatch_workloop_worker_thread + 632
    16 libsystem_pthread.dylib 0x1ddaf7e10 _pthread_wqthread + 284
    17 libsystem_pthread.dylib 0x1ddaf793c start_wqthread + 8
    Thread 3 Crashed:
    0 libsystem_kernel.dylib 0x1bd3c31b4 os_fault_with_payload + 8
    1 libsystem_trace.dylib 0x19d0228e8 _os_log_impl_flatten_and_send + 7444
    2 libsystem_trace.dylib 0x19d01f4b4 _os_log + 148
    3 libsystem_trace.dylib 0x19d0271cc _os_log_fault_impl + 16
    4 SyncedDefaults 0x1b2b65178 __59-[SYDClientToDaemonConnection logFaultIfNecessaryForError:]_block_invoke.cold.1 + 88
    5 SyncedDefaults 0x1b2b623fc __59-[SYDClientToDaemonConnection logFaultIfNecessaryForError:]_block_invoke + 76
    6 libdispatch.dylib 0x183516094 _dispatch_client_callout + 16
    7 libdispatch.dylib 0x1834b7acc _dispatch_once_callout + 28
    8 SyncedDefaults 0x1b2b58e50 -[SYDClientToDaemonConnection logFaultIfNecessaryForError:] + 488
    9 SyncedDefaults 0x1b2b58484 -[SYDClientToDaemonConnection synchronizeForced:] + 492
    10 Foundation 0x184f8d9b4 -[NSUbiquitousKeyValueStore synchronizeWithSourceForced:] + 24
    11 Foundation 0x184f91738 __46-[NSUbiquitousKeyValueStore _registerToDaemon]_block_invoke + 76
    12 libdispatch.dylib 0x183515094 _dispatch_call_block_and_release + 24
    13 libdispatch.dylib 0x183516094 _dispatch_client_callout + 16
    14 libdispatch.dylib 0x1834bc73c _dispatch_lane_serial_drain$VARIANT$mp + 644
    15 libdispatch.dylib 0x1834bd1f4 _dispatch_lane_invoke$VARIANT$mp + 408
    16 libdispatch.dylib 0x1834c6ec8 _dispatch_workloop_worker_thread + 632
    17 libsystem_pthread.dylib 0x1ddaf7e10 _pthread_wqthread + 284
    18 libsystem_pthread.dylib 0x1ddaf793c start_wqthread + 8
    Thread 4:
    0 libdispatch.dylib 0x1834b61f8 dispatch_retain$VARIANT$mp + 0
    1 libxpc.dylib 0x1ddb1e208 xpc_set_event_stream_handler + 104
    2 libxpc.dylib 0x1ddb3c878 ___xpc_activity_init_block_invoke + 100
    3 libdispatch.dylib 0x183516094 _dispatch_client_callout + 16
    4 libdispatch.dylib 0x1834b7acc _dispatch_once_callout + 28
    5 libxpc.dylib 0x1ddb3aa1c xpc_activity_register + 516
    6 amsengagementd 0x100783450 0x100664000 + 1176656
    7 amsengagementd 0x100683a10 0x100664000 + 129552
    8 amsengagementd 0x100681fb8 0x100664000 + 122808
    9 amsengagementd 0x10067c614 0x100664000 + 99860
    10 amsengagementd 0x10067bff4 0x100664000 + 98292
    11 amsengagementd 0x10067c84c 0x100664000 + 100428
    12 amsengagementd 0x10069d9cc 0x100664000 + 235980
    13 libdispatch.dylib 0x183515094 _dispatch_call_block_and_release + 24
    14 libdispatch.dylib 0x183516094 _dispatch_client_callout + 16
    15 libdispatch.dylib 0x1834bc73c _dispatch_lane_serial_drain$VARIANT$mp + 644
    16 libdispatch.dylib 0x1834bd1f4 _dispatch_lane_invoke$VARIANT$mp + 408
    17 libdispatch.dylib 0x1834c6ec8 _dispatch_workloop_worker_thread + 632
    18 libsystem_pthread.dylib 0x1ddaf7e10 _pthread_wqthread + 284
    19 libsystem_pthread.dylib 0x1ddaf793c start_wqthread + 8
    Thread 5:
    0 libsystem_kernel.dylib 0x1bd396aac mach_msg_trap + 8
    1 libsystem_kernel.dylib 0x1bd39707c mach_msg + 72
    2 libdispatch.dylib 0x1834ccf7c _dispatch_mach_send_and_wait_for_reply + 524
    3 libdispatch.dylib 0x1834cd30c dispatch_mach_send_with_result_and_wait_for_reply$VARIANT$mp + 56
    4 libxpc.dylib 0x1ddb21b10 xpc_connection_send_message_with_reply_sync + 236
    5 Foundation 0x184f141b4 __NSXPCCONNECTION_IS_WAITING_FOR_A_SYNCHRONOUS_REPLY__ + 12
    6 Foundation 0x184f19c00 -[NSXPCConnection _sendInvocation:eek:rArguments:count:methodSignature:selector:withProxy:] + 2404
    7 Foundation 0x184f5b1a0 -[NSXPCConnection _sendSelector:withProxy:arg1:arg2:arg3:] + 148
    8 Foundation 0x184efd64c _NSXPCDistantObjectSimpleMessageSend3 + 80
    9 SyncedDefaults 0x1b2b58c3c __49-[SYDClientToDaemonConnection synchronizeForced:]_block_invoke + 208
    10 libdispatch.dylib 0x183516094 _dispatch_client_callout + 16
    11 libdispatch.dylib 0x1834c3964 _dispatch_lane_barrier_sync_invoke_and_complete + 52
    12 SyncedDefaults 0x1b2b58464 -[SYDClientToDaemonConnection synchronizeForced:] + 460
    13 Foundation 0x184f8d9b4 -[NSUbiquitousKeyValueStore synchronizeWithSourceForced:] + 24
    14 Foundation 0x184f91738 __46-[NSUbiquitousKeyValueStore _registerToDaemon]_block_invoke + 76
    15 libdispatch.dylib 0x183515094 _dispatch_call_block_and_release + 24
    16 libdispatch.dylib 0x183516094 _dispatch_client_callout + 16
    17 libdispatch.dylib 0x1834bc73c _dispatch_lane_serial_drain$VARIANT$mp + 644
    18 libdispatch.dylib 0x1834bd1f4 _dispatch_lane_invoke$VARIANT$mp + 408
    19 libdispatch.dylib 0x1834c6ec8 _dispatch_workloop_worker_thread + 632
    20 libsystem_pthread.dylib 0x1ddaf7e10 _pthread_wqthread + 284
    21 libsystem_pthread.dylib 0x1ddaf793c start_wqthread + 8
    Thread 6:
    0 libsystem_kernel.dylib 0x1bd396aac mach_msg_trap + 8
    1 libsystem_kernel.dylib 0x1bd39707c mach_msg + 72
    2 libdispatch.dylib 0x1834ccf7c _dispatch_mach_send_and_wait_for_reply + 524
    3 libdispatch.dylib 0x1834cd30c dispatch_mach_send_with_result_and_wait_for_reply$VARIANT$mp + 56
    4 libxpc.dylib 0x1ddb21b10 xpc_connection_send_message_with_reply_sync + 236
    5 Foundation 0x184f141b4 __NSXPCCONNECTION_IS_WAITING_FOR_A_SYNCHRONOUS_REPLY__ + 12
    6 Foundation 0x184f19c00 -[NSXPCConnection _sendInvocation:eek:rArguments:count:methodSignature:selector:withProxy:] + 2404
    7 Foundation 0x184f5b1a0 -[NSXPCConnection _sendSelector:withProxy:arg1:arg2:arg3:] + 148
    8 Foundation 0x184efd64c _NSXPCDistantObjectSimpleMessageSend3 + 80
    9 SyncedDefaults 0x1b2b58c3c __49-[SYDClientToDaemonConnection synchronizeForced:]_block_invoke + 208
    10 libdispatch.dylib 0x183516094 _dispatch_client_callout + 16
    11 libdispatch.dylib 0x1834c3964 _dispatch_lane_barrier_sync_invoke_and_complete + 52
    12 SyncedDefaults 0x1b2b58464 -[SYDClientToDaemonConnection synchronizeForced:] + 460
    13 Foundation 0x184f8d9b4 -[NSUbiquitousKeyValueStore synchronizeWithSourceForced:] + 24
    14 Foundation 0x184f91738 __46-[NSUbiquitousKeyValueStore _registerToDaemon]_block_invoke + 76
    15 libdispatch.dylib 0x183515094 _dispatch_call_block_and_release + 24
    16 libdispatch.dylib 0x183516094 _dispatch_client_callout + 16
    17 libdispatch.dylib 0x1834bc73c _dispatch_lane_serial_drain$VARIANT$mp + 644
    18 libdispatch.dylib 0x1834bd1f4 _dispatch_lane_invoke$VARIANT$mp + 408
    19 libdispatch.dylib 0x1834c6ec8 _dispatch_workloop_worker_thread + 632
    20 libsystem_pthread.dylib 0x1ddaf7e10 _pthread_wqthread + 284
    21 libsystem_pthread.dylib 0x1ddaf793c start_wqthread + 8
    Thread 7:
    0 libsystem_kernel.dylib 0x1bd396aac mach_msg_trap + 8
    1 libsystem_kernel.dylib 0x1bd39707c mach_msg + 72
    2 libdispatch.dylib 0x1834ccf7c _dispatch_mach_send_and_wait_for_reply + 524
    3 libdispatch.dylib 0x1834cd30c dispatch_mach_send_with_result_and_wait_for_reply$VARIANT$mp + 56
    4 libxpc.dylib 0x1ddb21b10 xpc_connection_send_message_with_reply_sync + 236
    5 Foundation 0x184f141b4 __NSXPCCONNECTION_IS_WAITING_FOR_A_SYNCHRONOUS_REPLY__ + 12
    6 Foundation 0x184f19c00 -[NSXPCConnection _sendInvocation:eek:rArguments:count:methodSignature:selector:withProxy:] + 2404
    7 Foundation 0x184f5b1a0 -[NSXPCConnection _sendSelector:withProxy:arg1:arg2:arg3:] + 148
    8 Foundation 0x184efd64c _NSXPCDistantObjectSimpleMessageSend3 + 80
    9 SyncedDefaults 0x1b2b58c3c __49-[SYDClientToDaemonConnection synchronizeForced:]_block_invoke + 208
    10 libdispatch.dylib 0x183516094 _dispatch_client_callout + 16
    11 libdispatch.dylib 0x1834c3964 _dispatch_lane_barrier_sync_invoke_and_complete + 52
    12 SyncedDefaults 0x1b2b58464 -[SYDClientToDaemonConnection synchronizeForced:] + 460
    13 Foundation 0x184f8d9b4 -[NSUbiquitousKeyValueStore synchronizeWithSourceForced:] + 24
    14 Foundation 0x184f91738 __46-[NSUbiquitousKeyValueStore _registerToDaemon]_block_invoke + 76
    15 libdispatch.dylib 0x183515094 _dispatch_call_block_and_release + 24
    16 libdispatch.dylib 0x183516094 _dispatch_client_callout + 16
    17 libdispatch.dylib 0x1834bc73c _dispatch_lane_serial_drain$VARIANT$mp + 644
    18 libdispatch.dylib 0x1834bd1f4 _dispatch_lane_invoke$VARIANT$mp + 408
    19 libdispatch.dylib 0x1834c6ec8 _dispatch_workloop_worker_thread + 632
    20 libsystem_pthread.dylib 0x1ddaf7e10 _pthread_wqthread + 284
    21 libsystem_pthread.dylib 0x1ddaf793c start_wqthread + 8
    Thread 8:
    0 libsystem_kernel.dylib 0x1bd397014 __workq_kernreturn + 8
    1 libsystem_pthread.dylib 0x1ddaf7e5c _pthread_wqthread + 360
    2 libsystem_pthread.dylib 0x1ddaf793c start_wqthread + 8
    Thread 9:
    0 libsqlite3.dylib 0x1a6aa709c 0x1a6a4a000 + 381084
    1 libsqlite3.dylib 0x1a6aa6cac 0x1a6a4a000 + 380076
    2 libsqlite3.dylib 0x1a6b3195c 0x1a6a4a000 + 948572
    3 libsqlite3.dylib 0x1a6a87724 0x1a6a4a000 + 251684
    4 libsqlite3.dylib 0x1a6ac5460 0x1a6a4a000 + 504928
    5 libsqlite3.dylib 0x1a6a5bf74 0x1a6a4a000 + 73588
    6 libsqlite3.dylib 0x1a6a54da4 0x1a6a4a000 + 44452
    7 libsqlite3.dylib 0x1a6a54360 0x1a6a4a000 + 41824
    8 libsqlite3.dylib 0x1a6a54018 0x1a6a4a000 + 40984
    9 CFNetwork 0x184083598 0x183f9f000 + 935320
    10 libdispatch.dylib 0x1834c3544 _dispatch_block_async_invoke2 + 104
    11 libdispatch.dylib 0x183516094 _dispatch_client_callout + 16
    12 libdispatch.dylib 0x1834bc73c _dispatch_lane_serial_drain$VARIANT$mp + 644
    13 libdispatch.dylib 0x1834bd1f4 _dispatch_lane_invoke$VARIANT$mp + 408
    14 libdispatch.dylib 0x1834c6ec8 _dispatch_workloop_worker_thread + 632
    15 libsystem_pthread.dylib 0x1ddaf7e10 _pthread_wqthread + 284
    16 libsystem_pthread.dylib 0x1ddaf793c start_wqthread + 8
    Thread 3 crashed with ARM Thread State (64-bit):
    x0: 0x0000000000000012 x1: 0x0000000000000002 x2: 0x0000000100c7cb00 x3: 0x000000000000016a
    x4: 0x00000001b2b68f0d x5: 0x0000000000000000 x6: 0x0000000000000004 x7: 0x00000000000000b4
    x8: 0x000000016f93a570 x9: 0x0000000000000168 x10: 0x73657220646c756f x11: 0x64206e6920746c75
    x12: 0x6f63207369687420 x13: 0x7573657220646c75 x14: 0x6164206e6920746c x15: 0x2e73736f6c206174
    x16: 0x0000000000000211 x17: 0x000000000000e143 x18: 0x0000000000000000 x19: 0x0000000100c7cb00
    x20: 0x0000000000000007 x21: 0x0000000000000000 x22: 0x0000000000000000 x23: 0x0000000000000001
    x24: 0x0000000000000000 x25: 0x0000000000000002 x26: 0x0000000000180000 x27: 0x0000000000000001
    x28: 0x00000000ebadf000 fp: 0x000000016f93a560 lr: 0x000000019d0228e8
    sp: 0x000000016f939260 pc: 0x00000001bd3c31b4 cpsr: 0x80000000
    far: 0x00000001f8175860 esr: 0x56000080 Address size fault
    Binary Images:
    0x1bd396000 - 0x1bd3c9fff libsystem_kernel.dylib arm64 <09e1dcdbe2c93f7ebbfc96dec6c161da> /usr/lib/system/libsystem_kernel.dylib
    0x1834b2000 - 0x183534fff libdispatch.dylib arm64 <f87efead673b3a09b7ab9c69b55a18a8> /usr/lib/system/libdispatch.dylib
    0x183f9f000 - 0x18442ffff CFNetwork arm64 <f154f6f6f7693743a48fc4828dca4e3c> /System/Library/Frameworks/CFNetwork.framework/CFNetwork
    0x100664000 - 0x1007c7fff amsengagementd arm64 <2c1a6e14a05a3f2fa74042ac3eab66eb> /System/Library/PrivateFrameworks/AppleMediaServicesUI.framework/amsengagementd
    0x1b4a75000 - 0x1b4a76fff libswiftObjectiveC.dylib arm64 <b362b65ac42b37ba8ecf47de85f87d5b> /usr/lib/swift/libswiftObjectiveC.dylib
    0x100970000 - 0x1009c3fff dyld arm64 <0912a37c959234f1938ffdbcfcd1cf2f> /usr/lib/dyld
    0x1ddb15000 - 0x1ddb4dfff libxpc.dylib arm64 <6fd5eb471e0231da85c195502a55c75f> /usr/lib/system/libxpc.dylib
    0x183e8c000 - 0x183f9efff CoreTelephony arm64 <e0dd84d6cf4f3004b30753bc071d389c> /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony
    0x1ddaf6000 - 0x1ddb06fff libsystem_pthread.dylib arm64 <5190be2141d433619249bfdc03b71e36> /usr/lib/system/libsystem_pthread.dylib
    0x184ed7000 - 0x1851bbfff Foundation arm64 <3cb1645d719b332f9a3a9c33a9bb4b6d> /System/Library/Frameworks/Foundation.framework/Foundation
    0x18772e000 - 0x187c62fff AppleMediaServices arm64 <c01dc313acb736c0a03b6de549a116e7> /System/Library/PrivateFrameworks/AppleMediaServices.framework/AppleMediaServices
    0x19d01d000 - 0x19d035fff libsystem_trace.dylib arm64 <ab1c0b79282535f6a9924ddbf5086d94> /usr/lib/system/libsystem_trace.dylib
    0x1b2b54000 - 0x1b2b6bfff SyncedDefaults arm64 <18faf9f6634b30189f63681e1f089135> /System/Library/PrivateFrameworks/SyncedDefaults.framework/SyncedDefaults
    0x1a6a4a000 - 0x1a6bdbfff libsqlite3.dylib arm64 <6f3dc782836e316b9b9deca61ec3cc92> /usr/lib/libsqlite3.dylib
    EOF
     
  2. RichAllen2023

    RichAllen2023

    Joined:
    Jul 19, 2016
    Posts:
    1,026
    You described the problem in the very first paragraph, don't run modern games on old tech, they clearly don't work :D
     
  3. kin4n

    kin4n

    Joined:
    Jan 17, 2023
    Posts:
    9
    Thank you, but Apple rejects my app since then, because they test it on an Iphone 11 ... I ve somehow managed to recode everything, the Spline Component, as well as the touchEvents were causing memory indexing problems, and I m still not finished. Is there a way to force the game to run on a min Iphone12 ?