美文网首页
Xcode:Could not launch domain ..

Xcode:Could not launch domain ..

作者: 夕若若 | 来源:发表于2020-11-23 17:15 被阅读0次

用个人免费账号真机调试时,app已经安装成功,在桌面能看到图标了,但无法启动,Xcode报错:

could not launch domain idedebugsessionerrordomain code 3 failure reason security

Details
Could not launch “JDEnterpriseIM” Domain: IDEDebugSessionErrorDomain
Code: 3
Failure Reason: Security
User Info: {     DVTRadarComponentKey = 855031;     RawLLDBErrorMessage = Security; }
--
System Information macOS Version 10.15.5 (Build 19F101) Xcode 12.2 (17535) (Build 12B45b)
Timestamp: 2020-11-23T17:03:25+08:00


分析可能是安全权限问题,解决办法:
设置 -> 通用 -> 描述文件,找到相应证书点击信任即可,和企业证书第一次安装一样的流程。

相关文章

网友评论

      本文标题:Xcode:Could not launch domain ..

      本文链接:https://www.haomeiwen.com/subject/ofeviktx.html