We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In IOS, when you have pauseDetection mode, the application stops completely and throws the following error:
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[AVCaptureMetadataOutput setMetadataObjectTypes:] Unsupported type found - use -availableMetadataObjectTypes' *** First throw call stack: (0x1804790fc 0x198cb3d64 0x19ee43470 0x100fe16f0 0x100fe6c60 0x100fe4904 0x103a3d94c 0x10358e120 0x10390aaec 0x103838204 0x10383bf5c 0x18048e318 0x180412cf0 0x18040d4ec 0x1803ebd08 0x1803ff468 0x19bf8a38c 0x182da1088 0x182b1f958 0x10052ad20 0x100611aa4) libc++abi: terminating with uncaught exception of type NSException
__pthread_kill + 8 libsystem_kernel.dylib
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In IOS, when you have pauseDetection mode, the application stops completely and throws the following error:
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[AVCaptureMetadataOutput setMetadataObjectTypes:] Unsupported type found - use -availableMetadataObjectTypes'
*** First throw call stack:
(0x1804790fc 0x198cb3d64 0x19ee43470 0x100fe16f0 0x100fe6c60 0x100fe4904 0x103a3d94c 0x10358e120 0x10390aaec 0x103838204 0x10383bf5c 0x18048e318 0x180412cf0 0x18040d4ec 0x1803ebd08 0x1803ff468 0x19bf8a38c 0x182da1088 0x182b1f958 0x10052ad20 0x100611aa4)
libc++abi: terminating with uncaught exception of type NSException
frame #0: 0x00000001b79b3964 libsystem_kernel.dylib
__pthread_kill + 8 libsystem_kernel.dylib
__pthread_kill:-> 0x1b79b3964 <+8>: b.lo 0x1b79b3984 ; <+40>
0x1b79b3968 <+12>: pacibsp
0x1b79b396c <+16>: stp x29, x30, [sp, #-0x10]!
0x1b79b3970 <+20>: mov x29, sp
Target 0: (Runner) stopped.
Lost connection to device.
The text was updated successfully, but these errors were encountered: