Project reactnative error launch iOS Could not inspect the application package - ios

Certificate is ok, i'm not having latin characters, i didn't add any new ressources or folder, it has been working for days and today it's stopped i'm getting this error before installing on ipad:
Unable to install "myApplication"
Domain: com.apple.dt.MobileDeviceErrorDomain
Code: -402653103
--
Could not inspect the application package.
Domain: com.apple.dt.MobileDeviceErrorDomain
Code: -402653103
User Info: {
DVTRadarComponentKey = 282703;
MobileDeviceErrorCode = "(0xE8000051)";
"com.apple.dtdevicekit.stacktrace" = (
0 DTDeviceKitBase 0x0000000128f893b8 DTDKCreateNSErrorFromAMDErrorCode + 220
1 DTDeviceKitBase 0x0000000128fc7ae1 __90-[DTDKMobileDeviceToken installApplicationBundleAtPath:withOptions:andError:withCallback:]_block_invoke + 155
2 DVTFoundation 0x000000010f5d1b7c DVTInvokeWithStrongOwnership + 71
3 DTDeviceKitBase 0x0000000128fc7822 -[DTDKMobileDeviceToken installApplicationBundleAtPath:withOptions:andError:withCallback:] + 1440
4 IDEiOSSupportCore 0x0000000128e38999 __118-[DVTiOSDevice(DVTiPhoneApplicationInstallation) processAppInstallSet:appUninstallSet:installOptions:completionBlock:]_block_invoke.294 + 3534
5 DVTFoundation 0x000000010f704931 __DVT_CALLING_CLIENT_BLOCK__ + 7
6 DVTFoundation 0x000000010f70655b __DVTDispatchAsync_block_invoke + 1191
7 libdispatch.dylib 0x00007fff20506603 _dispatch_call_block_and_release + 12
8 libdispatch.dylib 0x00007fff205077e6 _dispatch_client_callout + 8
9 libdispatch.dylib 0x00007fff2050d5ca _dispatch_lane_serial_drain + 606
10 libdispatch.dylib 0x00007fff2050e08d _dispatch_lane_invoke + 366
11 libdispatch.dylib 0x00007fff20517bed _dispatch_workloop_worker_thread + 811
12 libsystem_pthread.dylib 0x00007fff206ae4c0 _pthread_wqthread + 314
13 libsystem_pthread.dylib 0x00007fff206ad493 start_wqthread + 15
);
}
--
System Information
macOS Version 11.3.1 (Build 20E241)
Xcode 12.5 (18205) (Build 12E262)
Timestamp: 2021-09-29T18:22:35+02:00
Any help will be appreciated

Related

Unable to install "<app_name>" Domain: com.apple.dtdevicekit Code: -402620375

