Required code signature missing for a library

前端 未结 10 920
眼角桃花
眼角桃花 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:46

    I am experiencing the same issue with Xcode Version 8.0, having turned on the 'automatically manage signing' feature.

    Other solution is:

    Please see this issue: https://github.com/Carthage/Carthage/issues/1401

    Second solution may be work for you.

    Note: Please remove derive data from here ~/Library/Developer/Xcode/DerivedData

提交回复
热议问题