Xcode 15 Warning nw_parameters_set_source_application_by_bundle_id_internal

Since iOS 17 and Xcode 15, the following warning appears in Xcode when debugging on device:

"nw_parameters_set_source_application_by_bundle_id_internal Failed to convert from bundle ID ([Apps Bundle ID]) to UUID. This could lead to wrong data usage accounting."

What does that mean?

Answered by DTS Engineer in 767505022

Since iOS 17 and Xcode 15, the following warning appears in Xcode when debugging on device:

I’d classify that as log noise.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Accepted Answer

Since iOS 17 and Xcode 15, the following warning appears in Xcode when debugging on device:

I’d classify that as log noise.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Xcode 15 Warning nw_parameters_set_source_application_by_bundle_id_internal
 
 
Q