iOS 18 - deallocated in unexpected state

Our app is getting errors like this when initiating view controllers from storyboard: -[NWConcrete_nw_endpoint_handler dealloc] [C16 firebaselogging-pa.googleapis.com:443 failed parent-flow ((null))] deallocated in unexpected state

Also seeing warnings like this: nw_connection_copy_connected_local_endpoint_block_invoke [C16] Connection has no local endpoint

After the children in a TabViewController are initiated, tapping on any of the tab bar item will get an error like: -[NWConcrete_nw_endpoint_handler dealloc] [C38 an.endpoint.com:443 failed parent-flow ((null))] deallocated in unexpected state

If try to programatically reset all children of the tab view controller by using setViewControllers([vc1, vc2, ...]), the app will be frozen and won't be able to tab any tab bar items anymore.

Note: These errors/ warnings only appear with iOS 18, don't see them when compile the app on iOS 17.

Anyone is experiencing similar issues on iOS 18

iOS 18 - deallocated in unexpected state
 
 
Q