PHImageManager is crashing IOS 14.0.1

Hi,
Any idea what could cause this? I'm just asking for a photo data after using the image picker. I can't reproduce the crash but the app has been rejected :( Help!!!

Code Block Date/Time: 2020-10-11 19:51:15.7304 -0700
Launch Time: 2020-10-11 19:51:08.7649 -0700
OS Version: iPhone OS 14.0.1 (18A393)
Release Type: User
Baseband Version: n/a
Report Version: 104
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Exception Note: EXC_CORPSE_NOTIFY
Triggered by Thread: 0
Application Specific Information:
abort() called
Last Exception Backtrace:
0 CoreFoundation 0x1938eb5ac exceptionPreprocess + 220
1 libobjc.A.dylib 0x1a796542c objc_exception_throw + 59
2 CoreFoundation 0x1937f41b4 +[NSException raise:format:arguments:] + 99
3 Foundation 0x194b527bc -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 131
4 Photos 0x1a3fe7390 +[PHImageManagerRequestTracer registerRequestID:withAssetUUID:] + 287
5 Photos 0x1a40626cc -[PHImageManager runRequestWithContext:] + 683
6 Photos 0x1a4061900 -[PHImageManager requestImageDataAndOrientationForAsset:options:resultHandler:] + 995
7 Photos 0x1a4061c44 -[PHImageManager requestImageDataForAsset:options:resultHandler:] + 191
8 VideoLUT 0x1045e5e2c -[ProjectManager importPhoto:dismiss:] + 466476 (ProjectManager.m:186)
9 VideoLUT 0x1045e4d7c -[ProjectManager createProjectWithAsset:uti:] + 462204 (ProjectManager.m:36)
10 VideoLUT 0x1046a7f44 74-[HomeViewController imagePickerController:didFinishPickingMediaWithInfo:]_block_invoke + 1261380 (HomeViewController.m:347)
11 UIKitCore 0x1959f4df0 -[UIPresentationController transitionDidFinish:] + 1019
12 UIKitCore 0x1959ff25c -[_UICurrentContextPresentationController transitionDidFinish:] + 43
13 UIKitCore 0x1959f9540 56-[UIPresentationController runTransitionForCurrentState]_block_invoke.528 + 211
14 UIKitCore 0x195b3477c -[_UIViewControllerTransitionContext completeTransition:] + 111
15 UIKitCore 0x1966f0260 -[UITransitionView notifyDidCompleteTransition:] + 243
16 UIKitCore 0x1966eff0c -[UITransitionView _didCompleteTransition:] + 1135
17 UIKitCore 0x196726ca8 -[UIViewAnimationBlockDelegate _didEndBlockAnimation:finished:context:] + 723
18 UIKitCore 0x1966f9f48 -[UIViewAnimationState sendDelegateAnimationDidStop:finished:] + 247
19 UIKitCore 0x1966fa47c -[UIViewAnimationState animationDidStop:finished:] + 247
20 UIKitCore 0x1966fa5e0 -[UIViewAnimationState animationDidStop:finished:] + 603
21 QuartzCore 0x196c51cb4 CA::Layer::run_animation_callbacks+ 1510580 (void*) + 279
22 libdispatch.dylib 0x1934e9ac8 _dispatch_client_callout + 19
23 libdispatch.dylib 0x1934f704c _dispatch_main_queue_callback_4CF + 835
24 CoreFoundation 0x1938681e4 CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE + 15
25 CoreFoundation 0x1938623b4 CFRunLoopRun + 2507
26 CoreFoundation 0x1938614bc CFRunLoopRunSpecific + 599
27 GraphicsServices 0x1aa2e6820 GSEventRunModal + 163
28 UIKitCore 0x196205734 -[UIApplication _run] + 1071
29 UIKitCore 0x19620ae10 UIApplicationMain + 167
30 VideoLUT 0x104601704 main + 579332 (main.m:14)
31 libdyld.dylib 0x193528e60 start + 3
Thread 0 name: Dispatch queue: com.apple.main-thread
Thread 0 Crashed:
0 libsystem_kernel.dylib 0x00000001bf1a998c pthread_kill + 8
1 libsystem_pthread.dylib 0x00000001da1c3c74 pthread_kill + 272
2 libsystem_c.dylib 0x000000019c9edbb4 abort + 104
3 libcabi.dylib 0x00000001a7a64e24 cxxabiv1::aligned_malloc_with_fallback+ 65060 (unsigned long) + 0
4 libcabi.dylib 0x00000001a7a56434 demangling_unexpected_handler+ 5172 () + 0
5 libobjc.A.dylib 0x00000001a7965710 _objc_terminate+ 42768 () + 132
6 libcabi.dylib 0x00000001a7a642a8 std::terminate(void (*)+ 62120 ()) + 20
7 libcabi.dylib 0x00000001a7a64234 std::terminate+ 62004 () + 44
8 libdispatch.dylib 0x00000001934e9adc _dispatch_client_callout + 40
9 libdispatch.dylib 0x00000001934f704c _dispatch_main_queue_callback_4CF + 836
10 CoreFoundation 0x00000001938681e4 CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE + 16
11 CoreFoundation 0x00000001938623b4 __CFRunLoopRun + 2508
12 CoreFoundation 0x00000001938614bc CFRunLoopRunSpecific + 600
13 GraphicsServices 0x00000001aa2e6820 GSEventRunModal + 164
14 UIKitCore 0x0000000196205734 -[UIApplication _run] + 1072
15 UIKitCore 0x000000019620ae10 UIApplicationMain + 168
16 VideoLUT 0x0000000104601704 main + 579332 (main.m:14)
17 libdyld.dylib 0x0000000193528e60 start + 4