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?

Accepted Reply

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"

  • Thanks for the answer! Is there a possibility to hide these logs? Maybe an argument or so?

Add a Comment

Replies

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"

  • Thanks for the answer! Is there a possibility to hide these logs? Maybe an argument or so?

Add a Comment