I'm running a sample project on Xcode 11.3.1, MacOS 10.14.5.
When I try to debug my app on an iPhone 6s, iOS 15.3.1, with extra support file installed for iOS 15.3, I got 'Unable to install "<app_name>"' dialog with following details.
Details
Unable to install "BtSoundTest"
Domain: com.apple.dtdevicekit
Code: -402620375
--
App installation failed
Domain: com.apple.dtdevicekit
Code: -402620375
Failure Reason: An unexpected error was encountered (0xE8008029)
User Info: {
DVTRadarComponentKey = 487927;
"com.apple.dtdevicekit.stacktrace" = (
0 DTDeviceKitBase 0x000000011b60e6e7 DTDKCreateNSError + 109
1 DTDeviceKitBase 0x000000011b60ede9 DTDK_AMDErrorToNSError + 792
2 DTDeviceKitBase 0x000000011b64e56a __90-[DTDKMobileDeviceToken installApplicationBundleAtPath:withOptions:andError:withCallback:]_block_invoke + 164
3 DVTFoundation 0x000000010179cc12 DVTInvokeWithStrongOwnership + 73
4 DTDeviceKitBase 0x000000011b64e301 -[DTDKMobileDeviceToken installApplicationBundleAtPath:withOptions:andError:withCallback:] + 1589
5 IDEiOSSupportCore 0x000000011b4d6a25 __118-[DVTiOSDevice(DVTiPhoneApplicationInstallation) processAppInstallSet:appUninstallSet:installOptions:completionBlock:]_block_invoke.352 + 4523
6 DVTFoundation 0x00000001018cde7a __DVT_CALLING_CLIENT_BLOCK__ + 7
7 DVTFoundation 0x00000001018cf552 __DVTDispatchAsync_block_invoke + 809
8 libdispatch.dylib 0x00007fff578265f8 _dispatch_call_block_and_release + 12
9 libdispatch.dylib 0x00007fff5782763d _dispatch_client_callout + 8
10 libdispatch.dylib 0x00007fff5782d8e0 _dispatch_lane_serial_drain + 602
11 libdispatch.dylib 0x00007fff5782e396 _dispatch_lane_invoke + 385
12 libdispatch.dylib 0x00007fff578366ed _dispatch_workloop_worker_thread + 598
13 libsystem_pthread.dylib 0x00007fff57a67611 _pthread_wqthread + 421
14 libsystem_pthread.dylib 0x00007fff57a673fd start_wqthread + 13
);
}
--

Could not inspect the application package. Domain: com.apple.dt.MobileDeviceErrorDomain Code: -402653103

I have this error installing app on simulator or physical device. I tried delete Derived data and clean folder but not work. Here's the detail log.
can someone help me?
Thank you!!!
Details
Unable to install "Mr3-dashboard"
Domain: com.apple.dt.MobileDeviceErrorDomain
Code: -402653103
--
Could not inspect the application package.
Domain: com.apple.dt.MobileDeviceErrorDomain
Code: -402653103
User Info: {
DVTRadarComponentKey = 282703;
MobileDeviceErrorCode = "(0xE8000051)";
"com.apple.dtdevicekit.stacktrace" = (
0 DTDeviceKitBase 0x000000013935c3b8 DTDKCreateNSErrorFromAMDErrorCode + 220
1 DTDeviceKitBase 0x000000013939aae1 __90-[DTDKMobileDeviceToken installApplicationBundleAtPath:withOptions:andError:withCallback:]_block_invoke + 155
2 DVTFoundation 0x000000010d47ebac DVTInvokeWithStrongOwnership + 71
3 DTDeviceKitBase 0x000000013939a822 -[DTDKMobileDeviceToken installApplicationBundleAtPath:withOptions:andError:withCallback:] + 1440
4 IDEiOSSupportCore 0x000000013904e999 __118-[DVTiOSDevice(DVTiPhoneApplicationInstallation) processAppInstallSet:appUninstallSet:installOptions:completionBlock:]_block_invoke.294 + 3534
5 DVTFoundation 0x000000010d5b1921 __DVT_CALLING_CLIENT_BLOCK__ + 7
6 DVTFoundation 0x000000010d5b354b __DVTDispatchAsync_block_invoke + 1191
7 libdispatch.dylib 0x00007fff20283623 _dispatch_call_block_and_release + 12
8 libdispatch.dylib 0x00007fff20284806 _dispatch_client_callout + 8
9 libdispatch.dylib 0x00007fff2028a5ea _dispatch_lane_serial_drain + 606
10 libdispatch.dylib 0x00007fff2028b0ad _dispatch_lane_invoke + 366
11 libdispatch.dylib 0x00007fff20294c0d _dispatch_workloop_worker_thread + 811
12 libsystem_pthread.dylib 0x00007fff2042b45d _pthread_wqthread + 314
13 libsystem_pthread.dylib 0x00007fff2042a42f start_wqthread + 15
);
}
--
System Information
macOS Version 11.6 (Build 20G165)
Xcode 12.5.1 (18212) (Build 12E507)
Timestamp: 2021-10-12T17:08:01+08:00
My problem solved by deleting google-cast SDK. So I think this error occurs because of 3rd party SDK.

