Need Help: iOS Networking 2023 - API Debug Notification

Hi Chris,

Since I almost finished the program “iOS Networking 2023”. Thanks for great tutorials.

I recently found an issue, seems that related to API. I use the API provided by the course, as yelp.com forbid Vietnam IP to create new user account, however remain accessible.

The log was as below. It started when I load the app and causing more log when I switch to MapView. This happen on both my codes and the codes you provided in the course links.

==============================================
Optional(__C.CLLocationCoordinate2D(latitude: 29.705604527377776, longitude: -95.46048315278851))

29.705604527377776

-95.46048315278851

29.705604527377776

-95.46048315278851

nw_connection_copy_connected_local_endpoint_block_invoke [C14] Client called nw_connection_copy_connected_local_endpoint on unconnected nw_connection

nw_connection_copy_connected_remote_endpoint_block_invoke [C14] Client called nw_connection_copy_connected_remote_endpoint on unconnected nw_connection

nw_connection_copy_protocol_metadata_internal_block_invoke [C14] Client called nw_connection_copy_protocol_metadata_internal on unconnected nw_connection

nw_connection_copy_connected_local_endpoint_block_invoke [C12] Client called nw_connection_copy_connected_local_endpoint on unconnected nw_connection

nw_connection_copy_connected_remote_endpoint_block_invoke [C12] Client called nw_connection_copy_connected_remote_endpoint on unconnected nw_connection

nw_connection_copy_protocol_metadata_internal_block_invoke [C12] Client called nw_connection_copy_protocol_metadata_internal on unconnected nw_connection

nw_connection_copy_connected_local_endpoint_block_invoke [C15] Client called nw_connection_copy_connected_local_endpoint on unconnected nw_connection

nw_connection_copy_connected_remote_endpoint_block_invoke [C15] Client called nw_connection_copy_connected_remote_endpoint on unconnected nw_connection

nw_connection_copy_protocol_metadata_internal_block_invoke [C15] Client called nw_connection_copy_protocol_metadata_internal on unconnected nw_connection

nw_connection_copy_connected_local_endpoint_block_invoke [C16] Client called nw_connection_copy_connected_local_endpoint on unconnected nw_connection

nw_connection_copy_connected_remote_endpoint_block_invoke [C16] Client called nw_connection_copy_connected_remote_endpoint on unconnected nw_connection

nw_connection_copy_protocol_metadata_internal_block_invoke [C16] Client called nw_connection_copy_protocol_metadata_internal on unconnected nw_connection

Failed to create layer data for key: gdc::LayerDataRequestKey<Type:RoadLabels, Tile: 481.847.11>

Failed to create layer data for key: gdc::LayerDataRequestKey<Type:RoadLabels, Tile: 480.847.11>

Failed to create layer data for key: gdc::LayerDataRequestKey<Type:PointLabels, Tile: 240.423.10>

Missing MeshRenderables for ground mesh layer for (4/4) of ground tiles. Tile debug info: (Key: 480.846.11.255 t:33 kt:0, Has mesh errors: 0, MeshInstance count: 1, PendingMaterial count: 1, Invisible MeshInstances count: 0 | Key: 481.846.11.255 t:33 kt:0, Has mesh errors: 0, MeshInstance count: 1, PendingMaterial count: 1, Invisible MeshInstances count: 0 | Key: 480.847.11.255 t:33 kt:0, Has mesh errors: 0, MeshInstance count: 1, PendingMaterial count: 1, Invisible MeshInstances count: 0 | Key: 481.847.11.255 t:33 kt:0, Has mesh errors: 0, MeshInstance count: 1, PendingMaterial count: 1, Invisible MeshInstances count: 0)

nw_read_request_report [C1] Receive failed with error “Operation timed out”

nw_read_request_report [C1] Receive failed with error “Operation timed out”

nw_read_request_report [C1] Receive failed with error “Operation timed out”

nw_endpoint_flow_fillout_data_transfer_snapshot copy_info() returned NULL

nw_read_request_report [C8] Receive failed with error “Operation timed out”

nw_read_request_report [C8] Receive failed with error “Operation timed out”

nw_read_request_report [C8] Receive failed with error “Operation timed out”

nw_endpoint_flow_fillout_data_transfer_snapshot copy_info() returned NULL

nw_read_request_report [C5] Receive failed with error “Operation timed out”

nw_read_request_report [C5] Receive failed with error “Operation timed out”

nw_read_request_report [C5] Receive failed with error “Operation timed out”

nw_endpoint_flow_fillout_data_transfer_snapshot copy_info() returned NULL

nw_read_request_report [C7] Receive failed with error “Operation timed out”

nw_read_request_report [C7] Receive failed with error “Operation timed out”

nw_read_request_report [C7] Receive failed with error “Operation timed out”

nw_endpoint_flow_fillout_data_transfer_snapshot copy_info() returned NULL

nw_read_request_report [C4] Receive failed with error “Operation timed out”

nw_read_request_report [C4] Receive failed with error “Operation timed out”

nw_read_request_report [C4] Receive failed with error “Operation timed out”

nw_endpoint_flow_fillout_data_transfer_snapshot copy_info() returned NULL

==============================================