xcode 8 error denied by service delegate (SBMainWorkspace)

后端 未结 13 1257
忘掉有多难
忘掉有多难 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.

提交回复
热议问题