After upgrading to Xcode 12.5 and iOS 14.5, I can no longer debug my app on my local physical device.
I get the below error.
I searched and cannot find any answers.
How do I fixed this?
Details
Unable to install "MyApp"
Domain: com.apple.dt.MobileDeviceErrorDomain
Code: -402620375
Domain: com.apple.dt.MobileDeviceErrorDomain
Code: -402620375
User Info: {
DVTRadarComponentKey = 261622;
MobileDeviceErrorCode = "(0xE8008029)";
"com.apple.dtdevicekit.stacktrace" = (
0 DTDeviceKitBase 0x000000011edd83b8 DTDKCreateNSErrorFromAMDErrorCode + 220
1 DTDeviceKitBase 0x000000011ee16ae1 __90-[DTDKMobileDeviceToken installApplicationBundleAtPath:withOptions:andError:withCallback:]_block_invoke + 155
2 DVTFoundation 0x0000000107881b7c DVTInvokeWithStrongOwnership + 71
3 DTDeviceKitBase 0x000000011ee16822 -[DTDKMobileDeviceToken installApplicationBundleAtPath:withOptions:andError:withCallback:] + 1440
4 IDEiOSSupportCore 0x000000011eccf999 __118-[DVTiOSDevice(DVTiPhoneApplicationInstallation) processAppInstallSet:appUninstallSet:installOptions:completionBlock:]_block_invoke.294 + 3534
5 DVTFoundation 0x00000001079b4931 __DVT_CALLING_CLIENT_BLOCK__ + 7
6 DVTFoundation 0x00000001079b655b __DVTDispatchAsync_block_invoke + 1191
7 libdispatch.dylib 0x00007fff20508603 _dispatch_call_block_and_release + 12
8 libdispatch.dylib 0x00007fff205097e6 _dispatch_client_callout + 8
9 libdispatch.dylib 0x00007fff2050f5ca _dispatch_lane_serial_drain + 606
10 libdispatch.dylib 0x00007fff2051008d _dispatch_lane_invoke + 366
11 libdispatch.dylib 0x00007fff20519bed _dispatch_workloop_worker_thread + 811
12 libsystem_pthread.dylib 0x00007fff206b04c0 _pthread_wqthread + 314
13 libsystem_pthread.dylib 0x00007fff206af493 start_wqthread + 15
);
}
System Information
macOS Version 11.3 (Build 20E232)
Xcode 12.5 (18205) (Build 12E262)
Timestamp: 2021-04-29T22:41:18-04:00
I get the below error.
I searched and cannot find any answers.
How do I fixed this?
Details
Unable to install "MyApp"
Domain: com.apple.dt.MobileDeviceErrorDomain
Code: -402620375
-
Domain: com.apple.dt.MobileDeviceErrorDomain
Code: -402620375
User Info: {
DVTRadarComponentKey = 261622;
MobileDeviceErrorCode = "(0xE8008029)";
"com.apple.dtdevicekit.stacktrace" = (
0 DTDeviceKitBase 0x000000011edd83b8 DTDKCreateNSErrorFromAMDErrorCode + 220
1 DTDeviceKitBase 0x000000011ee16ae1 __90-[DTDKMobileDeviceToken installApplicationBundleAtPath:withOptions:andError:withCallback:]_block_invoke + 155
2 DVTFoundation 0x0000000107881b7c DVTInvokeWithStrongOwnership + 71
3 DTDeviceKitBase 0x000000011ee16822 -[DTDKMobileDeviceToken installApplicationBundleAtPath:withOptions:andError:withCallback:] + 1440
4 IDEiOSSupportCore 0x000000011eccf999 __118-[DVTiOSDevice(DVTiPhoneApplicationInstallation) processAppInstallSet:appUninstallSet:installOptions:completionBlock:]_block_invoke.294 + 3534
5 DVTFoundation 0x00000001079b4931 __DVT_CALLING_CLIENT_BLOCK__ + 7
6 DVTFoundation 0x00000001079b655b __DVTDispatchAsync_block_invoke + 1191
7 libdispatch.dylib 0x00007fff20508603 _dispatch_call_block_and_release + 12
8 libdispatch.dylib 0x00007fff205097e6 _dispatch_client_callout + 8
9 libdispatch.dylib 0x00007fff2050f5ca _dispatch_lane_serial_drain + 606
10 libdispatch.dylib 0x00007fff2051008d _dispatch_lane_invoke + 366
11 libdispatch.dylib 0x00007fff20519bed _dispatch_workloop_worker_thread + 811
12 libsystem_pthread.dylib 0x00007fff206b04c0 _pthread_wqthread + 314
13 libsystem_pthread.dylib 0x00007fff206af493 start_wqthread + 15
);
}
-
System Information
macOS Version 11.3 (Build 20E232)
Xcode 12.5 (18205) (Build 12E262)
Timestamp: 2021-04-29T22:41:18-04:00