Crash running app in iOS18

Hi, I updated my iPad to iOS18 beta 1, and it seems to crash my app immediately, even though it's the App Store release version that's running fine on iOS17. The crash report points to some issue in NSManagedObjectContext performBlockAndWait:

Thread 2 name:   Dispatch queue: NSManagedObjectContext 0x303498000: CJCloudKitItemsUploaderQueue
Thread 2 Crashed:
0   libsystem_kernel.dylib        	       0x1f1930254 __pthread_kill + 8
1   libsystem_pthread.dylib       	       0x2285fcef8 pthread_kill + 268
2   libsystem_c.dylib             	       0x1a9a76ad8 abort + 128
3   CJournal                      	       0x105428818 0x104e28000 + 6293528
4   CJournal                      	       0x1054261f4 0x104e28000 + 6283764
5   CoreFoundation                	       0x1a1c40a3c __handleUncaughtException + 660
6   libobjc.A.dylib               	       0x19eec8210 _objc_terminate() + 132
7   CJournal                      	       0x1053f5ad0 0x104e28000 + 6085328
8   libc++abi.dylib               	       0x22852087c std::__terminate(void (*)()) + 16
9   libc++abi.dylib               	       0x228520820 std::terminate() + 108
10  libdispatch.dylib             	       0x1a99bd174 _dispatch_client_callout + 40
11  libdispatch.dylib             	       0x1a99cc7b8 _dispatch_lane_barrier_sync_invoke_and_complete + 56
12  CoreData                      	       0x1a9c94a6c -[NSManagedObjectContext performBlockAndWait:] + 264
13  ContactsJournalDataKit        	       0x10643fb50 -[CJCloudKitModifyRecordsOperation createUnderlyingCKModifyRecordsOperationWithProcessList:withLimit:] + 408
14  ContactsJournalDataKit        	       0x10643f544 -[CJCloudKitModifyRecordsOperation main] + 848
15  Foundation                    	       0x1a071e2e0 __NSOPERATION_IS_INVOKING_MAIN__ + 16
16  Foundation                    	       0x1a071c530 -[NSOperation start] + 648
17  Foundation                    	       0x1a07947a0 __NSOPERATIONQUEUE_IS_STARTING_AN_OPERATION__ + 16
18  Foundation                    	       0x1a07943ec __NSOQSchedule_f + 172
19  libdispatch.dylib             	       0x1a99cc350 _dispatch_block_async_invoke2 + 148
20  libdispatch.dylib             	       0x1a99bd160 _dispatch_client_callout + 20
21  libdispatch.dylib             	       0x1a99c0610 _dispatch_continuation_pop + 596
22  libdispatch.dylib             	       0x1a99bfc40 _dispatch_async_redirect_invoke + 580
23  libdispatch.dylib             	       0x1a99cedf4 _dispatch_root_queue_drain + 392
24  libdispatch.dylib             	       0x1a99cf5f8 _dispatch_worker_thread2 + 156
25  libsystem_pthread.dylib       	       0x2285f9c40 _pthread_wqthread + 228
26  libsystem_pthread.dylib       	       0x2285f6488 start_wqthread + 8

Can anyone shed some light on this? I haven't rebuilt the app with Xcode 16 yet, just wanted to run the App Store version and see if it's compatible without doing anything.

Have you found a solution?

Crash running app in iOS18
 
 
Q