Xcode12.0 beta 3 Unable to install "MyApp" on iPhoneXs iOS14

I am use Xcode12.0 beta 3 to run "MyApp" on my iPhoneXs iOS14 Device,i got a error:

Details

Unable to install "MyApp"
Domain: com.apple.dt.MobileDeviceErrorDomain
Code: -402620375
  • -

An unexpected error was encountered (0xE8008029)
Domain: com.apple.dt.MobileDeviceErrorDomain
Code: -402620375
User Info: {
  DVTRadarComponentKey = 261622;
  MobileDeviceErrorCode = "(0xE8008029)";
  "com.apple.dtdevicekit.stacktrace" = (
0  DTDeviceKitBase           0x0000000127c6591f DTDKCreateNSErrorFromAMDErrorCode + 220
1  DTDeviceKitBase           0x0000000127ca4104 _90-[DTDKMobileDeviceToken installApplicationBundleAtPath:withOptions:andError:withCallback:]blockinvoke + 155
2  DVTFoundation            0x000000010bd4716f DVTInvokeWithStrongOwnership + 71
3  DTDeviceKitBase           0x0000000127ca3e45 -[DTDKMobileDeviceToken installApplicationBundleAtPath:withOptions:andError:withCallback:] + 1440
4  IDEiOSSupportCore          0x0000000127b14d4c
118-[DVTiOSDevice(DVTiPhoneApplicationInstallation) processAppInstallSet:appUninstallSet:installOptions:completionBlock:]blockinvoke.292 + 3513
5  DVTFoundation            0x000000010be7514b DVT
CALLINGCLIENTBLOCK + 7
6  DVTFoundation            0x000000010be76d6d _DVTDispatchAsyncblockinvoke + 1191
7  libdispatch.dylib          0x00007fff6e7f36c4
dispatchcallblockandrelease + 12
8  libdispatch.dylib          0x00007fff6e7f4658 dispatchclientcallout + 8
9  libdispatch.dylib          0x00007fff6e7f9c44
dispatchlaneserialdrain + 597
10 libdispatch.dylib          0x00007fff6e7fa5d6
dispatchlaneinvoke + 363
11 libdispatch.dylib          0x00007fff6e803c09 dispatchworkloopworkerthread + 596
12 libsystempthread.dylib       0x00007fff6ea4ea3d pthreadwqthread + 290
13 libsystem
pthread.dylib       0x00007fff6ea4db77 start_wqthread + 15
);
}
  • -


System Information

macOS Version 10.15.5 (Build 19F101)
Xcode 12.0 (17189.4)
Post not yet marked as solved Up vote post of jackdshi Down vote post of jackdshi
6.2k views
  • Facing this same issue; Getting this error while running on iOS version 15.0+. It works fine on the lower version of iOS. Build app is successful, but it did not install on a physical device. On the simulator, it works fine. Any solution for this?

    In Xcode 13+

Add a Comment

Replies

I am having the same problem. I was able to build the app in the latest Xcode 11, then open the project in Xcode 12 and build and install on the iPhone XS with iOS 14, but not a fresh build (clean build folder and build from scratch on Xcode 12). Same error and same code.


Xcode 12.0 Beta 3 (12A8169g)
macOS 10.15.6
The same problem is on Xcode12.0 beta 4. Xcode11 is work well.

Details

Unable to install "MyApp"
Domain: com.apple.dt.MobileDeviceErrorDomain
Code: -402620375
  • -

The code signature version is no longer supported.
Domain: com.apple.dt.MobileDeviceErrorDomain
Code: -402620375
User Info: {
  DVTRadarComponentKey = 261622;
  MobileDeviceErrorCode = "(0xE8008029)";
  "com.apple.dtdevicekit.stacktrace" = (
0  DTDeviceKitBase           0x000000011f3ce91f DTDKCreateNSErrorFromAMDErrorCode + 220
1  DTDeviceKitBase           0x000000011f40d104 _90-[DTDKMobileDeviceToken installApplicationBundleAtPath:withOptions:andError:withCallback:]blockinvoke + 155
2  DVTFoundation            0x000000010346f923 DVTInvokeWithStrongOwnership + 71
3  DTDeviceKitBase           0x000000011f40ce45 -[DTDKMobileDeviceToken installApplicationBundleAtPath:withOptions:andError:withCallback:] + 1440
4  IDEiOSSupportCore          0x000000011f27dd34
118-[DVTiOSDevice(DVTiPhoneApplicationInstallation) processAppInstallSet:appUninstallSet:installOptions:completionBlock:]blockinvoke.292 + 3513
5  DVTFoundation            0x000000010359d994 DVT
CALLINGCLIENTBLOCK + 7
6  DVTFoundation            0x000000010359f5b6 _DVTDispatchAsyncblockinvoke + 1191
7  libdispatch.dylib          0x00007fff6e7f36c4
dispatchcallblockandrelease + 12
8  libdispatch.dylib          0x00007fff6e7f4658 dispatchclientcallout + 8
9  libdispatch.dylib          0x00007fff6e7f9c44
dispatchlaneserialdrain + 597
10 libdispatch.dylib          0x00007fff6e7fa5d6
dispatchlaneinvoke + 363
11 libdispatch.dylib          0x00007fff6e803c09 dispatchworkloopworkerthread + 596
12 libsystempthread.dylib       0x00007fff6ea4ea3d pthreadwqthread + 290
13 libsystem
pthread.dylib       0x00007fff6ea4db77 start_wqthread + 15
);
}
  • -


System Information

macOS Version 10.15.5 (Build 19F101)
Xcode 12.0 (17200.1)


This is an ongoing issue. Same issue persists with Beta 4. Ticket is open.
Issue is still present in iOS 14 Beta 5 with Xcode 12 Beta 5. I am unable to build in Xcode 11 and run in Xcode 12.
I resolved this by removing the static embedded framework. Embedding without signing doesn't seem to work.
Same issue I have received in XCode 11.5

I have cleared derived data and restarted iPhone and it started working for me.

I hope this will works for you as well if same issue like me.

Xcode 12.5 has this too. I've noticed it only happens with one workspace. I've tried it two iOS devices. The other workspaces are fine. Interestingly this sometimes works, sometimes not. Neither cleaning nor deleting DerivedData files has any effect.

Getting this isn't a problem for me so much as the error message not pointing to ways to resolve it.

Look at your static frameworks (like CocoaPods) and change to "Do not embed"

Hi there,

Were you able to fix it? I'm having the exact same issue. CocoaPods with "Do not embed" won't help.

Thanks and regards, Alex