xcode 8 error denied by service delegate (SBMainWorkspace)

后端 未结 13 1219
忘掉有多难
忘掉有多难 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:27

    The only thing that worked for me was:

    Simulator > Reset Content And Setting

    Then clean and run your project

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

    Build Setting > Combined > Linking > Mach - o - type change to executable

    This worked for me because I had changed that to static before.

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

    I followed all the other suggestions in here, and for me, it would fix if I restart Xcode and simulator, then it would work once. After that, the issue would start happening again until I did another restart.

    What fixed it for me was to delete the scheme and recreate it.

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

    Quitting the simulator and relaunching fixed this for me.

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

    check your scheme settings and make sure all empty settings are unchecked.

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

    Xcode 10: Erase All content on simulator > Quit Xcode > Reopen XCode & Rebuild worked for me

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