Xcode 12.4 not installing app on iPhone running iOS14.4

iOS13.5.1 is OK. But iOS14.4 not installing...
macOS Version 10.15.7 (Build )
Xcode 12.4 (17801) (Build )
iOS 14.4
Unable to install "MyApp"
Domain: com.apple.dt.MobileDeviceErrorDomain
Code: -402653081
--
There was an internal API error.
Domain: com.apple.dt.MobileDeviceErrorDomain
Code: -402653081
User Info: {
DVTRadarComponentKey = 261622;
MobileDeviceErrorCode = "(0xE8000067)";
"com.apple.dtdevicekit.stacktrace" = (
0 DTDeviceKitBase 0x000000012a70cc8f DTDKCreateNSErrorFromAMDErrorCode + 220
1 DTDeviceKitBase 0x000000012a74b241 __90-[DTDKMobileDeviceToken installApplicationBundleAtPath:withOptions:andError:withCallback:]_block_invoke + 155
2 DVTFoundation 0x000000010d81a64b DVTInvokeWithStrongOwnership + 71
3 DTDeviceKitBase 0x000000012a74af82 -[DTDKMobileDeviceToken installApplicationBundleAtPath:withOptions:andError:withCallback:] + 1440
4 IDEiOSSupportCore 0x000000012a5bba10 __118-[DVTiOSDevice(DVTiPhoneApplicationInstallation) processAppInstallSet:appUninstallSet:installOptions:completionBlock:]_block_invoke.292 + 3513
5 DVTFoundation 0x000000010d94917e __DVT_CALLING_CLIENT_BLOCK__ + 7
6 DVTFoundation 0x000000010d94ada0 __DVTDispatchAsync_block_invoke + 1191
7 libdispatch.dylib 0x00007fff735766c4 _dispatch_call_block_and_release + 12
8 libdispatch.dylib 0x00007fff73577658 _dispatch_client_callout + 8
9 libdispatch.dylib 0x00007fff7357cc44 _dispatch_lane_serial_drain + 597
10 libdispatch.dylib 0x00007fff7357d5d6 _dispatch_lane_invoke + 363
11 libdispatch.dylib 0x00007fff73586c09 _dispatch_workloop_worker_thread + 596
12 libsystem_pthread.dylib 0x00007fff737d1a3d _pthread_wqthread + 290
13 libsystem_pthread.dylib 0x00007fff737d0b77 start_wqthread + 15
);
}
--
System Information
Please...

Unable to install "App" Xcode Version 11.6 beta

