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 our release build on some devices our crash reporting tool (bugsnag) is reporting this crash:
RCTFatalException: Exception '+[CMPedometer authorizationStatus]: unrecognized selector sent to class 0x1aaa04b48' was thrown while invoking authorizationStatus on target RNPedometer with params ( 897 ) callstack: ( 0 CoreFoundation 0x00000001850ed1d0 <redacted> + 148 1 libobjc.A.dylib 0x0000000183b2455c objc_exception_throw + 56 2 CoreFoundation 0x00000001850f41a8 <redacted> + 0 3 CoreFoundation 0x00000001850f1270 <redacted> + 916 4 CoreFoundation 0x0000000184fea80c _CF_forwarding_prep_0 + 92 5 Thunderpod 0x000000010092b038 _ZN7plcrash5async24dwarf_cfa_state_iteratorIyxE4nextEPjPNS0_28plcrash_dwarf_cfa_reg_rule_tEPy + 1348752 6 CoreFoundation 0x00000001850f3150 <redacted> + 144 7 CoreFoundation 0x0000000184fe5eac <redacted> + 284 8 CoreFoundation 0x0000000184fea95c <redacted> + 60 9 Thunderpod 0x000000010098d7dc _ZN7plcrash5async24dwarf_cfa_state_iteratorIyxE4nextEPjPNS0_28plcrash_dwarf_cfa_reg_rule_tEPy + 1752116 10 Thunderpod 0x00000001009d1ba4 RCTFBQuickPerformanceLoggerConfigureHooks + 107804 11 Thunderpod 0x00000001009d1904 RCTFBQuickPerformanceLoggerConfigureHooks + 107132 12 libdispatch.dylib 0x0000000183f761fc <redacted> + 24 13 libdispatch.dylib 0x0000000183f761bc <redacted> + 16 14 libdispatch.dylib 0x0000000183f843dc <redacted> + 928 15 libdispatch.dylib 0x0000000183f799a4 <redacted> + 652 16 libdispatch.dylib 0x0000000183f848d8 <redacted> + 360 17 libdispatch.dylib 0x0000000183f8634c <redacted> + 572 18 libdispatch.dylib 0x0000000183f860ac <redacted> + 124 19 libsystem_pthread.dylib 0x000000018417f2a0 _pthread_wqthread + 1288 20 libsystem_pthread.dylib 0x000000018417ed8c start_wqthread + 4 )RCTFatal
Here are the device details: Apple iPhone 6S ModelNumber: N71mAP OSName: iOS OSVersion: 10.2
Have any idea why this is happening ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In our release build on some devices our crash reporting tool (bugsnag) is reporting this crash:
RCTFatalException: Exception '+[CMPedometer authorizationStatus]: unrecognized selector sent to class 0x1aaa04b48' was thrown while invoking authorizationStatus on target RNPedometer with params ( 897 ) callstack: ( 0 CoreFoundation 0x00000001850ed1d0 <redacted> + 148 1 libobjc.A.dylib 0x0000000183b2455c objc_exception_throw + 56 2 CoreFoundation 0x00000001850f41a8 <redacted> + 0 3 CoreFoundation 0x00000001850f1270 <redacted> + 916 4 CoreFoundation 0x0000000184fea80c _CF_forwarding_prep_0 + 92 5 Thunderpod 0x000000010092b038 _ZN7plcrash5async24dwarf_cfa_state_iteratorIyxE4nextEPjPNS0_28plcrash_dwarf_cfa_reg_rule_tEPy + 1348752 6 CoreFoundation 0x00000001850f3150 <redacted> + 144 7 CoreFoundation 0x0000000184fe5eac <redacted> + 284 8 CoreFoundation 0x0000000184fea95c <redacted> + 60 9 Thunderpod 0x000000010098d7dc _ZN7plcrash5async24dwarf_cfa_state_iteratorIyxE4nextEPjPNS0_28plcrash_dwarf_cfa_reg_rule_tEPy + 1752116 10 Thunderpod 0x00000001009d1ba4 RCTFBQuickPerformanceLoggerConfigureHooks + 107804 11 Thunderpod 0x00000001009d1904 RCTFBQuickPerformanceLoggerConfigureHooks + 107132 12 libdispatch.dylib 0x0000000183f761fc <redacted> + 24 13 libdispatch.dylib 0x0000000183f761bc <redacted> + 16 14 libdispatch.dylib 0x0000000183f843dc <redacted> + 928 15 libdispatch.dylib 0x0000000183f799a4 <redacted> + 652 16 libdispatch.dylib 0x0000000183f848d8 <redacted> + 360 17 libdispatch.dylib 0x0000000183f8634c <redacted> + 572 18 libdispatch.dylib 0x0000000183f860ac <redacted> + 124 19 libsystem_pthread.dylib 0x000000018417f2a0 _pthread_wqthread + 1288 20 libsystem_pthread.dylib 0x000000018417ed8c start_wqthread + 4 )RCTFatal
Here are the device details:
Apple iPhone 6S
ModelNumber: N71mAP
OSName: iOS
OSVersion: 10.2
Have any idea why this is happening ?
The text was updated successfully, but these errors were encountered: