Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xcode 13 - No code signature found. #1101

Open
ycwjjjj opened this issue Dec 19, 2022 · 0 comments
Open

Xcode 13 - No code signature found. #1101

ycwjjjj opened this issue Dec 19, 2022 · 0 comments

Comments

@ycwjjjj
Copy link

ycwjjjj commented Dec 19, 2022

Hi all,

I encounter No code signature found when building into a real device after upgrading Xcode to v13.X.
Anyone encountered the same for SVProgressHUD?
Google it a lot and long time but still be failed to resume yet.
How can resolve it?

Thanks
Jerry

0x16b577000 +[MICodeSigningVerifier _validateSignatureAndCopyInfoForURL:withOptions:error:]: 78: Failed to verify code signature of /var/installd/Library/Caches/com.apple.mobile.installd.staging/temp.DM/extracted/XXXX.app/Frameworks/SVProgressHUD.framework : 0xe800801c (No code signature found.)

Unable to install "XXXXX"
Domain: com.apple.dt.MobileDeviceErrorDomain
Code: -402620388
User Info: {
DVTErrorCreationDateKey = "2022-10-31 07:37:40 +0000";
IDERunOperationFailingWorker = IDEInstalliPhoneLauncher;
}

No code signature found.
Domain: com.apple.dt.MobileDeviceErrorDomain
Code: -402620388
User Info: {
DVTRadarComponentKey = 364477;
MobileDeviceErrorCode = "(0xE800801C)";
"com.apple.dtdevicekit.stacktrace" = (
0 DTDeviceKitBase 0x0000000113667c90 DTDKCreateNSErrorFromAMDErrorCode + 235
1 DTDeviceKitBase 0x00000001136a42ee __90-[DTDKMobileDeviceToken installApplicationBundleAtPath:withOptions:andError:withCallback:]_block_invoke + 155
2 DVTFoundation 0x0000000105b301c9 DVTInvokeWithStrongOwnership + 71
3 DTDeviceKitBase 0x00000001136a4016 -[DTDKMobileDeviceToken installApplicationBundleAtPath:withOptions:andError:withCallback:] + 1409
4 IDEiOSSupportCore 0x0000000110012888 __118-[DVTiOSDevice(DVTiPhoneApplicationInstallation) processAppInstallSet:appUninstallSet:installOptions:completionBlock:]_block_invoke.301 + 3520
5 DVTFoundation 0x0000000105c65769 DVT_CALLING_CLIENT_BLOCK + 7
6 DVTFoundation 0x0000000105c6627d __DVTDispatchAsync_block_invoke + 196
7 libdispatch.dylib 0x00007ff80944d7fb _dispatch_call_block_and_release + 12
8 libdispatch.dylib 0x00007ff80944ea44 _dispatch_client_callout + 8
9 libdispatch.dylib 0x00007ff809454ac4 _dispatch_lane_serial_drain + 694
10 libdispatch.dylib 0x00007ff8094555b4 _dispatch_lane_invoke + 366
11 libdispatch.dylib 0x00007ff80945fad7 _dispatch_workloop_worker_thread + 762
12 libsystem_pthread.dylib 0x00007ff8095cace3 _pthread_wqthread + 326
13 libsystem_pthread.dylib 0x00007ff8095c9c67 start_wqthread + 15
);
}

