xcode 8 error denied by service delegate (SBMainWorkspace)

后端 未结 13 1217
忘掉有多难
忘掉有多难 2020-12-02 14:01

Trying to run a build on simulator and I get this error:

The request to open "com.companyname.appname" failed.

The request was denied by

相关标签:
13条回答
  • 2020-12-02 14:20

    For me, the problem seems to be related to my being a bit too hasty to remove some red-hilighted Pod frameworks. I thought they were missing, but the entitlement error started immediately after I removed them. The error persisted until I ran pod install to reinstate the deleted Pod frameworks.

    0 讨论(0)
  • 2020-12-02 14:21

    In case anyone is wondering what is meant by "empty settings" that should be unchecked as mentioned in the answer of maricle and in the comment of Vinayak GH At least that is what caused the problem for me.

    0 讨论(0)
  • 2020-12-02 14:21

    I have suffered from this problem for a couple days. Basically I have tried every way which can be found on the internet but none of those was helpful indeed. I even reinstalled Xcode two times (Xcode 8.3.2 8E2002, simulator iOS 10.3 14E269). And of course, there was nothing wrong with my project, scheme and empty settings.. everything seems normal. Finally I found that the best way to solve this is before you deploy your app to the simulator, you should clean your project (shift + cmd + K) and then you run again (cmd + R). This will solve your problem.

    0 讨论(0)
  • 2020-12-02 14:22

    restart simulator...

    That worked for me

    0 讨论(0)
  • 2020-12-02 14:24

    Uninstall (Delete) App from Simulator and run it again. works for me.

    0 讨论(0)
  • 2020-12-02 14:25

    I got this error when I use "/" character in target name. Fixed after deleting it.

    0 讨论(0)
提交回复
热议问题