firebase-ios-sdk: Xcode 13 - iOS 15 error message appears in Xcode console
[REQUIRED] Step 1: Describe your environment
- Xcode version: 13
- Firebase SDK version: 8.7.0
- Installation method: CocoaPods
- Firebase Component: Don´t know
[REQUIRED] Step 2: Describe the problem
Steps to reproduce:
When I bring my App in the foreground or background following error message appears in the Xcode console. Prior iOS 15 this error message wasn’t shown. So I don’t know if this can be ignored or it will cause a crash on the release version.
2021-10-06 14:49:31.495904+0200 App[953:381001] [] __nwlog_err_simulate_crash simulate crash already simulated “nw_hash_table_apply called with null table” 2021-10-06 14:49:31.497094+0200 App[953:381001] [] nw_hash_table_apply called with null table, dumping backtrace: [arm64] libnetcore-2736.12.1 0 libnetwork.dylib 0x00000001845ef2f0 __nw_create_backtrace_string + 116 1 libnetwork.dylib 0x0000000183dcd820 nw_hash_table_apply + 2676 2 libnetwork.dylib 0x0000000184318450 EE6D5599-5B6E-3AAC-ABC7-05F56B4EE2FB + 6030416 3 libnetwork.dylib 0x00000001842f4a9c EE6D5599-5B6E-3AAC-ABC7-05F56B4EE2FB + 5884572 4 CFNetwork 0x0000000183b0552c _CFURLStorageSessionCopyIdentifier + 14364 5 libnetwork.dylib 0x0000000183ee7eb8 EE6D5599-5B6E-3AAC-ABC7-05F56B4EE2FB + 1638072 6 libdispatch.dylib 0x00000001027a494c _dispatch_call_block_and_release + 24 7 libdispatch.dylib 0x00000001027a61c8 _dispatch_client_callout + 16 8 libdispatch.dylib 0x00000001027af560 _dispatch_workloop_invoke + 2448 9 libdispatch.dylib 0x00000001027b9630 _dispatch_workloop_worker_thread + 852 10 libsystem_pthread.dylib 0x00000001dcafef38 _pthread_wqthread + 284 11 libsystem_pthread.dylib 0x00000001dcafeaa4 start_wqthread + 8
Relevant Code:
FirebaseApp.configure()
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Reactions: 25
- Comments: 39 (5 by maintainers)
Commits related to this issue
- Attempt to fix #8744 — committed to firebase/firebase-ios-sdk by ncooke3 3 years ago
I am also having the same problem. This issue occurs when testing on an actual device. (I am using iPhone 12 Pro, iOS 15.0.1)
The app works fine, but I’m worried that the Appstore will process it as a crash.
Please fix this. Doesn’t crash but it makes debugging hard to follow because it spams it quite often.
Xcode version: 13 Firebase SDK version: 8.8.0 Installation method: Swift Package Manager iOS Version: 15.0.2 SwiftUI
2021-10-20 16:32:38.634472-0700 Anime Karma List[2363:477355] [] nw_hash_table_apply called with null table 2021-10-20 16:32:38.635213-0700 Anime Karma List[2363:477355] [] nw_hash_table_apply called with null table, dumping backtrace: [arm64] libnetcore-2736.12.1 0 libnetwork.dylib 0x00000001872cb2f0 __nw_create_backtrace_string + 116 1 libnetwork.dylib 0x0000000186aa9820 nw_hash_table_apply + 2676 2 libnetwork.dylib 0x0000000186ff4450 EE6D5599-5B6E-3AAC-ABC7-05F56B4EE2FB + 6030416 3 libnetwork.dylib 0x0000000186fd0a9c EE6D5599-5B6E-3AAC-ABC7-05F56B4EE2FB + 5884572 4 CFNetwork 0x00000001867e152c _CFURLStorageSessionCopyIdentifier + 14364 5 libnetwork.dylib 0x0000000186bc3eb8 EE6D5599-5B6E-3AAC-ABC7-05F56B4EE2FB + 1638072 6 libdispatch.dylib 0x00000001013c094c _dispatch_call_block_and_release + 24 7 libdispatch.dylib 0x00000001013c21c8 _dispatch_client_callout + 16 8 libdispatch.dylib 0x00000001013cb560 _dispatch_workloop_invoke + 2448 9 libdispatch.dylib 0x00000001013d5630 _dispatch_workloop_worker_thread + 852 10 libsystem_pthread.dylib 0x00000001df7e2f38 _pthread_wqthread + 284 11 libsystem_pthread.dylib 0x00000001df7e2aa4 start_wqthread + 8
I am also receiving same errors below in Xcode debug area.
Xcode version: 13.0 Firebase SDK version: 8.8.0 Installation method: CocoaPods
As discussed above, this is an Apple issue so best to follow up on Apple forums about resolution timing. See https://github.com/firebase/firebase-ios-sdk/issues/8744#issuecomment-948866894.
I’m going to lock the issue for additional comments here.
Opened a radar here https://feedbackassistant.apple.com/feedback/9717832