I am facing random crashes in my application running on iOS 10.2. Attached my crash log below. I have checked few forums and some answers suggests to include missing permissions in info.plist. But I have already added the necessary privacy access keys and still I'm facing the issue. Im not sure which is the cause for the privacy violence issue. Is there a way to identify which key i have missed to add in info.plist from the log or in any other way?
0 libsystem_kernel.dylib 0x182b59d74 __abort_with_payload + 8
1 libsystem_kernel.dylib 0x182b5649c abort_with_payload_wrapper_internal + 100
2 libsystem_kernel.dylib 0x182b564c8 system_set_sfi_window + 10
3 TCC 0x185dca328 __TCCAccessRequest_block_invoke_2.80 + 258
4 TCC 0x185dca224 __CRASHING_DUE_TO_PRIVACY_VIOLATION__ + 702
5 TCC 0x185dcd330 __tccd_send_block_invoke + 348
6 libxpc.dylib 0x182c5efcc _xpc_connection_reply_callout + 80
7 libxpc.dylib 0x182c5ef3c _xpc_connection_call_reply + 40
8 libdispatch.dylib 0x182a161bc _dispatch_client_callout + 16
9 libdispatch.dylib 0x182a24a4c _dispatch_queue_override_invoke + 732
10 libdispatch.dylib 0x182a2634c _dispatch_root_queue_drain + 572
11 libdispatch.dylib 0x182a260ac _dispatch_worker_thread3 + 124
12 libsystem_pthread.dylib 0x182c1f2a0 _pthread_wqthread + 1288
13 libsystem_pthread.dylib 0x182c1ed8c start_wqthread + 4