App builds / installs fine on simulator, but when building to device an alert appears saying "Unable to install AppName".
This started happening after updating from Xcode 12 Beta 6 to the GM and the spm version from 6.31 to 6.32
Console Output from device:
0x16eea7000 +[MICodeSigningVerifier _validateSignatureAndCopyInfoForURL:withOptions:error:]: 77: Failed to verify code signature of /var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.KqUtwR/extracted/AppName.app/Frameworks/FIRAnalyticsConnector.framework : 0xe800801c (No code signature found.)
Xcode Details:
Unable to install "AppName"
Domain: com.apple.dt.MobileDeviceErrorDomain
Code: -402620388
--
No code signature found.
Domain: com.apple.dt.MobileDeviceErrorDomain
Code: -402620388
User Info: {
DVTRadarComponentKey = 261622;
MobileDeviceErrorCode = "(0xE800801C)";
"com.apple.dtdevicekit.stacktrace" = (
0 DTDeviceKitBase 0x000000011f5a893f DTDKCreateNSErrorFromAMDErrorCode + 220
1 DTDeviceKitBase 0x000000011f5e7124 __90-[DTDKMobileDeviceToken installApplicationBundleAtPath:withOptions:andError:withCallback:]_block_invoke + 155
2 DVTFoundation 0x0000000104590b53 DVTInvokeWithStrongOwnership + 71
3 DTDeviceKitBase 0x000000011f5e6e65 -[DTDKMobileDeviceToken installApplicationBundleAtPath:withOptions:andError:withCallback:] + 1440
4 IDEiOSSupportCore 0x000000011f49fd28 __118-[DVTiOSDevice(DVTiPhoneApplicationInstallation) processAppInstallSet:appUninstallSet:installOptions:completionBlock:]_block_invoke.292 + 3513
5 DVTFoundation 0x00000001046bf2ba __DVT_CALLING_CLIENT_BLOCK__ + 7
6 DVTFoundation 0x00000001046c0edc __DVTDispatchAsync_block_invoke + 1191
7 libdispatch.dylib 0x00007fff682816c4 _dispatch_call_block_and_release + 12
8 libdispatch.dylib 0x00007fff68282658 _dispatch_client_callout + 8
9 libdispatch.dylib 0x00007fff68287c44 _dispatch_lane_serial_drain + 597
10 libdispatch.dylib 0x00007fff682885d6 _dispatch_lane_invoke + 363
11 libdispatch.dylib 0x00007fff68291c09 _dispatch_workloop_worker_thread + 596
12 libsystem_pthread.dylib 0x00007fff684dca3d _pthread_wqthread + 290
13 libsystem_pthread.dylib 0x00007fff684dbb77 start_wqthread + 15
);
}
--
System Information
macOS Version 10.15.6 (Build 19G2021)
Xcode 12.0 (17219)
I found a few problems with this issue:
I have the same problem and I can't solve it, did someone find the solution please?
Duplicate of #6472. See the workaround at https://github.com/firebase/firebase-ios-sdk/issues/6472#issuecomment-694449182
@paulb777 Thanks!
Hi has this issue been fixed? would like to build the project today
Most helpful comment
I have the same problem and I can't solve it, did someone find the solution please?