Analytics Event: com.apple.dt.IDERunOperationWorkerFinished : {
"device_model" = "iPhone11,8";
"device_osBuild" = "12.0.1 (16A405)";
"device_platform" = "com.apple.platform.iphoneos";
"launchSession_schemeCommand" = Run;
"launchSession_state" = 1;
"launchSession_targetArch" = arm64;
"operation_duration_ms" = 8272;
"operation_errorCode" = "-402620388";
"operation_errorDomain" = "com.apple.dt.MobileDeviceErrorDomain";
"operation_errorWorker" = IDEInstalliPhoneLauncher;
"operation_name" = IDEDomain: com.apple.dt.MobileDeviceErrorDomain
Code: -402620388
User Info: {
DVTErrorCreationDateKey = "2022-12-19 09:38:19 +0000";
IDERunOperationFailingWorker = IDEInstalliPhoneLauncher;
}

No code signature found.
Domain: com.apple.dt.MobileDeviceErrorDomain
Code: -402620388
User Info: {
DVTRadarComponentKey = 364477;
MobileDeviceErrorCode = "(0xE800801C)";
"com.apple.dtdevicekit.stacktrace" = (
0 DTDeviceKitBase 0x0000000119f42c90 DTDKCreateNSErrorFromAMDErrorCode + 235
1 DTDeviceKitBase 0x0000000119f7f2ee __90-[DTDKMobileDeviceToken installApplicationBundleAtPath:withOptions:andError:withCallback:]_block_invoke + 155
2 DVTFoundation 0x0000000111557e01 DVTInvokeWithStrongOwnership + 71
3 DTDeviceKitBase 0x0000000119f7f016 -[DTDKMobileDeviceToken installApplicationBundleAtPath:withOptions:andError:withCallback:] + 1409
4 IDEiOSSupportCore 0x0000000119e567a0 __118-[DVTiOSDevice(DVTiPhoneApplicationInstallation) processAppInstallSet:appUninstallSet:installOptions:completionBlock:]_block_invoke.301 + 3520
5 DVTFoundation 0x000000011168da09 DVT_CALLING_CLIENT_BLOCK + 7
6 DVTFoundation 0x000000011168e51d __DVTDispatchAsync_block_invoke + 196
7 libdispatch.dylib 0x00007ff8112ee7fb _dispatch_call_block_and_release + 12
8 libdispatch.dylib 0x00007ff8112efa44 _dispatch_client_callout + 8
9 libdispatch.dylib 0x00007ff8112f5ac4 _dispatch_lane_serial_drain + 694
10 libdispatch.dylib 0x00007ff8112f65b4 _dispatch_lane_invoke + 366
11 libdispatch.dylib 0x00007ff811300ad7 _dispatch_workloop_worker_thread + 762
12 libsystem_pthread.dylib 0x00007ff81146bce3 _pthread_wqthread + 326
13 libsystem_pthread.dylib 0x00007ff81146ac67 start_wqthread + 15
);
}

Analytics Event: com.apple.dt.IDERunOperationWorkerFinished : {
"device_model" = "iPhone15,2";
"device_osBuild" = "16.0.2 (20A380)";
"device_platform" = "com.apple.platform.iphoneos";
"launchSession_schemeCommand" = Run;
"launchSession_state" = 1;
"launchSession_targetArch" = arm64;
"operation_duration_ms" = 7155;
"operation_errorCode" = "-402620388";
"operation_errorDomain" = "com.apple.dt.MobileDeviceErrorDomain";
"operation_errorWorker" = IDEInstalliPhoneLauncher;
"operation_name" = IDEiPhoneRunOperationWorkerGroup;
"param_consoleMode" = 0;
"param_debugger_attachToExtensions" = 0;
"param_debugger_attachToXPC" = 1;
"param_debugger_type" = 5;
"param_destination_isProxy" = 0;
"param_destination_platform" = "com.apple.platform.iphoneos";
"param_diag_MainThreadChecker_stopOnIssue" = 0;
"param_diag_MallocStackLogging_enableDuringAttach" = 0;
"param_diag_MallocStackLogging_enableForXPC" = 1;
"param_diag_allowLocationSimulation" = 1;
"param_diag_checker_tpc_enable" = 1;
"param_diag_gpu_frameCapture_enable" = 0;
"param_diag_gpu_shaderValidation_enable" = 0;
"param_diag_gpu_validation_enable" = 0;
"param_diag_memoryGraphOnResourceException" = 0;
"param_diag_queueDebugging_enable" = 1;
"param_diag_runtimeProfile_generate" = 0;
"param_diag_sanitizer_asan_enable" = 0;
"param_diag_sanitizer_tsan_enable" = 0;
"param_diag_sanitizer_tsan_stopOnIssue" = 0;
"param_diag_sanitizer_ubsan_stopOnIssue" = 0;
"param_diag_showNonLocalizedStrings" = 0;
"param_diag_viewDebugging_enabled" = 1;
"param_diag_viewDebugging_insertDylibOnLaunch" = 1;
"param_install_style" = 0;
"param_launcher_UID" = 2;
"param_launcher_allowDeviceSensorReplayData" = 0;
"param_launcher_kind" = 0;
"param_launcher_style" = 0;
"param_launcher_substyle" = 0;
"param_runnable_appExtensionHostRunMode" = 0;
"param_runnable_productType" = "com.apple.product-type.application";
"param_runnable_type" = 2;
"param_testing_launchedForTesting" = 0;
"param_testing_suppressSimulatorApp" = 0;
"param_testing_usingCLI" = 0;
"sdk_canonicalName" = "iphoneos16.2";
"sdk_osVersion" = "16.2";
"sdk_variant" = iphoneos;
}

System Information

macOS Version 13.1 (Build 22C65)
Xcode 14.2 (21534) (Build 14C18)
Timestamp: 2022-12-19T17:38:19+08:00

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant