错误标题: The request to open com.myDomain.MyApp failed 错误细节: The request was denied by service delegate (SBMainWorkspace) for reason: unspecified 解决方法:点击模拟器前面的工程 -> Edit Scheme -> Info -> Executable -> 将MyApp.app换成Ask on launch
这个bug是在更新了Xcode后,运行项目时出现的。。。。。。。。
具体原因,不明,搜罗了一些方法
一 、运行程序的时候突然出现这个问题,程序启动不起来,提示
The request was denied by service delegate (SBMainWorkspace) for reason: Security ("Entitlement "com.apple.frontboard.debugapplications" required to launch applications for debugging").
解决办法:
1.打开Finder,然后同时按住command+shift+g,输入:
/Users/xx/资源库/Developer/CoreSimulator/Devices/ (xx是自己用户名)
ps:也就是点击前往--->前往文件夹,输入/Users/xx/资源库/Developer/CoreSimulator/Devices/
删除所有内容
2.重新启动Xcode和模拟器即可
二、启动成程序时碰到这样的问题:
The request was denied by service delegate (SBMainWorkspace) for reason: Unspecified.
解决办法:
1.点击工程 -> Product -> Scheme -> New Scheme -> Target选择第一个Name重新添加一个工程到模拟器
2.点击工程 -> Product -> Scheme ->Manage Schemes (如果你完成第一步就会有两个工程,将以前的删除掉)删除方法是选中不要的工程,点击左下方的“-”号
3.选中你新添加的工程运行即可
网友评论