Skip to content

Instantly share code, notes, and snippets.

@agazso
Created July 30, 2019 10:11
Show Gist options
  • Save agazso/843f28adf2ed0f26495f157f3c87cd43 to your computer and use it in GitHub Desktop.
Save agazso/843f28adf2ed0f26495f157f3c87cd43 to your computer and use it in GitHub Desktop.
Photo share extension crash log
2019-07-30 12:07:57.482992+0200 Share[88219:34956174] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]: attempt to insert nil object from objects[0]'
*** First throw call stack:
(
0 CoreFoundation 0x000000010d70e1bb __exceptionPreprocess + 331
1 libobjc.A.dylib 0x000000010b73c735 objc_exception_throw + 48
2 CoreFoundation 0x000000010d65a4ec _CFThrowFormattedException + 194
3 CoreFoundation 0x000000010d77d541 -[__NSPlaceholderDictionary initWithObjects:forKeys:count:] + 321
4 CoreFoundation 0x000000010d709c9b +[NSDictionary dictionaryWithObjects:forKeys:count:] + 59
5 Share 0x0000000109caafea __47-[ReactNativeShareExtension resolver:rejecter:]_block_invoke + 378
6 Share 0x0000000109cabdf7 __65-[ReactNativeShareExtension extractDataFromContext:withCallback:]_block_invoke.75 + 295
7 Foundation 0x000000010b29b1e3 __95-[NSItemProvider _loadItemOfClass:forTypeIdentifier:options:coerceForCoding:completionHandler:]_block_invoke.549 + 126
8 libdispatch.dylib 0x000000011163a4e1 _dispatch_call_block_and_release + 12
9 libdispatch.dylib 0x000000011163b54b _dispatch_client_callout + 8
10 libdispatch.dylib 0x000000011164201c _dispatch_lane_serial_drain + 720
11 libdispatch.dylib 0x0000000111642b5f _dispatch_lane_invoke + 401
12 libdispatch.dylib 0x000000011164b9a8 _dispatch_workloop_worker_thread + 645
13 libsystem_pthread.dylib 0x0000000111a1bfd2 _pthread_wqthread + 980
14 libsystem_pthread.dylib 0x0000000111a1bbe9 start_wqthread + 13
)
libc++abi.dylib: terminating with uncaught exception of type NSException
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment