Maybe anyone know answer for this question.
I had been trying connect via network my iPhone 6s with Xcode 12.5.1 on MacBook M1 but that is not working and I see this message:
Failed to enable wireless functionality on the device.
Domain: com.apple.dtdevicekit
Code: 805
Recovery Suggestion: Please check the device connection and ensure that a passcode is set on the device.
User Info: {
AssociatedMobileDeviceFunction = DTDKEnableWireless;
DVTRadarComponentKey = 487927;
}
--
A passcode is required to be set on the device.
Domain: com.apple.dt.MobileDeviceErrorDomain
Code: -402652946
User Info: {
DVTRadarComponentKey = 261622;
MobileDeviceErrorCode = "(0xE80000EE)";
"com.apple.dtdevicekit.stacktrace" = (
0 DTDeviceKitBase 0x000000011b855e98 DTDKCreateNSErrorFromAMDErrorCode + 272
1 DTDeviceKitBase 0x000000011b88bf7c __39-[DTDKMobileDeviceToken enableWireless]_block_invoke_3 + 188
2 DVTFoundation 0x00000001050687fc __DVT_CALLING_CLIENT_BLOCK__ + 16
3 DVTFoundation 0x000000010506a220 __DVTDispatchAsync_block_invoke + 680
4 libdispatch.dylib 0x000000018cace128 _dispatch_call_block_and_release + 32
5 libdispatch.dylib 0x000000018cacfec0 _dispatch_client_callout + 20
6 libdispatch.dylib 0x000000018cad3398 _dispatch_continuation_pop + 448
7 libdispatch.dylib 0x000000018cad2a28 _dispatch_async_redirect_invoke + 592
8 libdispatch.dylib 0x000000018cae1684 _dispatch_root_queue_drain + 388
9 libdispatch.dylib 0x000000018cae1e90 _dispatch_worker_thread2 + 112
10 libsystem_pthread.dylib 0x000000018cc7b860 _pthread_wqthread + 216
11 libsystem_pthread.dylib 0x000000018cc7a5d4 start_wqthread + 8
);
}
--
System Information
macOS Version 11.5.1 (Build 20G80)
Xcode 12.5.1 (18212) (Build 12E507)
Timestamp: 2021-08-07T19:45:08+08:00
Also this is problem with my iPhone 5s and iPad 2 with latest iOS version.
Why through network debug mode is not working?
Best wishes.