xcode报错无法安装“com.swift.hong”The identity used to sign the executable is no longer valid.

无法安装此App,因为无法验证其完整性。 Failed to verify code signature of /var/db/appinstalld/Library/Caches/com.apple.mobile.installd.staging/temp.PpeMFj/extracted/SwiftBook.app : 0xe8008018 (The identity used to sign the executable is no longer valid.)

问题原因

应该是你的账户的开发者验证失败或者是Bundle id和别人的重复了

解决办法

换一个Bundle Id就该就可以了,然后重新运行,会让你输入密码,重新访问生成一个钥匙串就好了:

详细报错:

无法安装"hado.com.swift.hong.shu.SwiftBook"

Domain: IDEInstallLocalMacService

Code: 14

Failure Reason: 无法安装此App,因为无法验证其完整性。

Recovery Suggestion: Failed to verify code signature of /var/db/appinstalld/Library/Caches/com.apple.mobile.installd.staging/temp.IOGOa3/extracted/SwiftBook.app : 0xe8008018 (The identity used to sign the executable is no longer valid.)

User Info: {

DVTErrorCreationDateKey = "2024-07-11 12:54:26 +0000";

IDERunOperationFailingWorker = IDEInstallLocalMacWorker;

}

--

无法安装"hado.com.swift.hong.shu.SwiftBook"

Domain: IDEInstallLocalMacService

Code: 14

Failure Reason: 无法安装此App,因为无法验证其完整性。

Recovery Suggestion: Failed to verify code signature of /var/db/appinstalld/Library/Caches/com.apple.mobile.installd.staging/temp.IOGOa3/extracted/SwiftBook.app : 0xe8008018 (The identity used to sign the executable is no longer valid.)

User Info: {

IDERunOperationFailingWorker = IDEInstallLocalMacWorker;

}

--

Event Metadata: com.apple.dt.IDERunOperationWorkerFinished : {

"device_model" = "Mac15,12";

"device_osBuild" = "14.3 (23D2057)";

"device_platform" = "com.apple.platform.macosx";

"dvt_coredevice_version" = "355.28";

"dvt_mobiledevice_version" = "1643.100.60";

"launchSession_schemeCommand" = Run;

"launchSession_state" = 1;

"launchSession_targetArch" = arm64;

"operation_duration_ms" = 189;

"operation_errorCode" = 14;

"operation_errorDomain" = IDEInstallLocalMacService;

"operation_errorWorker" = IDEInstallLocalMacWorker;

"operation_name" = IDERunOperationWorkerGroup;

"param_debugger_attachToExtensions" = 0;

"param_debugger_attachToXPC" = 1;

"param_debugger_type" = 3;

"param_destination_isProxy" = 0;

"param_destination_platform" = "com.apple.platform.macosx";

"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" = 99;

"param_launcher_substyle" = 8192;

"param_runnable_appExtensionHostRunMode" = 0;

"param_runnable_productType" = "com.apple.product-type.application";

"param_structuredConsoleMode" = 1;

"param_testing_launchedForTesting" = 0;

"param_testing_suppressSimulatorApp" = 0;

"param_testing_usingCLI" = 0;

"sdk_canonicalName" = "iphoneos17.5";

"sdk_osVersion" = "17.5";

"sdk_variant" = iphoneos;

相关推荐
陈皮话梅糖@6 小时前
iOS 集成ffmpeg
ios·ffmpeg
幽夜落雨7 小时前
ios老版本应用安装方法
ios
胖虎114 小时前
实现 iOS 自定义高斯模糊文字效果的 UILabel(文末有Demo)
ios·高斯模糊文字·模糊文字
_可乐无糖2 天前
Appium 检查安装的驱动
android·ui·ios·appium·自动化
胖虎12 天前
iOS 网络请求: Alamofire 结合 ObjectMapper 实现自动解析
ios·alamofire·objectmapper·网络请求自动解析·数据自动解析模型
开发者如是说3 天前
破茧英语路:我的经验与自研软件
ios·创业·推广
假装自己很用心3 天前
iOS 内购接入StoreKit2 及低与iOS 15 版本StoreKit 1 兼容方案实现
ios·swift·storekit·storekit2
iOS阿玮3 天前
“小红书”海外版正式更名“ rednote”,突然爆红的背后带给开发者哪些思考?
ios·app·apple
刘小哈哈哈3 天前
iOS UIScrollView的一个特性
macos·ios·cocoa
忆江南的博客4 天前
iOS 性能优化:实战案例分享
ios