Required code signature missing for a library

前端 未结 10 932
眼角桃花
眼角桃花 2020-12-14 06:55

I am using Swift 3.0 in Xcode 8 and facing this error when running my app. I have used third party library SlideMenuController.

When I run my app I encounter this er

10条回答
  •  渐次进展
    2020-12-14 07:27

    I am using the same library. Here is what I did to resolve the issue.

    Find the SlideMenuControllerSwift.framework in your project folder/pods folder in xCode. Go to its location in finder.

    Inside the framework you will find _CodeSignature folder. I had around 5 files in that _CodeSignature folder. Delete all except Code Resources file.

    Clean build project and run.

提交回复
热议问题