gives an error when connecting a second iPhone, details of the error are presented below.
I also tried to fix the error by the answers in another discussion: https://apple.stackexchange.com/questions/242678/xcode-error-the-maximum-number-of-apps-for-free-development-profiles-has-been-re
did not help
Details
Unable to install "App"
Domain: com.apple.dt.MobileDeviceErrorDomain
Code: -402620383
--
The maximum number of apps for free development profiles has been reached.
Domain: com.apple.dt.MobileDeviceErrorDomain
Code: -402620383
User Info: {
DVTRadarComponentKey = 487925;
MobileDeviceErrorCode = "(0xE8008021)";
"com.apple.dtdevicekit.stacktrace" = (
0 DTDeviceKitBase 0x00000001276e481a DTDKCreateNSErrorFromAMDErrorCode + 233
1 DTDeviceKitBase 0x0000000127725f70 __90-[DTDKMobileDeviceToken installApplicationBundleAtPath:withOptions:andError:withCallback:]_block_invoke + 155
2 DVTFoundation 0x000000010e3faf25 DVTInvokeWithStrongOwnership + 73
3 DTDeviceKitBase 0x0000000127725ca8 -[DTDKMobileDeviceToken installApplicationBundleAtPath:withOptions:andError:withCallback:] + 1654
4 IDEiOSSupportCore 0x000000012759ce91 __118-[DVTiOSDevice(DVTiPhoneApplicationInstallation) processAppInstallSet:appUninstallSet:installOptions:completionBlock:]_block_invoke.352 + 4165
5 DVTFoundation 0x000000010e52e5c4 __DVT_CALLING_CLIENT_BLOCK__ + 7
6 DVTFoundation 0x000000010e530206 __DVTDispatchAsync_block_invoke + 1194
7 libdispatch.dylib 0x00007fff6db806c4 _dispatch_call_block_and_release + 12
8 libdispatch.dylib 0x00007fff6db81658 _dispatch_client_callout + 8
9 libdispatch.dylib 0x00007fff6db86c44 _dispatch_lane_serial_drain + 597
10 libdispatch.dylib 0x00007fff6db875d6 _dispatch_lane_invoke + 363
11 libdispatch.dylib 0x00007fff6db90c09 _dispatch_workloop_worker_thread + 596
12 libsystem_pthread.dylib 0x00007fff6dddba3d _pthread_wqthread + 290
13 libsystem_pthread.dylib 0x00007fff6dddab77 start_wqthread + 15
);
}
--
I had that error 1 time, restart my Mac and in XCode I entered my Apple account again and the error disappeared.
Or maybe you can make another account and use it, sometimes xcode goes crazy, it has worked for me to close it and restart it, I hope it helps you.

Application installation failed. Could not inspect application package

Details from Xcode
The title explains everything after I build I get the message, "Application installation failed" in the details, it shows the reason "Could not inspect the application package." I don't know what this means. I am new to Xcode.
Details
Unable to install "BBPlayer" Domain: com.apple.dtdevicekit Code:
-402653103
-- App installation failed Domain: com.apple.dtdevicekit Code: -402653103 Failure Reason: Could not inspect the application package. User Info: {
DVTRadarComponentKey = 487927;
"com.apple.dtdevicekit.stacktrace" = ( 0 DTDeviceKitBase 0x000000011a2c16e7 DTDKCreateNSError + 109 1 DTDeviceKitBase
0x000000011a2c1de9 DTDK_AMDErrorToNSError + 792 2 DTDeviceKitBase
0x000000011a30156a 90-[DTDKMobileDeviceToken
installApplicationBundleAtPath:withOptions:andError:withCallback:]_block_invoke
+ 164 3 DVTFoundation 0x00000001020ad156 DVTInvokeWithStrongOwnership + 73 4 DTDeviceKitBase
0x000000011a301301 -[DTDKMobileDeviceToken
installApplicationBundleAtPath:withOptions:andError:withCallback:] +
1589 5 IDEiOSSupportCore 0x000000011a189a25
__118-[DVTiOSDevice(DVTiPhoneApplicationInstallation) processAppInstallSet:appUninstallSet:installOptions:completionBlock:]_block_invoke.352
+ 4523 6 DVTFoundation 0x00000001021de3ba __DVT_CALLING_CLIENT_BLOCK + 7 7 DVTFoundation 0x00000001021dfa92 __DVTDispatchAsync_block_invoke + 809 8
libdispatch.dylib 0x00007fff6f96c583
_dispatch_call_block_and_release + 12 9 libdispatch.dylib 0x00007fff6f96d50e _dispatch_client_callout + 8 10 libdispatch.dylib
0x00007fff6f972ace _dispatch_lane_serial_drain + 597 11
libdispatch.dylib 0x00007fff6f973452
_dispatch_lane_invoke + 363 12 libdispatch.dylib 0x00007fff6f97ca9e _dispatch_workloop_worker_thread + 598 13
libsystem_pthread.dylib 0x00007fff6fbc671b
_pthread_wqthread + 290 14 libsystem_pthread.dylib 0x00007fff6fbc657b start_wqthread + 15 ); }
Please try to find a detailed error description in the device Console.
Xcode->Window->Device and Simulators->select your device->Open Console
You can filter or search installd process messages.

Resources