运行程序突然遇到的问题

一 、运行程序的时候突然出现这个问题,程序启动不起来,提示

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是自己用户名)

删除所有内容

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)选中你新添加的工程运行即可

你可能感兴趣的:(运行程序突然遇到的问题)